In Loki We Trust The many projects of Lokkju, Inc

terms
5Jan/100

PDX Hackerspace is a reality

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

advertise
20Mar/094

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?

podcast
Tagged as: , 4 Comments
participate
17Sep/080

VMWare Fusion: “Error loading operating system”

If you are using VMWare Fusion under OS X 10.5 (Leopard) with bootcamp, and get an "Error loaded operating system message", there is finally a simple fix.
Open your *.vmx file for your virtual machine, and add the following line:

ide0:0.biosGeometry="1024/255/63"

that should do the magic!

Filed under: Projects No Comments
support
6Jun/080

Mobile Portland Slides Spotlighted on Slideshare.net

Mobile Portland Group's Slideshare.Net slides have been spotlighted on the front page of Slideshare.net

My iPhone Development presentation slideshow:

contact
5Jun/0810

dnsEditor: Ajaxified Update

Thanks to Quintin at junkmail.co.za, dnsEditor now supports Batch adding of zones, zone defaults, and some extra configuration options.

Changes:
- Now has "Click to Edit" instead of empty fields
- Configuration option to hide the "update servers" button
- Batch add zones
- Zone field defaults, for multiple or single A, MX, CNAME, TXT, etc records to be created automatically in a new zone

Demo:

http://www.lokkju.com/projects/dnsEditor2/dnsEditor.php

Source:

http://svn.lokkju.com/svn/dnsEditor/trunk

terms
Filed under: Code, Projects 10 Comments
21Feb/080

EMET: subModal

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

Filed under: Code, Projects No Comments
tour
28Jan/080

GreaseMonkey SmugMug Browser

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.

advertise
podcast
10Jan/086

Small iPhoneFS update

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.

Filed under: Code, Projects 6 Comments
participate
10Sep/071

Stumbler – Mobile Stumbler for the iPhone

pumpkin and I - of iphone-wireless - have coded up the first Stumbler application for the iPhone. If you want to check it out, visit us at http://iphone-wireless.googlecode.com.

Screenshots:

Stumbler Screenshot 1
Stumbler Screenshot 2

Filed under: Code, Projects 1 Comment
support
2Sep/070

iPhoneFS – new name, new site

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/

Filed under: Code, Projects No Comments
contact
terms