Questions tagged as 'linux'

1
answer

execute shell file in ubuntu by crontab

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...
asked by 08.06.2017 / 13:01
0
answers

"No module named mayavi.mlab"

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...
asked by 23.08.2017 / 19:12
0
answers

Laravel on Linux with NGINX. Error 500 in browser and Permission denied in log. An analysis and how to solve it in the best way possible?

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...
asked by 12.03.2017 / 07:07
0
answers

How to change the UUID of a partition via C code? [closed]

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...
asked by 11.09.2016 / 09:27
1
answer

How do I show the path of the php script by running the ps command from linux?

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...
asked by 23.01.2017 / 20:35
0
answers

How to clone a git repository (BARE) from a windows7 folder to UBUNTU16.04?

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...
asked by 14.08.2016 / 02:15
0
answers

Interface between python and prolog

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...
asked by 17.07.2016 / 16:01
0
answers

.NET Remote Debugging on Different Operating System

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...
asked by 21.10.2015 / 21:39
0
answers

Error can not open tty-output Linux [closed]

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...
asked by 14.12.2015 / 12:30
1
answer

Error when versioning using Git on Ubuntu [closed]

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...
asked by 08.10.2015 / 17:04