Minify CSS with C#

April 18, 2016 amit 0

The code below compresses and minifies CSS files. Minification is not the same as obfuscation. Minification removes all whitespace , comments and needless characters so […]

Setup ProFTP in FreeBSD

March 19, 2016 amit 0

Instructions for setting up an internal FTP server on a FreeBSD 10 machine. Note that this machine is not setup for public access and hence […]