- First, install Eclipse with JDT
sudo apt-get install eclipse-jdt - Install ia32-libs as this is needed by the Android SDK when running in 64-bit Linux
sudo apt-get install ia32-libs - Download the Android SDK from http://developer.android.com/sdk/index.html
- Extract the SDK to your home directory (if you’re not sharing it with other users, otherwise, extract in a shared folder like /opt and open up the permissions)
- Open a terminal and navigate to the tools/ directory in the Android SDK, then execute
./android sdk - Download the platforms and packages (this could take a while)
- Install the Eclipse ADT Plugin by following this instructions
- To test, create a project and launch the default app.
Category Archives: Linux
Photosmart c4780 AIO in Ubuntu
Although HPLIP is installed by default in Ubuntu, it wasn’t able to connect to my wireless printer immediately.
To set up Photosmart c4780 All-in-One wireless printer in Ubuntu:
- Go to the following and follow instructions to install the HPLIP software: http://www.hplip.net/
- When prompted, reinstall HPLIP.
- Restart Ubuntu. I find that I can’t connect to the printer immediately after the installation.
- Execute the following:
sudo hp-setupFollow the steps in the wizard.
HP Device Manager will also added to the system tray.
PCLinuxOS 2007
My favorite distro, PCLinuxOS, had just released early this week its long anticipated 2007 version. Linux.com has one of the early reviews.
Meanwhile, DSWD Bicol is set to adopt this distro. Cool.
Sew your own Tux penguin
This site provides free (as in Freedom) ‘executables’ that make it easy to sew your own soft-toy Tux — the Linux penguin. They have sewing patterns and a community to sew your own soft toy or stuffed Tux.
If you’re looking for a cute gift to yours truly. Look no further. <wink>
Internet Explorers for Linux
IEs4Linux is already a few months old, but I’ve just come across it just recently. Previously, I’m running IE6 by using winetools on wine20050524. This time, with the advent of Wine 0.9x, somebody made the effort of creating a script for installing multiple IEs on Wine. Works with PCLinuxOS with Wine 0.91, though with some small problems initially.