Click on the top button to “open code in new window” to see it in a nice format OPENVPN – 1 – ROUTED VPNS – CLIENT 2 CLIENT ############################################# ############################################# I doRead More…
OPENVPN – 0 – General
OpenVPN ======= These are utilized on our routers for the SSL VPNS You can utilize openvpn to make Routed or Bridged vpn tunnels. Routed use TUN interfaces which make the connected clientRead More…
mvr – mover – moves dirs recursively with overwrite (merge with overwrite)
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…