Wednesday, January 20, 2010

Sync your iPhone with Ubuntu 9.10

Just wanted to post this link. It didn't work exactly by copy pasting his command, but I did the same steps manually and it worked for me.

http://fatbuttlarry.blogspot.com/2010/01/ipod-touch-iphone-3g-ubuntu-910-in-5.html

Thursday, January 14, 2010

Tethering with PdaNet on Jailbroken iPhone

The PdaNet software provides tethering for jailbroken iPhones. The problem is, after version 1.33 of the software, its no longer free. Luckily, version 1.33 is still available in binary form here:


At the time of writing, version 1.61 is the latest version and has lots of nice new tricks up its sleeve. There are versions floating around the web you can use, you know what to do with the following:
pdanet-version-1-61-a-27193

After obtaining a .deb file, make sure you've installed OpenSSH in Cydia on your phone. Then, all that's left is to scp it up to your iphone:

scp pdanet1.33.deb root@iphone.ip.addy.here:/var/root

The password would be alpine or dottie, unless you've changed this manually. Then ssh into your phone with the same password:

ssh root@iphone.ip.addy.here

And install the PdaNet package:

dpkg -i ./pdanet1.33.deb

Restart your iPhone and there you have it! Tethering over WiFi. If you managed to get version 1.61, then you can tether via the USB cable, but only if your computer is Mac or Windows (no Linux).

Friday, November 13, 2009

iPhone Firmware 3.0 Syncing Coming Soon to Linux!

There is an really alpha stage communication stack that is buggily capable of syncing with the iPhone 3.0 firmware from a Linux machine! I'll be testing it out and writing more about it's usability (even if it is an alpha). For now, the relevant links are:

http://marcansoft.com/blog/2009/10/iphone-syncing-on-linux/


Wednesday, November 11, 2009

Installing the Canon EOS Utility using the Updater Tool on Mac OS X

This post is just link love to someone name Nav Jagpal:
http://www.navjagpal.com/blog/?p=16

This is a brilliant little hack to get the Canon EOS utilities without having the original installation media. Enjoy!

Sunday, October 11, 2009

respring your iPhone from the command line

You kill the SpringBoard process just like you would any other one, and it restarts the SpringBoard. Do this if you just installed a .deb package from the command line and want it to show up on your springboard.

killall SpringBoard

Thursday, August 6, 2009

It just works

Installing HP printers (and switching between them) was a pain in Tiger. In Leopard however, it just works; plug it in, and the printer is ready to print immediately. No hunting for driver downloads on the HP website, or hunting for install discs. And certainly no stupid bubbles in the corner of my screen, clicking through "Next...Next...Next" buttons to install drivers like Windows. Plug in. Print. Blog about it. I love this OS and its user experience.

Tuesday, August 4, 2009

Chrom[ ium | e ] Follow-up: Dev Channel, Flash Support, and Release Date Prediction


I stand corrected; the "alpha" I referred to is now the Dev Channel, which is updated (about) once weekly. According to one Chrome developer from the comments of the last post, this build possibly gets some quality assurance before it is released through the channel. On Mac OS, you can download the DMG, and you can get the latest Dev Channel release by doing Chrome->About Chrome->Update, as seen here.

Personally, I think I prefer to stay on the bleeding edge with the latest nightly build, but you can possibly do this with the "Beta Channel" as well, so oh well, looks like me script is probably duplicated functionality. I'm still using it, and it looks like the nightlies are ahead of the Dev Channel at this point at least in one really noticeable regard: the flash plugin appears to be enabled by default on Chromium builds, while Chrome requires being called with the "--enable-plugins" command-line option, as in:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --enable-plugins

On either build, Flash movies don't quite work right in that clicking buttons play, pause, or any other button in the Flash embed is a matter of weird double-click voodoo that may or may not work. But youtube clips mostly autoplay and you watch them to completion, so as long as you don't need to reliably pause them, you'll be okay for now. I'm sure the devs will be fixing these Flash issues really soon. I wouldn't be surprised if we hear of Chrome as officially released for Mac OS and Linux within the next few months, maybe in time for the Windows 7 launch?