I have just installed the distribution Linux linux 18.3 and I have not installed or moved anything at all. I just try to run the sudo apt-get update command to update the system packages and when running the command it generates the follo...
I know that for a command to be executed every 24 hours it must be
0 7 * * * [comando]
But, for example, to run every 24 and 5 minutes Is there a way to do it?
Good, I'm a bit confused on the subject.
I understand that the VPS is a physical machine that has been divided into virtual environments, charged a fixed fee and has no swap partition.
The cloud server has a special infrastructure (I do not k...
I'm Using
django in its version: 1.11.4
python 3.6 in linux debian
I have the following files configured in
settings.py
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',...
I have the following problem, since I have to program in nodejs when executing the nodejs application from the console (node app.js) there is a busy port (example port: 3000) .. when closing the app (< kbd> Ctrl + C ) ... the port is still bus...
I have the following command that I want to execute in the shell of Linux since php but it does not work for me, I used exec , php_exec system . but nothing.
'iw dev $target station dump | grep Station | cut -f 2...
I have a Server Centos 6.9 con Postgres 9.2 and a base that weighs 70 GB I have little space available and I can not add more space . I need to do a backup of the base. The problem is when running the pg_dump...
I'm trying to set rsync to use rsh as transport .
I have edited the file /etc/pamd./login :
#To not show the message of the day, we commented on it.
#session optional pam_motd.so motd = / run / motd.dynamic...
I need to generate a linux script that concatenates information. I have a file (arch1.txt) that contains first and last names:
Juan Perez
Ana Lopez
and I have another script that, when executed, returns a line that contains the age of the p...