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
Tag: Terminal
Permission errors when using sudo
Sudo is usually the command that gets me past any permission issues on the server or my Mac. Usually.
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