Smart Relay Configuration in Postfix
By Geoff W. on Jan. 26, 2009.
To enable a Smart Relay host in Postfix, simply:
Edit /etc/postfix/main.cf
Read the rest of this entry »
Too many arguments with tar
By Geoff W. on Aug. 13, 2008.
Occasionally, when compressing directories with large numbers of files and/or directories contained within them, you will get an error stating: Too many arguments.
This is not an error from the application - rather it is an error from the shell tell you the ARG_MAX limit has been reached. Here is what you can do to avoid/get around that:
Category: Linux
Comments Off
Linking Files
By Geoff W. on Apr. 18, 2008.
Create a symlink to a file rather than copying it to a new location

Category: Linux
Comments Off