Archive for the ‘Linux/Ubuntu’ Category

Switching between dev and beta Chrome channels on Linux

If you’re on Linux (say Ubuntu 10.04, also known as Lucid Lynx), you can switch between the developer (dev) and beta channels of Chrome like this:
Switch from Beta to Dev:
sudo apt-get install google-chrome-unstable
Switch from Dev to Beta:
sudo apt-get install google-chrome-beta
That’s easier for me than going back for the .deb file and doing something with it.
Also, [...]

Read the rest of this entry »

Installing Android development environment on Ubuntu 9.04

I wanted to play with writing Android apps on my home Linux computer, which is currently running Ubuntu 9.04 (Jaunty Jackalope). These are mostly notes for myself, so don’t feel guilty if you skip this post.
- Make sure your system is up-to-date:

sudo apt-get update && sudo apt-get upgrade

- Install Java

sudo apt-get install sun-java6-jdk

- [...]

Read the rest of this entry »

30 day challenge for October: No Microsoft Software

In September I didn’t do a 30 day challenge because, frankly, I had a lot of work that I really needed to crunch through at the Googleplex and I didn’t have much spare time. But October is a new month, and so it’s time for a new 30 day challenge.
For October, I’m not going to [...]

Read the rest of this entry »