Category Archives: My Linux

Auto rebooting scheudle for LINUX server

the command to reboot should be something like “shutdown -r now”, where -r means to reboot (as opposed to -h which is halt). Cron is the process for executing commands at a scheduled time. Crontab is the facility to schedule … Continue reading

Posted in My Linux | Comments Off on Auto rebooting scheudle for LINUX server

Crontab Tutorial

When your logged in to your server you can use program cron using the following commands: crontab -l Lists the current cron jobs crontab -e Edit your current crontab file and ad/remove/edit crontab tasks. crontab -r Remove the crontab file. … Continue reading

Posted in My Linux | Comments Off on Crontab Tutorial

set TIME on redhat v.5

For date  –>           /usr/sbin/ntpdate pool.ntp.org For clock –>  hwclock –systohc or automate –> service ntpd start

Posted in My Linux | Comments Off on set TIME on redhat v.5

backup crontab list

crontab -l > backup.txt

Posted in My Linux | Comments Off on backup crontab list

Disable right mouse click script II (on images)

Simply add the following code to the END of your page, right above the </body> tag: ———————————— <script language=”JavaScript1.2″> /* Disable right click script II (on images)- By Dynamicdrive.com For full source, Terms of service, and 100s DTHML scripts Visit … Continue reading

Posted in My Linux | Comments Off on Disable right mouse click script II (on images)