TECH TIPS
See how a site appears to the rest of the world
Use GeoPeeker.
Mac Won’t Sleep? Here’s How to Find Out Why And Fix It
On the rare occasion that you go to put a Mac to sleep and, well, it won’t sleep, there’s an easy to way to find out what the holdup is. Though this is a somewhat technical approach, it should give a good starting point to anyone who’s confused as to why something...
How To Use Block Storage on DigitalOcean
Introduction DigitalOcean's Block Storage allows you to create and attach additional storage volumes to your DigitalOcean Droplets. Volumes are an independent resource that can easily be moved from one Droplet to another within the same datacenter. Attached volumes...
No Wireless When Install 14.04 on Macbook Pro
From a terminal, type the following commands: sudo apt-get update sudo apt-get install firmware-b43-installer Then, reboot and you should be good to go.
OpenDNS Updater for Linux / Ubuntu
sudo apt-get install ddclient sudo nano /etc/ddclient.conf ## OpenDNS.com account-configuration ## use=web, web=myip.dnsomatic.com ssl=yes server=updates.opendns.com protocol=dyndns2 login=opendns_username password=opendns_password opendns_network_label Now, just to...
Connect to Amazon EC2 file directory using Filezilla and SFTP
Connect to Amazon EC2 file directory using FileZilla and SFTP, Video Tutorial Summary of above video tutorial: Edit (Preferences) > Settings > Connection > SFTP, Click "Add key file” Browse to the location of your .pem file and select it. A message box will...