coolcommand: bkprofdata command will back up profile data from a managed system to a file
Example: bkprofdata -m
[show me the details]
coolcommand: login.php - php include file to do user authentication using httpd pop-up in mysql
Example: login.php
[show me the details]
coolcommand: how to delete all arp entries in Linux
Example: for i in $(sed '1d' /proc/net/arp | awk '{print $1 }'); do arp -d $i; done
[show me the details]
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts