Easier way to add DIRECTORY to your path in LINUX
$PATH is very important environment variable and knowing how to work with it, can be very useful What Is $PATH on Linux, and How Does It Work? Every time you…
$PATH is very important environment variable and knowing how to work with it, can be very useful What Is $PATH on Linux, and How Does It Work? Every time you…
Analyzing Apache Log Files.
Nikto - an open source tool that identifies potentially interesting files by referencing the robots.txt file, by spidering the surface of the application, and by cycling through a list of known files that contain sensitive information.
Sometimes you may run into need to run quickly web server on your machine - regardless if this is [easyazon_link asin="111821854X" locale="US" new_window="default" nofollow="default" tag="wn0d5-20" add_to_cart="default" cloaking="default" localization="default" popups="default"] Linux…
Finally good news for Ubuntu users - now you can install Google Apps on your distro with help of Grive Tools. Here are the simple steps to get all setup…
Here is very useful command line to help you out to nicely reorder columns in delimited file with using awk. cat mybigfile.txt | awk 'BEGIN{FS="," OFS="|";} {print $1,$2,$4,$5,$6;}' > sourtedoutfile.txt…
Here is my simple bash[easyazon_link asin="0596526784" locale="US" new_window="default" nofollow="default" tag="wn0d5-20" add_to_cart="default" cloaking="default" localization="default" popups="default"] script [/easyazon_link] to export failed [easyazon_link asin="0596008953" locale="US" new_window="default" nofollow="default" tag="wn0d5-20" add_to_cart="default" cloaking="default" localization="default" popups="default"] SSH…
You have installed your new [easyazon_link asin="0782127371" locale="US" new_window="default" nofollow="default" tag="wn0d5-20" add_to_cart="default" cloaking="default" localization="default" popups="default"] Linux [/easyazon_link] machine and you want be able to send out email from the machine to…
Here is one liner to quickly install LAMP environment on [easyazon_link asin="0133477436" locale="US" new_window="default" nofollow="default" tag="wn0d5-20" add_to_cart="default" cloaking="default" localization="default" popups="default"] Fedora Linux 20 [/easyazon_link]. Instead of type in long command…
First of all, what is LMD - Linux Malware Detect - is a [easyazon-link asin="159749268X" locale="us"] malware [/easyazon-link] scanner for Linux released under the GNU GPLv2 license, that is designed around the…