Questions tagged as 'ubuntu'

0
answers

Ireport does not open on ubuntu

I installed the client version iReport-5.5.1, then I configured jdk7 and set the jdkhome variable parameter (ireport.conf) pointing to the path jdkhome="/ usr / lib / jvm / jdk1 .7.0_80 /". When I run iReport-5.6.0 / bin $ ./ireport does not...
asked by 25.11.2018 / 21:47
0
answers

pymysql.err.OperationalError: (2003), I can not connect to the ubuntu server

I created a ubuntu 18.10 server and made it publicly available. I can access the url xx.x.xxx.xx / phpmyadmin , but when I try to connect through python3 I have the following problem: pymysql.err.OperationalError: (2003, "Can't connect to MyS...
asked by 12.11.2018 / 10:34
0
answers

Problem in connecting DB manager on Ubuntu 18 machine with SQL Server (cloud)

The situation: I started looking after a PHP application implemented in Codeigniter 1.0 (Linux server) that accesses SQL Server 2008 databases (Windows server, in the cloud). I have a development machine, dual boot (DEV Ubuntu 18 and DEV Wind...
asked by 26.10.2018 / 19:52
1
answer

mod_rewrite does not work on Ubuntu 16.04

I have a VPS with Ubuntu 16.04 but I am not able to make the mod_rewrite work. When I get the command sudo a2enmod rewrite , I get the following response:    "Module rewrite already enabled" But when I run phpinfo() , t...
asked by 06.11.2018 / 01:40
1
answer

Error executing application with graphical interface in Python 3

Error executing application with graphical interface in Python 3. File "/home/nexide/PycharmProjects/untitled1/.idea/testew.py", line 1, in <module> from tkinter import * ImportError: No module named tkinter Process finished with ex...
asked by 08.08.2016 / 17:29
0
answers

Implementation of mutex in child process creation code (fork)

Hello I want to create a mutex to protect the part of the code accesses the pointer to sort the vector. The intention is to create the same amount of child processes for the number of processors in the machine, and each process orders some o...
asked by 13.09.2018 / 02:43
0
answers

How do I leave Cache-Control public on my site?

Hello. my htaccess looks like this: # BEGIN GZIP <ifmodule mod_deflate.c> AddOutputFilterByType DEFLATE "application/atom+xml" \ "application/javascript" \ "application/json" \ "application/ld+json" \ "application/manifest+json" \ "a...
asked by 16.08.2018 / 18:29
1
answer

How to reinstall Mysql Workbench in Ubuntu 16.04?

Recently I updated Ubuntu from 14.04 to 16.04 and after the update, which did not show any errors, the Mysql-Workbench application that was installed disappeared and even after trying to update the command has the following output. Command:...
asked by 13.08.2018 / 19:41
0
answers

Permissions with ZipArchive in Linux environment provisioned by Puppet / Vagrant

The scenario: I use an environment that is provisioned by Puppet / Vagrant (PuPHPet). Apache runs with user www-data:www-data --- Config vagrant apache: install: '1' settings: version: 2.4 user: www-d...
asked by 09.08.2018 / 22:01
0
answers

VirtualHost AWS Ubuntu

Hello great linux ninjas. I'm working on AWS ec2 ubuntu, and I need to create a subdomain. I have seen some tutorials but none worked. I created a file in:    / etc / apache2 / sites-available / called admin.conf. In the file I put:...
asked by 31.07.2018 / 17:01