Voterbox

drks's blog

Rip Audio From Quicktime without Quicktime Pro

So I came across a Quicktime video today that I really wanted to use the audio track from. However, I came to find out that getting the audio track from a .mov isn't an easy task if you do not have Quicktime Pro.

If you do have Quicktime Pro... then you can simply just export the audio track. However, without it you can't... and here is how I got around the issue:

Ruby: rb-parseconfig 0.4.2 Available!

Check out the latest version of rb-parseconfig, a Ruby library that allows you to easily work with standard *nix style config files!

Release Name: 0.4.2

Notes:

This update is a bugfix only release.

The latest version of rb-parseconfig-0.4.2 fixes two significant bugs in the way config values are parsed. It is recommended to upgrade to the latest release due to the potential for inconsistent results in previous versions.

Changes:

Thu Feb 28, 2008 - v0.4.2

Project Updates

There have been a few release updates for some of the projects I work on:

pLsearch - Version 0.1.9
- No longer require Getopt::Long.
- Check file type, and skip opening of binary files. (Currently a bit buggy as it considers empty files as binary).
- Cleaned up options just a tad.

VMWare 64bit - Can not obtain DHCP Lease on reboot

The issue arises on a 64bit VMWare guest, using the e1000 NIC that on a soft reboot you are unable to obtain a DHCP Lease and PXE boot.

The following fixes the issue in the virtual machines .vmx file:

ethernet0.allow64bitVlance="TRUE"
ethernet0.virtualDev = "vlance"

Thank you, come again.



NoLoveFromGoogle: PHP exif_read_data Returns a Single Character with WINXP Array

Interesting issue this week. Using the exif methods to read WINXP data returns unexpected results unless both exif and mbstring are compiled statically.

The exif_read_data function with WINXP data from a Jpeg image only returns a single character for each item in the array. Digging around on bugs.php.net came up with several instances of the bug over the last 5 years. Please reference the following bug reports:

Bug #31980
Bug #23105

Another refresher... Networking

Again, in a mild attempt to refresh things in my head that have been replaced with others... I found the following Networking primer from Novell:

http://www.novell.com/info/primer/primer.html

Who doesn't love the OSI model?



Interesting PERL refresher

Found this whilst looking for a PERL refresher:

Mad Mongers' PERL Refresher

Enjoy!



Subversion Error / Fix

Ran into an issue with Subversion kicking back with the following error:

svn: Failed to add directory 'fakedir': object of the same name is already scheduled for addition

I found the fix from this Dev::Blog site. As described there, the fix is to revert the directory, and then update the tree.

svn revert fakedir
svn update

NoLoveFromGoogle! Wget --no-parent (-np) option doesn't work

Ok.... so, here I am trying to mirror just a sub-directory of a website. No big deal right... just use the '--no-parent' option to wget (keeps it from mirroring anything above the specified URL). Well... over and over and over I could not figure out why the -np option didn't work.

This is what I was doing:

wget -r --no-parent -nH http://www.example.com/path/to/directory

No matter what I did... wget would mirror 'http://www.example.com' and everything under it. The fix??? You need the trailing slash at the end:

Updated Mod_JK RPMS Available

Due to security issues, I have updated the mod_jk RPMS to the latest stable version of 1.2.21:


Syndicate content

All content generally available under the GPL unless otherwise noted.
5dollarwhitebox.org is not responsible in anyway for actions performed based on information found on this site.

Powered by Drupal - Design by Artinet