Questions tagged as 'linux'

1
answer

Command does not work when executed via cronjob

I'm trying to create a cronjob that runs the following command sudo sh /usr/local/bin/send_site_backup_files_to_dropbox.sh | ts "[%Y-%m-%d %H:%M:%S]" 2>&1 | tee /var/log/send_backups_to_dropbox.log | mailx -s "Report for Vesta backup...
asked by 11.04.2018 / 23:11
1
answer

What linux command is used to find out who is the parent of a process? [closed]

I would like to know which command in the Linux terminal to find out the PID of the parent of a process. Does anyone know who the parent of the upstart process is? For example: I ran the: ps aux And I got the PID from the up...
asked by 27.04.2018 / 23:11
1
answer

MySQL Workbench Access Denied

Good afternoon, I'm having problems with mysql workbench, it's giving permission denied, but when I enter the terminal as superuser I get access. (Access image denied in workbench) (terminalaccessimageasroot) (my.cnfcode)#TheMariaDBconfigura...
asked by 23.04.2018 / 21:49
1
answer

How to remove the Node in Arch linux / Linux Manjaro

Recently I started a project but my node has a small error and I need to remove it. The following question is how to completely remove node.js using the Arch Linux terminal? And when I run the command pacman -R node as super user I get this e...
asked by 10.05.2018 / 19:11
1
answer

Centos 7 - Proxy authentication without saving password

Is there any way to configure the proxy in the file "/etc/yum.conf" without leaving the password saved in this file? Something like, pass the password by parameter? Today the password is written to the file as follows: # HABILITAR PROXY CEN...
asked by 17.04.2018 / 19:10
1
answer

How to do a git push to bitbucket programmatically using BASH in Ubuntu16.04?

I have a bash script running on ubuntu 16.04 whose goal is to create a laravel project and then create that same repository on bitbucket and then push content to the repository just created on bitbucket. The only part that is missing is the p...
asked by 23.03.2018 / 15:37
1
answer

Where is the source code for Python3 commands located?

Where is the source code for Python3 commands? I want to see the source code for commands like len() , count() , find() , etc etc. I use Linux Mint, I already looked and looked, but I do not think ... Who can help thank you!...
asked by 27.01.2018 / 22:45
1
answer

Error running studio.sh

Hello, I'm new to developing with Java. I'm using fedora 26 and openjdk java version "1.8.0_91". My environment variables are: export JAVA_HOME=/usr/lib/java export CLASSPATH=$JAVA_HOME/lib/ export MANPATH=$JAVA_HOME/man export STUDIO_JD...
asked by 24.10.2017 / 19:06
1
answer

Linux correct reading of PID Linux

I'm having a hard time reading the process PID. Displays the message below, but I can not understand beyond the buy.sh script what else is presented. I also saw that it has 2 .jar, are these processes in a row or are they continuous?    root...
asked by 17.10.2017 / 18:20
1
answer

Transfer file to linux server with Python

Hello, I want to make a Python file that will transfer all files from a local folder of my Windows to a specific path on my CentOS 7 server >. At first this server is on my local network , but it would be interesting to make a transfer...
asked by 12.09.2017 / 21:12