PreReq: this “Previous Versions” Explorer integration works in firmware versions after 1.4.0. So make sure your on the latest version of the ReadyDATA firmware. The snapshots work at any firmware, thats oneRead More…
HOW TO CHANGE EVERYONES PASSWORD IN SQL WITH PHPMYADMIN (including roots)
HOW TO CHANGE EVERYONES PASSWORD IN SQL WITH PHPMYADMIN (including roots) NOTE: if you only want to change roots password, log in as another user. If you logged in as another allRead More…
VIMs SUDO SAVE – forgot to sudo into a file for editing (so cant save)
VIMs SUDO SAVE ################### Started writing a file and forgot to sudo, thus cant save it because missing permissions? Well here is the command to sudo the save: :w !sudo tee %Read More…
TMUX: In-depth TMUX Tutorial w/ Configs & Cheatsheets + screen, dtach, byobu
Latest .tmux.conf configs (1) default key binds config (prefix “b” with default keys) and hotkey mappings are below Here is the same config (prefix “b” w/ default keys) but works for olderRead More…
NOTE TO SELF: How To Keep Android Phone Files and Contacts Organized
NOTE TO SELF: How To Keep Phone Organized ########################################## This is how I organize my files and contacts (against duplicate and invalid contacts) Files ##### The apps and how to use themRead More…
Reverse and Forward Proxy – Notes – Load Balancers – Reverse SSH Proxy
proxy server ############# ############# Read this quickly first (short reads): http://stackoverflow.com/questions/224664/difference-between-proxy-server-and-reverse-proxy-server http://www.f5.com/glossary/load-balancer/ http://www.f5.com/glossary/load-balancing/ http://www.f5.com/glossary/reverse-proxy/ My notes from above reading (and much more) Forward and reverse proxy are easy to understand,Read More…
SQUID Config, if you need a proxy to access from far away
SQUID PROXY SETUP FOR REMOTE COMPUTERS TO ACCESS ################################################## If you read my article/notes on Proxys: HERE. Realize that we are setting up a Forward Proxy here. Reverse Proxys are used forRead More…
Find your Public IP with CLI – Easy
EASIEST BEST WAY ################# This has the positive of just giving you the IP on 1 line, no other garbage and it has worked for year (2 for me and counting, imRead More…
HOW TO INSTALL IPYTHON NOTEBOOK FROM SCRATCH ON DEBIAN 7 – WITH PYLAB INLINE FOR CHARTS AND STUFF
HOW TO INSTALL IPYTHON FROM SCRATCH ON DEBIAN 7 ################################################ Links that I used to get this information and install ipython with: Installation and uninstallation: http://www.installion.co.uk/debian/wheezy/main/i/ipython-notebook/install.html http://www.installion.co.uk/debian/wheezy/main/i/ipython-notebook/uninstall.html Configuration & General: http://askubuntu.com/questions/335883/how-to-use-the-newest-ipython-in-ubuntu12-04 http://ipython.org/ipython-doc/rel-1.1.0/interactive/public_server.htmlRead More…
Debian – Missing File or Header During Compiling? – debian.org – apt-file
One great solution is download the package that contains the missing file (usually a header file, .h extension). First look for the file with link below, note the package name and apt-getRead More…