GeneralLinux

FUSE/sshfs

FUSE (Filesystem in Userspace) rocks. Case in point, sshfs. - It's a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server...
Linux

Problems with FreeNX to VNC

I am able to use the NoMachine Mac OS X nxclient to connect to FreeNX on my Linux box and it's fantastic! I can't however get FreeNX to reliably proxy to a TightVNC server on our Windows XP laptop. It pretty much always times...
DebianLinuxUbuntu

TightVNC on Ubuntu

In case like me, you were looking to install the TightVNC viewer and/or server on Ubuntu and your first guess didn't work: $ sudo apt-get install tightvnc Reading package lists... Done Building dependency tree... Done E: Couldn't...
Linux

Linux Network Administrators Guide

A very well-written and interesting doc on a plethora of networking topics and how they relate to Linux, covering a diverse range of topics such as TCP/IP basics, routing, firewalls, DNS, PPP, etc. An interesting read. Linux...