JAVA – note to self – Aliasing – When REPOINTS and when COPY happens Below article is generated by Code @ very bottom of article::: =============================================================== “C:\Program Files (x86)\Java\jdk1.7.0_21\bin\java” -Didea.launcher.port=7546 “-Didea.launcher.bin.path=C:\Program FilesRead More…
Hashes – Md5sum – Also: Best Windows Hash Tool
MD5SUM & HASHES ################ Check hashes – the fingerprint of the file – each file has thier own signature. sha1sum (or shasum) works as well and has more bits We use hashesRead More…
Firefox Extensions for a Web Developer
FIREFOX IS A BETTER WEB DEVELOPER SITE (but make sure your site works with the 3 FIC Browsers – Firefox Internet Explorer and Chrome) Probably want your Chrome Bookmarks imported to Firefox:Read More…
EASTER EGG FOUND – Starwars Traceroute
EASTER EGG FOUND – Starwars Traceroute In linux just type what I have below, in windows type: “tracert 216.81.59.173” $ traceroute 216.81.59.173 traceroute to 216.81.59.173 (216.81.59.173), 30 hops max, 60 byte packetsRead More…
ANDROID – ADB Backup/Restore- ADB Extractor (abe) – Extracting adbs with openssl
ADB BACKUPS ############ * Note Citing my sources throughout the article. Backing up and Restoring ======================== Good articles: http://forum.xda-developers.com/showthread.php?t=1420351 Another good article: http://www.thesuperusersguide.com/adb-backup–restore.html First install Android SDK Platform Tools on windowsRead More…
SQL HOW TO
############## What is MySQL: ############## By: infotinks This is just a copy paste of some articles from here. All credit goes to them. I only claim that I formatted it like thisRead More…
LINUX CHEAT SHEET OF DOOM
Open STD IN in VIM command | vim – Or: vim <(command) Examples: echo “stuff” | vim – vim <(df) It says open file is stdin (instead of filename) NOTE: can useRead More…
GOOD RESOURCES and LINKS
The purpose of this page is to give you some handy resources that I thought were very useful and still currently do. I go to these sites often, whether im Troubleshooting, programming,Read More…
Good Windows Maintenance Programs
CCLEANER ######## MY ARTICLE ON THIS, URL: http://www.infotinks.com/windows—how-to-clean-it-up—the-real-way Good Crap Cleaner file (Anaylze then run) and registry (Run, save backup .reg file for safe keeping, then delete all finds) PC Decrapifier ##############Read More…
FREEPBX WITH GOOGLE VOICE – SETUP FREE VOIP
Google Voice and FREEPBX version 3 beta ====================================== NOTE: Firewall settings just need ALL OUTBOUND ALLOWED. it worked for me without messing with my firewall This is my own guide onRead More…