Misc

Coding-Journal.com

Hey there folks. This blog has gone from being a mere reference for myself to at least having a small number of visits every day :) But from now on I will be putting my work into a new blog project, Coding Journal, which will cover every coding-related topic we, that is my friends Marian, [...]

Playing EVE Online through SSH tunnel (Mac OS X)

To get you started, you first need an SSH tunnel. Establishing one is actually quite easy, but it only works if you have access to any server supporting SSH connections and if the SSH port is not also blocked. To establish an SSH tunnel open the terminal and type in the following: ssh «username»@«hostname» -L [...]