Questions tagged as 'ubuntu'

1
answer

How to make communication between java in prolog?

Good morning! I need to develop a specialist system like college work. I thought about doing it using java to create the interface and prolog as an inference engine and fact base. But the links I found about a JPL library are broken and I do...
asked by 16.07.2016 / 15:43
1
answer

MySQL not connecting connects by error in socket

Good afternoon friends, after correctly installing MySQL 5.7 on my Ubuntu 16.04, when trying to connect to the database, I get an error message saying that it was not possible to connect through the socket. Execution: mysql -u root -p...
asked by 24.07.2016 / 20:28
1
answer

Processes Ubuntu Server 12.04 rcuos [closed]

Hello everyone, I noticed that after updating the Ubuntu Server 12.04 packages, the number of processes increased dramatically, running a psc I found this list of processes that I had never seen before ... 8 ? S 0:38 [rcuos/0]...
asked by 23.08.2014 / 15:52
3
answers

Getting Terminal History Output on Ubuntu

Is there any way to get Output History from the Ubuntu terminal? As a log of everything that rolled into a terminal?     
asked by 03.09.2014 / 23:07
3
answers

Error uploading to another server

I'm trying to write some images to another server pointing the IP and the folder, in my PHP code I pointed the path of the folder $_UP['pasta'] = '\\172.23.25.4\\manutencao\'; and the following error occurs:   Warning: move_uploaded_fi...
asked by 14.11.2014 / 16:33
1
answer

Apache2 does not interpret PHP

I usually installed PHP and APACHE2 but it does not interpret the PHP code, follow test code: <?php echo "teste"; It returns me an "html" page with this typed, and comes from a "print" written test Files not found in the / var / www...
asked by 05.06.2018 / 17:47
1
answer

Run Ubuntu JNLP

My current version of java is as follows: openjdk version "1.8.0_131" OpenJDK Runtime Environment (build 1.8.0_131-8u131-b11-2ubuntu1.16.04.3-b11) OpenJDK 64-Bit Server VM (build 25.131-b11, mixed mode) But I can not execute a file .jnl...
asked by 19.10.2017 / 14:31
1
answer

Problems with Bitbucket Team Remote Repository

I created a Team in bitbuckt, and I created a Project for this Team and in this Project I created a Repository . I added to Team, a ssh key I created on my machine (Ubuntu), however when I run git clone copying the ssh url I get the...
asked by 19.10.2017 / 13:02
1
answer

Api returns data correctly by artisan serves but not by apache

I made a REST api, using Laravel , for an application I am doing, to perform the requisition tests I created a VM where the api is. Assign a fixed ip to this VM and deactivate the firewall to avoid disturbing. I configured this way: In...
asked by 13.11.2017 / 20:51
1
answer

Does Crontab not kill processes after they are gone?

I'm using the Crontab to run a PHP script every 10 minutes the problem is that the processes are getting to run on the server, ie every 10 minutes I have one more process to run. crontab -e */5 * * * * /usr/bin/php /path/to/test/test.php...
asked by 05.11.2014 / 18:30