compare two files freeware

September 23, 2010

Howto: Compare two files using freeware or open source Diffmerge is my favorite program (open source […]

clear flash cache

September 23, 2010

How to clear your flash cache To clear specific sites: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html When you click on the […]

Send Email c#

September 23, 2010

Here’s how to send some email in c# using System.Net.Mail; using System.Net.Mime; using System.Net; ///place in […]

Linux find large files

September 16, 2010

How do you find large files or directories on your disk in freebsd, unix, linux ? […]