freebsd reverse read file

Finally stumbled on a good way to go through a log file in reverse using freebsd, saving it here mostly for my reference later. tail -r file_path | more…

Tournament Bracket Using Flex Tutorial

I've been planning on writing a tutorial about my CSS Flex Tournament Bracket for a while now, just haven't gotten to it yet. Now I don't have to because someone else just did. So go check out Exploring a CSS3 Tournament Bracket by Krawaller!…

Starting Node Forever Scripts at Boot w/ CentOS

I've spent the past couple of days banging my head against my desk trying to get my node apps that I run with Forever to automatically start when the server reboots. Recent DoS attacks on my hosting provider made this an even more urgent need to get up and running.…

jQuery External Link Selector

I always lose this script, so I'm saving here for future use. It grabs every link, with a supplied href that has a domain seperate from the current location. This differs slightly from this version which doesn't check to make sure that something is supplied with the href, thus it…

Page 1 of 1