-
Tunneling http traffic through ssh
James Strassburg gave a great tutorial on tunneling http(s) traffic through ssh with your Linksys WRT-54GL router. Actually, if you have a server that you can ssh to that has web access, like your web host, you can tunnel all your http(s) traffic through that server from your Windows workstation. It is pretty simple to…
-
File type, directory size, free space, disk usage, and tar in Linux
-
64-bit, virturalization, and their impact
VMWare recently released a freeware called VMWare Player that can play a pre-built virtual machine file. A virtual machine is an OS bundled with whatever the virtual machine creator put there. This is perfect for people to test-drive various operating systems and software, without going through the hassle of installing themselves. VMWare currently provides virtual…
-
Failed nbsmtp compile and some Linux and RPM tips
Earlier, I talked about my failed attempt to comiple and install msmtp. I tried to install and compile nbsmtp, and got similar results. Googling revealed that many people would suggest install things from an RPM package. So I searched around and found a msmtp package for Suse, but my web host is on RedHat. I…
-
msmtp compile and install