Gubs en Time Square
Originally uploaded by Gubatron.
Related Posts
How to ban/unban ips in linux
In case you’re not an iptables guru, you might want to create a couple scripts and put em somewhere on your $PATH. I’ve created two scripts called ban_ip and unban_ip. Create a file called ban_ip touch ban_ip chmod +x ban_ip Edit it and copy the following code inside: #!/bin/bash sudo iptables -A INPUT -s $1 […]
Legalization: Yes We Can
Repost if you can. This ad is the first TV Ad ever to be run nationwide in Pro of Marijuana legalization. It started today, 4/20 “four twenty” a date that matches the pot-iconic number. It’s time it’s legalized, it’s not like they’re not smoking, you might as well tax it, create jobs, export it and […]
HTML 5 is out and about
I believe that the <canvas>, <audio>and <video> tags will make the web a pretty exciting place. A lot of Flash components will be rewritten or converted into Javascript+HTML5 Object components making available more reusable elements for a graphical and interactive web, all being open sourced (javascript) and with no extra plugins needed. Some places where […]