We’ve finally managed to find space (and get together the money) to start a Portland Hackerspace!
Check it out at http://www.pdxhackserspace.com/.
We’ve finally managed to find space (and get together the money) to start a Portland Hackerspace!
Check it out at http://www.pdxhackserspace.com/.
Well, I finally got around to restoring the blog after all this downtime. Hopefully I can start putting up more code here soon – I have a large backlog of small projects to post about.
Installing Hyper-V Linux Integration Components v2 in CentOS 5.2
Microsoft still hasn’t released a CentOS or RHEL RPM for Hyper-V’s Linux Integration Components, so you still have to build them yourself. Of course, since neither RHEL or CentOS are supported platforms, Microsoft won’t help you much.
So, with help from Julian Field’s work log on installing the original LIC v1, I’ve put together a minimal instruction set for performing a LIC v2 install on a fresh CentOS 5.2 install.
I started with an absolute minimal install, so there should be no packages other then those below that are needed.
Lines starting with “$” are shell commands.
Lines starting with “#” are something you need to do.
# In Hyper-V: Mount CentOS 5.2 ISO image
$ mkdir -p /media/cdrom
$ mount /dev/cdrom /media/cdrom
$ yum --disablerepo=\* --enablerepo=c5-media install gcc make gnupg kernel-devel
$ umount /dev/cdrom
# In Hyper-V: Mount Linux Integration Components ISO image
$ mkdir -p ~/linux_ic2
$ mount /dev/cdrom /media/cdrom
$ cp /media/cdrom/drivers/dist/* ~/linux_ic2/ -R
$ cd ~/linux_ic2/
$ make install
$ reboot
YOU ARE DONE!
To verify, look for the new seth* network interface.
Wasn’t that easy?
Taxes, representation, and the voting age
Boston Legal just brought up a good point tonight. one of the major purposes behind our revolution against England was to stop taxation without representation. Yet, today, many people under 18 earn enough to have to file taxes, but can not vote. While there are many arguments regarding the age at which you should be able to vote, one that is directly related to the founding of the USA does have a certian ring to it… comments?
Even More Enhancements to subModal:
subModal is a nice, simple, javascript lightbox script that uses iframes. It is quite useful, especially after enhancements done by Todd Huss (Enhancements to subModal).
Two annoying things about it are that it modifies the history of our browser, and that the loading indicators go away to early. Attached is a simply replacements for it, that is drop in except that instead of settings the “loader.html” file, you need to set the “loader.gif” file.
The code is pretty self explanatory, and you can see a demo by clicking the “Map” icon at Kent Price Realty.
A Browser for SmugMug Galleries, because SmugMug uses incrementing gallery ids
This will add a small div in the top right corner of your screen when on SmugMug. You can then click the Previous and Next links on that div to go to the next or previous gallery, based on the id.
Because of how SmugMug works, this will let you view non-password-protected private galleries… have fun!
You can either get it from userscripts.org or the code itself is after the break.
(more…)
just a quick note that iPhoneFS has been updated to use the new WinFUSE libraries. The disk access is a bit quicker, and more stable. Still no write support though – sorry!
There is a new download for it located on the homepage, or you can update through SVN.
Just a quick note – I have started a google project for the iPhoneDrive/iPhoneExplorer software – it has been renamed iPhoneFS, and both the code and sources are available for download.
New URL is:
http://code.google.com/p/iphonefs/