Spying on your system with LSOF – LSOF command list
WHAT IS LSOF AND BENEFIT: lsof lists every used file (and in linux a file is everything) so this lists every used everything. AKA spying on your system (see if there isRead More…
WHAT IS LSOF AND BENEFIT: lsof lists every used file (and in linux a file is everything) so this lists every used everything. AKA spying on your system (see if there isRead More…
MAKE SPARE AN ACTIVE MEMBER AND NOT A SPARE WITH RAID5 AND MAKE AUTO-READ-ONLY GO AWAY THIS FIX WORKS WITHOUT HURTING YOUR DATA IF YOU FOLLOW THE STEPS 🙂 WHAT WAS THERead More…
SIMPLE FILESERVER / WEBSERVER ON DEBIAN ========================================= Networking PreSteps ——————— Im assuming your web server is behind a NAT (router/firewall etc.) So all of the port forwards are completely configured from yourRead More…
How to add secondary ip to linux ################################ NOTE: this is not a permanent method as we use ifconfig, to have a more permanent method we need to edit /etc/network/interfaces but thatsRead More…
BE VERY CAREFUL!!! SCRIPT TO DELETE PROBLEMATIC FOLDERS AND FILES ============================================== * i had a problem where everything in the current folder wouldnt delete and then the system would turn readonly onRead More…
screen and dtach allow to detach the current terminal from the shell. Thus you can turn off your shell (putty/teraterm) and still have your sessions running. You can start a session withRead More…
Version 2 can be found here: version2 (note version 2 isnt necessarily better, its just shorter) What is this? This is how you make a backup job with linux or windows (withRead More…
RSYNC EXCLUDE ############## Imagine the source /from folder looks like this where / is the real root of the filesytem * /from/folder1 <– this has lots of files & subfolders in itRead More…
LINUX – rm not working – too many arguments – or any command not working with * because too many files/arguments FIRST MAKE SURE YOUR IN THE RIGHT FOLDER: cd /folder_which_will_have_everything_in_it_deleted DeletingRead More…
daylight saving time note ########################## http://www.timeanddate.com/time/dst/2014.html http://www.timeanddate.com/time/dst/daylight-savings-time.html * “daylight saving time” is ON in the summer time * Easy to remember: day has light & summer has light (day and summer bothRead More…