Monthly Archives: May 2019

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

How to delete EFI partition with Diskpart

Step 1. Hit “Windows Key + R to open the run dialogue box, enter “diskpart” and click “OK” to open a black command prompt window. Step 2. Type “list disk” to display all the disks of your computer. Type “select … Continue reading

Posted in My Windows | Comments Off on How to delete EFI partition with Diskpart

mssql backup on windows box

:: Auto MySQL Backup For Windows Servers :: By CONSULTING, INC. :: —————— FILE HISTORY —————————– :: UPDATE 03.10.2017 v 1.0 :: If the time is less than two digits insert a zero so there is no space to break … Continue reading

Posted in Scripting | Comments Off on mssql backup on windows box