More Questions Than Answers

Dan Atrill's blog site

Background image CSS

A new layout for this site is coming along and the background is part of. Made in Photoshop it uses the technique of tiling a small image as a fill. By creating a small image (5px x 5px) and zooming, the pattern was created and then saved using Edit> Define pattern…. Create a new image [...]

more... »

Fri, November 25 2005 » Web developing » No Comments

Tail end of log files

A useful command for looking at the end of a logfile, for example a maillog to ensure correct sending of a message.
tail -f (logfile), where -f will update as the logfile is written to.
Found at Linux Forum

more... »

Wed, November 16 2005 » Linux » No Comments