Category: Linux Tips

Secure your web browsing with socks

Create an ssh connection to a server somewhere and proxy your web browsing over that secure connection.. On your pc or netbook or whatever you use for browsing, run this in a terminal.. ssh...

Tar & gunzip all files in a directory

If you have a directory with loads of *.tar.gz files and you need to extract them all, here’s a quick and easy way. Just run the following on the command line.. for i in...