codebytez
code lessons
Saturday, May 14, 2016
What do the // in a URI stand for?
›
The url spec basically has a scheme id followed by a colon, followed by a scheme specific part (RFC3986) As you can see, the mailto scheme...
Monday, March 04, 2013
5 minutes to linux security
›
Much better than I can ever explain it: http://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers
Friday, May 25, 2012
Simple way to use getopts
›
Most getopts examples show complex case switches in a while loop and complicated logic to set defaults. In general, getopts is very simple...
Wednesday, April 25, 2012
Installing FreeNAS using virt-install
›
A simple way to install FreeNAS on a VM is to use virt-install. I had to add a sata controller since I have more than 4 drives: virt-inst...
Saturday, April 21, 2012
›
Running FreeNAS on a virtual machine I prefer to have my physical servers bare, containing only the barest changes required to run virtu...
1 comment:
Sunday, February 26, 2012
Flaw in yahoo mail allows spam messages to stay at the top of Inbox
›
Its sunday afternoon and imagine my surprise when I see an email sent from Monday. First, neutrinos time travel and now email! Turns out...
Sunday, October 16, 2011
Prime algorithm in assembler
›
One of the greatest strengths of assembly language is the extreme compactness of code. Digging though my old files I found this gem that pri...
›
Home
View web version