WORDPRESS – my “Advanced Post List” settings for My Site Map
If you liked my site map (Can see here), this is how I have those settings: First install the plugin “Advanced Post List” in WORDPRESS Go to Settings -> Advanced Post ListRead More…
If you liked my site map (Can see here), this is how I have those settings: First install the plugin “Advanced Post List” in WORDPRESS Go to Settings -> Advanced Post ListRead More…
-Read this through a couple of times first, and it will make more sense- STEP 1) First Download and install CYGWIN its basically a LINUX program for WINDOWS and it givesRead More…
First use the Memory Dump Across network with wmr piped to netcat or wmr piped ssh to get the memory dump. Then analyze the memory dump with foremost or volatility. Foremost forRead More…
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…
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 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 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…
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…
############## 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…
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…