Watch Out – Don't Kill This Future Woody Woodpecker!
Updated: May 23rd, 2009
Removes all ftprush queue items that don't download to localhost. It is useful to run if you FXP a lot of files back and forth and want to clean up the queues from time to time, but don't want to delete anything that is downloading. Feel free to make a shortcut to this script and run it any time you want.
Note that this script is only compatible with the ANSI FTPRush version. The Unicode version is not supported.
You need to have Activestate Perl installed in order to run this script. http://www.google.com/search?q=activestate+perl+download
Script source is available from SVN here.
Terminator 4 Salvation: The Future Begins (2009)
Updated: December 16th, 2007
The next Terminator is coming. Who's excited?
Here's the plot: After the drastic effects of Terminator 3, the story continues as John Connor and soon to be wife Kate Brewster realize they must create a resistance organization with Earth's remaining survivors against the army of robots slowly being built up by Skynet. As they are building this resistance, one survivor happens to be a traitor in disguise, and has a secret that nobody would ever come to suspect.
The good news is that the movie is now in pre-production, the script is done, and shooting should begin in 2008. Terminator 4 will come out in June 2009 if everything goes as planned.
The bad news is that Arnold will not …
Portal By Valve – The Most Entertaining Game In A Long Time
Updated: October 28th, 2007
The saddest part of growing up for me is probably the realization that games don't entertain me nowadays as much as they used to. OK, maybe not the saddest, but it's up there along with having to "work", not being able to "get trashed like there's no tomorrow", and behaving like "an adult".
But where was I? Oh yeah. Even though graphics and realism improve every year, my desire to play anything goes down at the same rate. Valve seemed to know this quite well, so it promised to do everything in its power to satisfy me.
Enter the long awaited Portal. Combine the Halflife 2 engine with the power of a portal gun and brain busting riddles, add …
cpan – The Perl Module Manager
Updated: March 19th, 2008
cpan is a perl module manager. To get into cpan, login as root and type in
cpan
Install a module:
cpan install MODULE
Upgrade a module:
cpan upgrade MODULE
Reinstall a module or force install in case of failed tests:
force install MODULE
See a list of upgradable modules:
r
See cpan configuration (that's the letter 'o'):
o conf
Update an option in cpan configuration:
o conf OPTION_NAME OPTION_VALUE
It is always nice to:
upgrade CPAN install Bundle::CPAN
If there's an error making a Perl module, it can be caused by a missing make path in cpan configuration. In cpan, type in:
o conf
which will show all cpan options, then:
o conf make /usr/bin/make o conf commit
A good …
Updated: October 22nd, 2011
sysbench – Linux test bench. Easy as pie to test CPU, memory, threads, mysql, and disk performance.
Full description is available here: http://sysbench.sourceforge.net/docs/
install mysql, mysql-devel wget http://downloads.sourceforge.net/project/sysbench/sysbench/0.4.12/sysbench-0.4.12.tar.gz tar xvzf sysbench*gz cd sysbench* ./configure && make install
mysql tests
This will run 10 separate consecutive mysql tests using an InnoDB table type, each with 100 mysql threads, doing a total of 1000 various SQL operations per test. Then it will print the total time they took to finish:
sysbench --test=oltp --mysql-user=USER --mysql-password=PASS --mysql-db=test \
--mysql-host='HOST' --mysql-table-engine=innodb prepare
time perl -e "foreach(1..10){print \`sysbench --max-requests=1000 --test=oltp \
--mysql-user=USER --mysql-password=PASS --mysql-db=test --mysql-host='HOST' \
--mysql-table-engine=innodb --num-threads=100 run\`}"
sysbench --test=oltp --mysql-user=USER --mysql-password=PASS --mysql-db=test \
--mysql-host='HOST' cleanup
beer planet is a blog about technology, programming, computers, and geek life. It is run by Artem Russakovskii - a local San Francisco geek who is currently pursuing his own projects and regularly enjoys hacking Android, PHP, CSS, Javascript, AJAX, Perl, and regular expressions, working on Wordpress plugins and tools, tweaking MySQL queries and server settings, administering Linux machines, blogging, learning new things, and other geeky stuff.