Tip of the Day

CSS Text Cut Out

Linux Columbus
Linux Columbus
Couple of divs, relative positioning, and hiding the overflow is all it takes. View source to see layout.

Remove files by date

find . -mtime +17 -exec mv {} ../oldfiles/ \; or something like that.

Subscribe to RSS - Tip of the Day