blog.mfuchs.org

yet another useless weblog

Quote

"I never think of the future - it comes soon enough."
--Albert Einstein

Archive for February, 2008

HINT: SSH Tunnel

Monday, February 25th, 2008

Sometimes you’ve got the problem that some websites are just reachable in a particular network or you want to connect a service from another computer. No problem if you have SSH access to an external computer:
ssh <username>@external-computer.net -L 1234:badwebsite.com:80
This simple command on your terminal (executed as root!) will take you directly to badwebsite.com port 80, [...]

Read the rest of this entry »

HOWTO: Special keys on your keyboard

Monday, February 25th, 2008

In order to use the special keys on your keyboard or laptop like audio control or the “ThinkVantage” Button it is sometimes neccessary to do some tweaks on your system. Not all window managers directly know how to deal with these keys.

Read the rest of this entry »