Very handy for Office 2013 installs
You may also like
This post shows how to find out what version of Centos you are running from the command line. tail /etc/redhat-release This will […]
The username and password needs to be encoded and sent in BASE64So if using username as the username it would become dXNlcm5hbWU= […]
sudo rsync -ravzh /home/source/ admin@ipaddress:/share/destination
IP=”$(echo $SSH_CONNECTION | cut -d ” ” -f 1)”HOSTNAME=$(hostname)NOW=$(date +”%e %b %Y, %a %r”) echo ‘Someone from ‘$IP’ logged into ‘$HOSTNAME’ on […]