Questions tagged as 'ubuntu'

1
answer

Connect SQL Server database with Python

I have this code that I started, to be able to connect to my server of SQL Server by means of Python in Ubuntu , all the components of: server, user, password, base already make sure they are correct. But when I ru...
asked by 26.07.2017 / 00:16
1
answer

why PHP Script does not run, but if it runs "phpinfo ();"?

I am working with a LAMP architecture, with apache2 server, php7.0 and MYSql, in ubuntu 16.04, and managed to configure the route for my development, in this case, that goes from /var/www/ to /var/www/html/midesarrollo , to prove it...
asked by 06.04.2018 / 02:34
1
answer

Error connecting Oracle SQL Developer 4.1.2.20 to Oracle XE 11.2 in UBUNTU

I have the following error when trying to connect to Oracle XE from SQL Developer Se ha producido un error al realizar la operación solicitada: ORA-00604: error occurred at recursive SQL level 1 ORA-12705: Cannot access NLS data files...
asked by 12.04.2016 / 03:37
2
answers

MYSQL does not allow entering the engine

I have mysql installed on ubuntu but when I want to enter the databases with the command: sudo mysql -u root -p It does not allow me to enter, the following error appears: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (usi...
asked by 05.06.2018 / 00:06
1
answer

Obtain user folder for any user in Linux (Ubuntu)

I've recently come across functionality that does not seem to be currently implemented in python. Currently we can obtain the active user's folder in several ways (speaking of linux): import os os.environ("HOME") os.path.expanduser("~/")...
asked by 12.06.2017 / 17:38
2
answers

error with docker installed on a 32bit architecture machine

Hello everyone I would like to know what this error is due Error response from daemon: Cannot start container ffb: [8] System error: exec format error FATA[0000] Error: failed to start one or more containers this error is generated when wan...
asked by 14.05.2016 / 22:55
1
answer

Problem with ubuntu server

is the first time I set up a server with ubuntu, in the I have two applications in php with two different frameworks, one has the main domain and the other with a subdomain, one of those applications the subdomain must take data via post of the...
asked by 30.08.2018 / 16:46
2
answers

Make a lock of a cron

to see if someone gives me a hand, I have a cron that generates a feed of products in 26 languages, and it starts to happen that sometimes gives timeout I have happened to divide the file into 3 instead of having script.php have script1.php scri...
asked by 11.07.2018 / 15:13
1
answer

Why do I get an error running sudo apt-get update?

Hi install Lubuntu 16.04 on my system and whenever I run sudo apt-get update , I get the following error:    W: The repository «cdrom: // Lubuntu 16.04.2 LTS Xenial Xerus - Release i386 (20170216) xenial Release» does not have a Publi...
asked by 10.07.2018 / 11:44
1
answer

Error installing Ubuntu Ubuntu 16.04 "dpkg: error processing archive /var/cache/apt/archives/apport_2.20.1-0ubuntu2.15_all.deb"

I have an application made in Django that is now in production mode in ubuntu server 16.04 and I need to generate its SSL Certificate so that users can access through HTTPS, for this I have guided myself with this tutorial: link After...
asked by 04.01.2018 / 02:01