APACHE2 MAKING SECURE FOLDER ############################ NOTE TO SELF – BUT MIGHT BE USEFUL TO YOU auth can go in main config or per directory with .htaccess (.htaccess files go in to directoriesRead More…
HTML Characters
HTML CHARS ########## MORE: http://www.whatsmyip.org/html-characters/ 3 FORMS: &#(put number here and remove parenthesis); &(special name); &#x(put hex number here and remove parenthesis); IMPORTANT ONES FOR NOW: ° ° ° DEGREE SIGN  Read More…
Highlight.js Example – Syntax Highlighter
Simplest Highlight.js Example ############################# ############################# * END RESULT: Highlighting of syntax like this http://10khoc.blogspot.com/2012/10/how-to-use-highlightjs-with-blogger.html or like this: http://softwaremaniacs.org/media/soft/highlight/test.html * Sidenote this is the same engine that powers the syntax highlighter in hastebin (a pastebin serverRead More…
Javascript – TamperMonkey – Change Style of certain CSS rule & Elements matching a pattern
//CHANGE HERE – is put where you need to change the code to match what style you want to have as the “new style” after the change goes through Example of aRead More…
PROGRESS SCRIPT 4 LINUX
This gives script with some good output, best if the target starts off empty (better put if the your backup job is setup such that at the end the space used byRead More…
PROGRESS SCRIPT 4 CYGWIN
PROGRESS SCRIPT 4 CYGWIN ##################################################### This goes with the article: Backup Drive to Drive Contents via RSYNC EXAMPLE OUTPUT: =============== Sat, Jul 27, 2013 11:18:12 PM ===DF=== Filesystem Size Used AvailRead More…
Roman Numerals
ROMAN NUMERAL ############## I:1 V:5 X:10 L:50 C:100 D:500 M:1000 RULES OF THIS ROMANS ##################### SMALL BIG = BIG – SMALL example IV = V – I = 5 – 1 =Read More…
SSL Certs work amazingly
NOTE TO SELF ABOUT CERTS ########################## This is githubs cert. Saving the entire thing as a cert file makes it valid It looks for the —–BEGIN CERTIFICATE—– —–END CERTIFICATE—– —–BEGIN CERTIFICATE—– —–ENDRead More…
Rescanning your SCSI Bus to see new Storage (drive disk) thats been added to VM virtual machine VMware
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…
zerobin – the encrypted pastebin – install
zerobin install instructions ############################# WHAT IS ZEROBIN: the encrypted paste bin HOW DOES IT WORK? (exerpt from http://sebsauvage.net/wiki/doku.php?id=php:zerobin) When pasting a text into ZeroBin: *You paste your text in the browser andRead More…