Monday, June 13, 2016

Change Mac OSX Computer Name (HostName)

You can change it from the Terminal using this command, though obviously it’s much simpler to just change it under Sharing, but this is more accurate:
sudo scutil --set HostName [NewHostNameHere]

Friday, June 10, 2016

Force Macbooks to use dedicated GPU

Open Terminal and execute:

sudo pmset -a GPUSwitch 0 //(Force to use integrated graphics card)
sudo pmset -a GPUSwitch 1 //(Force to use independent graphics card)
sudo pmset -a GPUSwitch 2 //(Auto Switch Mode)

Saturday, June 4, 2016

How To Keep Two Hard Drives In Sync Using Rsync?


rsync is a protocol built for Unix-like systems that provides unbelievable versatility for backing up and synchronizing data.  It can be used locally to back up files to different directories or can be configured to sync across the Internet to other hosts.


# sync "My Passport Pro" to "Seagate Wireless 1Tb"
rsync -aP /Volumes/My\ Passport\ Pro/ /Volumes/Seagate\ Wireless\ 1Tb/

# sync only changes of "My Passport Pro" to "Seagate Wireless 1Tb"
rsync -aP --ignore-existing /Volumes/My\ Passport\ Pro/ /Volumes/Seagate\ Wireless\ 1Tb/

Daily DNS Benchmarking (Namebench)

Want to find the fastest DNS server and Speed Up your connection?

https://slugsoc.co.uk/dns/