I have written a few articles on Samba here on Ghacks. And most people know how to connect to Samba shares via Windows. Generally speaking (when all is set up correctly) it’s just a matter of opening up Explorer and entering \\ADDRESS_OF_SAMBA_SERVER\SHARENAME to get to your Samba shares. But what about in Linux? How do [...]
- Author: Jack Wallen
- Published: Oct 28th, 2009
- Comments: 7
Xbox Media Center on Linux
The Xbox Media Center arrived in 2004 and became popular so quickly that it became clear more ports would be needed. So the XBMC team allowed this tool to evolve into a cross platform media center that would run on just about anything you can think of. But, of course, the purpose of this article [...]
- Author: Jack Wallen
- Published: Oct 26th, 2009
- Comments: 1
Stop SPAM in Postfix with Spamassassin
So you have your Ubuntu server up and running with a Postfix mail server (see “Install Postfix for reliable email delivery“). You have also set up Postfix for antivirus with the help of ClamAV (see “Add antivirus to Post fix with ClamAV“). Finally you have Postfix set up to relay (see “Mail relaying made simple [...]
- Author: Jack Wallen
- Published: Oct 25th, 2009
- Comments: 5
Add antivirus to Postfix with ClamAV
By now you have your Postfix mail server up and running (see “Install Postfix for reliable email delievery“). You even have relaying working (see “Mail relaying made simple with Postfix“). But one of the most important features you can add to a mail server is an system to prevent viruses from being passed to users. [...]
- Author: Jack Wallen
- Published: Oct 11th, 2009
- Comments: 3
Backup your Linux box with rsync
In this Linux backup series we have taken a look at Flyback (”Quick and easy backups with Flyback“), Backerupper (”Simple gui backup tool Backerupper“), and Back In Time (”Linux Back In Time: Backup made easy“). But what Linux series would be complete without a command line entry? Not this one.
There is one thing that most [...]
- Author: Jack Wallen
- Published: Oct 7th, 2009
- Comments: 2
Speed up your IDE/ATA hard drive with hdparm
The Linux operating system has a really nice tool for testing and optimizing your hard drive. This tool is called hdparm and can work with both IDE and ATA drives. NOTE: hdparm does NOT work with SATA drives. The hdparm tool is a command line only tool, and even though it should be only used [...]
- Author: Jack Wallen
- Published: Sep 23rd, 2009
- Comments: None
Mail relaying made simple with Postfix
Have you installed the Postfix as an easier to use, more secure alternative to Sendmail only to find yourself having trouble with the old “unable to relay” errors? This can be very frustrating and have you pulling out your hair in no time.
MTAs (Mail Transfer Agents) can be a tricky lot to set up. Add [...]

