by ray | Mar 14, 2017 | HTML / Web
Use GeoPeeker.
by ray | Mar 14, 2017 | Mac OS X
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...
by ray | Mar 14, 2017 | 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...
by ray | Mar 14, 2017 | Mac OS X
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.
by ray | Mar 8, 2017 | 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...