apt update apt install cron sudo systemctl enable cron // to run nodejs script find node path which node // output => /usr/bin/node crontab -e // make sure on script folder do ""npm i --save"" to ...
crontab -e * 1 * * * /home/<user>/Desktop/attendance.sh (in case of having files on Desktop) Condition for the automatic execution to work: chmod +x <cd and name ...
I am looking around for some advice here. I have been asked to make a script that automatically creates a user, home directory, sets the shell to nologin, downloads a tar of scripts, installs said ...
I'm automating update via jigdo of debian sarge images that I burn and sell.<br><br>Debian sarge isn't being updated at the moment (rc3 freeze) - so I thought it would be a good time to automate it ...