JOBS & PROCESS CONTROL – JOBS & NOHUP & DTACH
JOBS NOTE: each command here starts with the # prompt, you obviously dont need to write the # on the prompt PUT JOB IN BACKGROUND – STILL TIED TO SHELL: # commandRead More…
JOBS NOTE: each command here starts with the # prompt, you obviously dont need to write the # on the prompt PUT JOB IN BACKGROUND – STILL TIED TO SHELL: # commandRead More…
ipfm – NETWORK MONITORING LOGS – IP FLOW METER – ipfm.conf EXAMPLE CONFIG ipfm is a great program for generating daily and hourly reports of your network traffic. It organizes it basedRead More…
All LAMP is just Apache2 and mysql and php5 installed in that order on LINUX. Install it in that order to have dependencys not messed up (although ive set it up beforeRead More…
##### iftop ##### Interactive environment for view (STEP 0) INSTALL apt-get install iftop (STEP 1) COMMAND LINE iftop -nNBP -i eth0 -B for bytes units (by default without thisRead More…
HOW TO TEST REAL SPEED OF DRIVES WITHOUT CACHING ################################################ Create a ram disk which is a big portion of RAM and fill it up. Then test the regular disks speed.Read More…
MY NOTES ON WIFI PACKET CAPTUREING ################################### lsusb lspci apt-get update apt-get upgrade apt-get install tcpdump apt-get install pcap apt-get install build-essential libssl-dev iwconfig ifconfig wlan0 down iwconfig wlan0 mode Monitor iwconfigRead More…
HOW TO SETUP WORDPRESS ON A FRESH DEBIAN SYSTEM ################################################## This should work on DEBIAN 7 and DEBIAN 6 First we install LAMP and then MYSQL and then WORDPRESS LAMPRead More…
Download the .debs from a package Good links: https://help.ubuntu.com/community/AptGet/Howto http://www.cyberciti.biz/tips/linux-debian-package-management-cheat-sheet.html http://www.cyberciti.biz/howto/question/linux/apt-get-cheat-sheet.php WAY1: For new apt 0.8 and newer we have have “apt-get download” List your version apt-get OUTPUT FOR ME: 0.9.7.8 cdRead More…
HOW TO CLONE A DISK WITH DDRESCUE – GNU DDRESCUE ALSO KNOWN AS GDDRESCUE – THE BETTER DDRESCUE TOOL ############################################### ** First off I am not responsible for any data loss thatRead More…
In servers that hold alot of drives, sometimes we are tasked with the nitty gritty of putting in drives into every slot. Imagine a unit with 12 to 24 slots, and yourRead More…