Network

Secure browsing with Firefox and SOCKS v5

This post describes how you can setup secure web browsing using Firefox3 and by setting up a SSH tunnel from your PC/host to a remote PC/host. Your PC will then act as a local SOCKS proxy and all applications that supports SOCKS5 interface to this port. This is a handy solution if you are on […]

Read More
Linux

Share a bash session using screen

This is a short post on how you can “share” a bash session/prompt with other users. User A connects to the server and types in the command # screen User A hist the key combination <Ctrl + a> and the type :multiuser on User B connects to the same server as user A and can […]

Read More
Web

Using vlogger to split Apache logs

Vlogger is a program that handles large amounts of virtualhost logs and splits it to separate files. This is a short HOWTO to configure it using Apache. Install vlogger in debian etch # aptitude install vlogger Make sure you have working Apache server Configuring vlogger Change the LogFormat line (there are multiple LogFormat lines – […]

Read More