I'm trying to do a task schedule in linux to run a sh file, however, it does not run by crontab , but it does when done in the hand.
I did a scheduling test to create a text file, it works, but to run sh does not.
Here...
I'm trying to install PyLayer on Ubuntu Xenial, but when I try to export coverage through
from pylayers.antprop.coverage import *
The following error appears:
no module named mayavi.mlab
But I have installed mayavi and I do not have ac...
I'm installing an application on Laravel 5.4 in a Linux Ubuntu 16.04 environment with NGINX.
I have seen that a lot of people (just like me) always come across a 500 error in the browser, right after the installation is completed. The official...
I am doing a program in C, and for Linux, I have been able to easily "catch" the UUID with the command blkid .
This program needs to know if the disk where it was installed is still the same and allow to change the UUID itself.
Is it...
How do I find out the script path (ex: /var/www/html/script.php ) of PID of PHP by command ps of linux?
I have a big problem, I have some PHP script consuming a lot of memory and cpu, when I give the command ps aux | gr...
My host system is windows7 and I have a guest system in virtualBox, Ubuntu 16.04.
I shared a folder in win7 ( sf_AA_SHARE_FOLDER ) into linux and inside it I have another folder called CHM_FINAL_BARE which is where I want to clone the files...
Good morning.
I need to make the communication between prolog and python. I ended up finding an api pySwip that interfaces between these two technologies, but I can not make it work because prolog needs to be installed as a shared library. I alr...
Is it possible after installing and debugging an application running on linux through the mono of a windows machine?
The Environment is as follows:
An application was developed in Windows using only the standard .NET 4.0 libraries.
This...
I have installed a paravirtual image of Debian8 on XenServer, and I am adding a script to create a template of that vm. I added the script with the "systemctl enable script" command at startup. In the scritp I use the dialog that is already inst...
So, I'm currently using the Ubuntu 15.04 operating system to develop my daily activities. I have a web project in PHP where I use the CakePHP 3 Framework and version my project on BitBucket.
My problem is this, when I clone my project directly...