
You first need to ssh in to your RaspberryPi and run the following command lines. Then you and to create a shared folder: Next you[…]

Step 1. DNS First you need to visit your host provider and go to Manage your Domain Name System (DNS) settings. For example I use[…]

If you are like me bought a NAS drive and want to build up storage over time due to the high expense of hard drives.[…]

First of all you need to enable NFS on your Mac, to do this type this command sudo nfsd enable next $ cd /etc/ Then[…]

– First login into your synology NAS server. – Go to Package Centre. – Click on ‘Settings’ button and select the ‘Beta’ tab. – Tick[…]

If you have installed jmeter with homebrew can run these commands in terminal brew install jmeter or brew install jmeter --with-plugins with plugins If you[…]

In ‘phpMyAdmin’ under sql tab copy and paste below script and hit go!. UPDATE wp_options SET option_value = replace(option_value, 'http://old-url', 'http://new-url') WHERE option_name = 'home'[…]

The other day I need to migrate files over to my new NAS, to do this I had to SSH in to the box and[…]

First ssh in to pi and cd in to Downloads directory. $ cd ~/Downloads Next you need to download the nodejs tar. Checkout the version[…]

Only recently I needed to access my iMac GUI whilst I was away aboard. I’ve always ssh to my iMac being a geek. But for[…]

I had issue running Drush after upgrading MAMP 3.0.5 on PHP5.5.10 To fix this you need to edit .bash_profile. Run these commands in terminal sudo[…]

Copy and past below the following terminal commands to see all hidden files on your mac. defaults write com.apple.finder AppleShowAllFiles YES