SSH Reverse HTTP Tunnel using Squid
I recently found myself in a situation where I needed to access the public Internet from a instance that was not directly connected to the public Internet. The solution was…
The World Will Turn If You're Ready or Not
I recently found myself in a situation where I needed to access the public Internet from a instance that was not directly connected to the public Internet. The solution was…
SSH has become the de-facto standard for accessing *nix based systems, even Window$ in some setups. It's used for administration, file transfer and tcp connection tunneling among other things. It…
My favorite terminal emulator is, and always has been, iTerm2. Setting custom key mappings, split view, tab view and copy mode are just a few nice features I use on…
Having allot of CLI tools and *nix style applications leaves behind dot files, or `hidden files`, usually in your home directory. `~/.ssh` for your ssh client config or `~/.vimrc` for…
Homebrew is an awesome package manager available for both macOS and Linux, although my personal experience is mainly with macOS.