Category: Linux

  • How to: Piece together Port and PID using Netstat, In Linux

    Linux and networking go hand in hand, whether running on the fancy desktop or noisy server. Regardless of which packages you choose to install, chances are, that they require networking for some functionality. A desktop may have some dns-cache, filtering proxy, anonymous socks or ssh-tunnel listening in the background. The server equally busy with its…

  • Axel, the Accelerated Wget

    When downloading large files in Linux, wget gets the job done but isn’t very fast. When speed is of the issue, a multi-connection tool is needed. That is where axel, a simple command-line based download accelerator, comes in. Axel is as easy to use as wget, it may not have the advanced features such as…

  • Mount FTP-servers using CurlFTPFS in Linux

    Allot of us server/website administrators use FTP to quickly upload new files and changes to the server. But when you are tinkering with something on the server, and you quickly want to see the effect. It can be quite hectic when you have to login, upload changes and check several times. Especially when the FTP…

  • Tunnel HTTP traffic encrypted, using Polipo and SSH

    SSH can be used to do allot of great things. Login remotely, transfer files with scp and run single commands for a quick fix. All encrypted! Another great and well-known feature of SSH is SSH tunnelling. SSH tunneling can be used to tunnel any kind of traffic, and in this guide I’ll focus on HTTP…