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...
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’m just sharing a little script I use to install 7zip in silent mode. pushd "\\epmfileserver.mydomain.com\share\utilities" 7z920-x64.msi /q INSTALLDIR="C:\Program Files\7-Zip" popd I’m not sure if any of you have ever used pushd and popd, but they are pretty handy. The pushd...
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 was searching around for a way to monitor my Planning web servers, and I found the following post by Mike (https://grepular.com/Monitor_Your_Website_Automatically_From_Cron). I followed his advise, but customized his commands into the following script (which I croned) to both email and...
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...
Install Xming from http://sourceforge.net/projects/xming. Create a new or modify a SSH session in SecureCRT and check the following box under Connection -> Port Fowarding -> Remote/X11. Make sure X Forwarding is enabled on the server: yum -y install xorg-x11-apps xorg-x11-xauth xorg-x11-utils sed...