Crontab jobs run on even and odd minutes with Rsync

Syncs /home/dir from server1 to server2 on odd minutes Crontab on server1 1-59/2 * * * * /usr/bin/rsync -auvEe ssh /home/dir1 root@server2:/home/ Syncs /home/dir from server2 to server1 on even minutes Crontab on server1 0-59/2 * * * * /usr/bin/rsync -auvEe ssh...

Netbackup encryption client option configuration

http://www.symantec.com/business/support/index?page=content&id=TECH72130 Push the encryption binaries to the client using the following command on the master: Install the license keys for encryption on the master server. Create an encryption key file on the...

Change Exchange 2010 Autodiscover hostname

http://www.msexchange.org/articles-tutorials/exchange-server-2010/management-administration/exchange-autodiscover-part2.html On the Exchange CAS server: Set-WebServicesVirtualDirectory -Identity “mailserverhostname\EWS (default web site)” -InternalURL...

Disable all Linux screensaver and monitor power management features

I recently was tasked to create a thin client type device and needed to disable all power management features. I found it to be more convoluted then I expected, so here are the options I found. In the end, the options in bold were all I needed to disable the screen...

Mythv and Steam box

I’ve finally upgraded from Mythdora 12! This is how I rebuilt using a fresh installation of Fedora 20 x64. Note, a few of the steps pertain to restoring my previous MySQL database used from my Mythdora installation. I’m happy to report I was able to successfully use...