Linux Step-by-step guide Log in to an SSH session Change to the directory that needs to have a file or folder restored cd /etc execute recover recover versions versions Change the restore time to an earlier date closer to the backup...
[ad#ad-post] Power Off the server Create a new VM on ESX without a Harddrive. Convert the hard drive using StarWind V2V Image Converter Copy the Hyper-V harddrive into the ESX directory of the VM created above Convert the Hyper-V file to ESX....
kill the linux process execute noip2 -C update the username, password, hostname and interval. The conf will be saved in /usr/local/etc/no-ip2.conf [ad#ad-post]...
I found this online at http://michael.peopleofhonoronly.com/vim/vim_cheat_sheet_for_programmers_print.png I hope others find it useful. [ad#ad-post]...
I found this online at http://michael.peopleofhonoronly.com/vim/vim_cheat_sheet_for_programmers_print.png I hope others find it useful. [ad#ad-post]...
I found the following table on this IBM developer blog post. This is very handy: Table of all umask modes and resulting file permissions and directory permissions generated from script: umask File Permissions Directory Permissions umask File Permissions Directory Permissions 0...
I had to copy all of the files (calc scripts) from my Essbase servers’ application directories, and wanted to preserve the folder layout in the destination. I ran the following against all of my servers to achieve this: cp --parents `find...
I find these commands useful to kill all processes running from a given script or have the same process name: kill -9 `ps -ef | grep scriptname.sh | grep -v grep | awk ‘{print $2}’` kill -9 `ps -ef | grep...
Vmware-Tools for RHEL5 and RHEL6 on ESXi 5.0u1 (I’m sorry the formatting is bad. My copy and paste didn’t layout as nice as I had hoped, but I’ll log in a fix it later. Import the VMware Keys: rpm --import http://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-DSA-KEY.pub rpm...