Ubuntu
Preventing Ubuntu SSH Sessions From Timing Out
Have you ever been side tracked whilst logged into a remote server via SSH, only to find when you returned your session had timed out? A one line addition to the ssh_config can prevent this from being an issue.
Vote Result










Installing Awstats On a Ubuntu Server
Awstats i think has lost the lime light in the last few years thanks to Google Analytics, but that dosent mean its useless. Its quick and unlike Google Analytics the latest stats are not a few days old, well they arent if your cron jobs run on regular basis anyhow. This post aims to show you how to get awstats up and running on your Ubuntu based server, with the stats of a virtual host pulled straight from the Apache log files.
Vote Result










Mounting Remote File Systems Via SSH On Ubuntu
As a developer a lot of time is spent working with code located on remote servers, downloading files, and re-uploading changes gets tedious using ftp, or standard ssh clients. One solution to this dilemma is sshfs, it allows a remote file system to be mounted locally using the ssh protocol, making editing, creating and deleting files a breeze.
Getting sshfs working is pretty painless and following the instructions below should get you up and ready to go in less than 5 minutes.
Vote Result










Development-Cycle




