How to add a single root crontab entry automatically from a single command.
crontab -l|sed "\$a*/10 * * * * sh /opt/example.sh"|crontab -
This will add the entry */10 * * * * sh /opt/example.sh
to the end of crontab.
How to add a single root crontab entry automatically from a single command.
crontab -l|sed "\$a*/10 * * * * sh /opt/example.sh"|crontab -
This will add the entry */10 * * * * sh /opt/example.sh
to the end of crontab.
If you run a gaming community, a Teamspeak 3 server is probably a popular choice for you to have...
There's many reasons that you might want to change the directory that your MySQL data is stored...
Disabling root SSH logins and adding an additional sudo user is a good security measure for any...
If you're using Linux Ubuntu / Debian with Java OpenJDK (Spigot, Craftbukkit, Forge, etc.) and...
Add the following to the top of the .htaccess file in your websites document root to force...