Uncategorized


January 5, 2010: 2:23 pmfeed: LokkjuUncategorized

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/.

address
September 12, 2009: 10:18 pmabout: LokkjuUncategorized

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.

podcast
March 20, 2009: 10:45 pmcontent: LokkjuUncategorized

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?

September 29, 2008: 9:45 pmcopyright: LokkjuUncategorized

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?

search
February 21, 2008: 7:24 amfeed: LokkjuUncategorized

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.

submodal3.zip

address
January 28, 2008: 5:02 pmabout: LokkjuUncategorized

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…)

podcast
January 10, 2008: 2:22 amcontent: LokkjuUncategorized

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.

September 2, 2007: 9:36 pmcopyright: LokkjuUncategorized

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/

search
August 9, 2006: 2:56 pmfeed: LokkjuUncategorized

Well, we have been trying to get our Alteon AD3 (Ace Director 3) to do both SLB and NAT at the same time, which is amazingly difficult. At any we finally got it working. Check it out:

(more…)

address
Make payments with PayPal - it's fast, free and secure!
podcast