Jason W Hutchinson.com

Sun Sep 16, 2007, 4:28 PM
Thanks famfamfam!
Several dropdown menu icons are from famfamfam.com. Go check 'em out for 1000 amazing, free 16x16 general purpose icons!
Home Home Archive Archive Tags Tags Portfolio Portfolio About About Contact Contact



Wednesday, September 12, 2007 at 3:30:14 AM
Download Queue Screenshot

A fairly big update to the script, I've added several new features:

  • Notifications via libnotify Download Queue libnotify screenshot

  • Download History

  • Reprioritization via move, up, and down commands

  • Added the ability to add multiple urls at once

  • Added the ability to skip a download via CTRL+C (moves it to end of queue)

  • -f option for custom queue.txt at command line

  • -c option for custom .dqcfg at command line



Get the updated script here: Download Queue v0.2

If some of the new code seems a little hack-ish just remember, I'm still learning.

Next on the agenda:
Tags:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/zikes/ubuntu.jasonwhutchinson.com/inc-functions.php on line 120
Comments (7) Read more ->
Tuesday, September 4, 2007 at 6:12:21 PM
've not yet implemented anything in the way of blocking spambots on this site, and recently I got my first taste of comment spam. Luckily it was only one bot and a few comments, which were easily deleted, but after taking a look at my access logs I've noticed that the bot's still there, and has been trying to post to various pages for several days.

In all instances the bot had the same IP, so I toyed with the idea of having my comment posting function check the IP against a database table of known bad IPs, but that seemed a bit overkill for one bad bot. It also wouldn't do much for stolen bandwidth, CPU usage, etc. So I decided to ban the IP entirely in my .htaccess file:

# Block spammers by IP
Order Allow,Deny
Deny from 195.225.177.136
Allow from all


Now if I get a few more bad apples I can just toss their IP in as well. If it gets too large I'll work up an alternative.
Tags:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/zikes/ubuntu.jasonwhutchinson.com/inc-functions.php on line 120
Comments (0)
Sunday, September 2, 2007 at 5:21:50 PM
[update]

Download Queue v0.2 Available!


See this blog post for details: Download Queue (DQ) v0.2
[/update]

I've been spending more and more time at the Linux command line lately and have been looking at ways of improving the experience, customizing and personalizing it. At the same time, I've been using it as an opportunity to learn new languages, one of those being bash.

I've used bash in a very simplistic way ever since I first got Linux, simple one-off commands here and there, aliases, .bashrc, etc., but I only recently decided to take a serious, in-depth look at it. I've been reading tutorials here and there, studied up a bit on common useful commands, but in order to really get to know a language you have to use it, so that's what I'm doing.

Download Queue (DQ) v0.1b

Tags:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/zikes/ubuntu.jasonwhutchinson.com/inc-functions.php on line 120
Comments (4) Read more ->
Search       
Recent Posts        
Tags