linux
Try Ubuntu Without Leaving Your Desktop
by wajatimur on Dec.16, 2009, under linux

Ever wish you could enjoy some of the finer tools available to Linux but stay comfortably in your Windows desktop? Sure you could run a virtual machine, but Portable Ubuntu for Windows runs an entire Linux OS as a Windows application. Better yet, it’s portable.
Super Easy Firewall and Gateway System from Untangle
by wajatimur on Sep.18, 2009, under linux

Untangle delivers an integrated family of applications that simplify and consolidate the network and security products that businesses need at the network gateway. All Untangle apps are:
- Pre-configured to work right away
- Downloadable for rapid deployment
- Guaranteed to be integrated and run seamlessly on the Untangle Gateway Platform (continue reading…)
How to remove all (dot) files.
by wajatimur on Dec.28, 2008, under linux
Command will remove all the dot file without removing top level directory. This command tested on Centos 5 and usually applicable to all Linux base distros.
rm -rf .[^.]* && rm -rf ..?* |

