Mvr – Mover – Move Directories Recursively with Overwrite Missing features – in the works: if folder doesnt exist in destination just move it, instead of moving everything individually – wouldRead More…
Notes on Multitail tool
multitail – exerpts COPY OF SITE – I have an OCD thing about thinking peoples sites might be down one day, so I copy paste the material out, but I still giveRead More…
shopt,dotglob,* – Copy hidden files – Secrets of Bash – What does * (asterick) selects ?
COPY OF SITE – I have an OCD thing about thinking peoples sites might be down one day, so I copy paste the material out, but I still give full credit whereRead More…
hexdump missing fix – install hexdump on debian – needed for bootinfoscript
missing hexdump – install hexdump on debian – needed for bootinfoscript (link included) Bootinfoscript- is a script that can be run on your system and it will scan every drive toRead More…
MINIMAL IPTABLES EXAMPLE – MAKING SURE WE DONT LOSE ACCESS TO VPS/VM/SERVER VIA SSH
MINIMAL IPTABLES EXAMPLE – MAKING SURE WE DONT LOSE ACCESS TO VPS VIA SSH ############################################### NOTE: this is really minimal, for more intense check out my iptables for webserver like wordpressRead More…
MASS REMOVE software – example with remove LAMP to start fresh
LINUX – MASS- REMOVE HOW TO REMOVE LAMPSTACK (To start fresh) OR ANY OTHER PROGRAMS COMPLETELY- ALSO HOW TO INSTALL LAMP This article goes with this article: How to remove an appRead More…
Manual Disk Discovery – cant see newly added drive
PROBLEM? Just added a drive, but you can not see it in “cat /proc/partitions“ mdev AND udev The following method is good if you do not have mdev setupRead More…
Make a COPY PASTE-ABLE script – escaping special characters
MAKE A COPY PASTE OF THIS INTO CLIPBOARD MANAGER ############################################## If you like to keep your copy/paste in a clipboard manager and you like copy pasteable scripts this is for you. IRead More…
Maintaining Time on Debian – Datetime and NTP client and server
Just my notes/copy pastes from reading on the following links My sources for this: http://www.debianadmin.com/ntp-server-and-client-configuration-in-debian.html http://www.cyberciti.biz/faq/debian-ubuntu-linux-install-ntpd/ http://www.debian.org/doc/manuals/system-administrator/ch-sysadmin-time.html Plus two more cant find em DATETIME AND NTP CLIENT AND SERVER ################################## ##################################Read More…
LVM daily snapshot (if system only has 1 snapshot)
LVM Daily Snapshot – Only works with 1 SNAPSHOT if you have more then 1 snapshots, this script can still work with a slight modification. (email me if you want me toRead More…