tmux

A program that sits on top of iTerm. It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal. And do a lot more. Visit Link

DIY Web Server: Raspberry Pi + CloudFlare

I’ve just been speaking about setting up a testing environment for some responsive sites and needed a web server, this could be the answer… and if not it’s surely worth a try. Exciting to see the possibilities of hosting a website on a rasberry pi with cloudflare in front, I wonder how much traffic it… Continue reading DIY Web Server: Raspberry Pi + CloudFlare

Warning remote host identification has changed ssh

This was another fun error message that I received while putting back together my hacked server. This appears when trying to SSH into the Media Temple server through the Terminal Application on Mac OSX. The solution. You need to clear the key that already exists in your known host…. perl -p -i -e ‘s/^example.com.*n//;’ ~/.ssh/known_hosts… Continue reading Warning remote host identification has changed ssh