Questions tagged as 'ubuntu'

2
answers

PHP Fatal error: Uncaught Error: Class 'SQLite3' not found in / var / www / html /

I have the supposedly simple code below. The intuit is to create a table include values and soon after show the information, but in log apache is showing the following: [:error] [pid 17622] [client 10.1.21.1:42895] PHP Fatal error: Uncaugh...
asked by 14.03.2017 / 16:47
1
answer

Cron in linux minute and day of the week

I would like a force with a Linux Cronjob. Follows: */1 * * * * wget http://192.168.6.80/sistema.php I would like this process to be run every minute from Monday to Friday, from 6 to 6 o'clock in the morning.     
asked by 06.12.2016 / 07:35
1
answer

Warning when installing nodemon. How to solve?

I installed the nodemon with the following command $ sudo npm install -g nodemon I received the following error: npm WARN notsup Not compatible with your operating system or architecture: [email protected] How important is this error? W...
asked by 29.09.2016 / 21:55
1
answer

MySql installation error [closed]

After trying to install the LAMP package on Ubuntu 16.04, I'm getting the error:    ERROR 2002 (HY000): Can not connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) I've reinstalled all MySql 2x; apt remove...
asked by 30.09.2016 / 17:21
1
answer

Problems of connection wifi and to install git in ubuntu 16.04

I am a new user of Ubuntu 16.04 (I started yesterday !!). My PC is in dual-boot with Windows 10. I have two problems and I'm already a little desperate ... 1) WiFi does not work (I type the password and nothing happens). On windows and on the...
asked by 12.10.2016 / 16:15
1
answer

Error in Ubuntu: NO_PUBKEY 8BAF9A6F [closed]

My Ubuntu started giving the following error: W: GPG error: link trusty InRelease: The following signatures could not be verified because the public key is not available: NO_PUBKEY 8BAF9A6F Who can help me?     
asked by 07.08.2016 / 20:54
1
answer

Script to restart MYSQL automatically when dropped?

I wonder if there is any script that will restart mysql if it crashes. I'm having some problems with mysql on my site and eventually it crashes, kind of 3 in 3 days it crashes, I've already adjusted the memory to optimize the system but I'd like...
asked by 06.05.2016 / 12:38
1
answer

Redirect any html extension URL to a specific page

Please, I have a question in .htaccess (or apache). I need to redirect any url containing .html or .htm extension to a specific url. Example: domain.com/test.html - > domain.com/page domain.com/teste123.htm - > domain.com/page...
asked by 04.09.2015 / 00:55
1
answer

Problem with upstart script

I'm trying to start my application at boot, but I'm not getting it ... the upstart script calls another script, I can not even know if the 2nd script is being called, it follows the 2 scripts: 1st Script description "Start OpenProject" star...
asked by 17.07.2015 / 17:06
1
answer

Error connecting to Postgres remotely

I'm having problems connecting to the company database, I'm accessing from home. My other colleagues can access it normally. Both pgAdmin and terminal have been experiencing a problem. Strange that I can access other services li...
asked by 15.05.2015 / 20:45