Remove empty lines (with and without whitespace)
LINUX – Remove empty lines – remove double returns NOTE TO SELF REMOVE NEW LINES (EMPTY LINES) command | egrep -v "^$" with sed find a line that starts with anRead More…
LINUX – Remove empty lines – remove double returns NOTE TO SELF REMOVE NEW LINES (EMPTY LINES) command | egrep -v "^$" with sed find a line that starts with anRead More…
Raid Analysis Download the text file “raid analysis.txt” its below and download notepad++ and view the text file with notepad++, as it has a great feature of zooming out with the control key +Read More…
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…
First off stderr and stdin and stdout, whats that? They are file handles / file descriptors. Any program display stuff on the screen thats stdout and stderr. Errors and help messages getRead More…
Pastebin called hastebin – hosting Haste-server make your own pastebin server with a cli pasteing ability HOW TO SETUP HASTEBIN SERVER THAT WORKS WITH CLI ################################################ EXAMPLE END RESULT: http://ec2.infotinks.com:7777/mejodeboca – note thatsRead More…
VIDEO CARDS – Estimating Transistor Count in Geforce 800 Series ESTIMATING FUTURE CARDS TRANSISTOR COUNT – FOR GEFORCE 8XX SERIES ################################################################# Im going to estimate, using simple math based on unit analysis,Read More…
Click on the top button to “open code in new window” to see it in a nice format OPENVPN – 3 – BRIDGED VPN – STATIC KEY – CLIENT 2 SITE #######################################################Read More…
Click on the top button to “open code in new window” to see it in a nice format OPENVPN – 2 – BRIDGED VPN – SSL CERTS – CLIENT 2 SITE ######################################################Read More…
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 ======= 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…