Showing posts with label HowTo. Show all posts
Showing posts with label HowTo. Show all posts

Monday, June 2, 2008

DIY Plurk Client (Just like my previous post)

...the only difference is the URL is http://www.plurk.com/m. Cool huh?

Friday, May 30, 2008

My DIY Twitter Client via FireFox


When I XP-fied my Eee PC, one of the things I *avoid* doing is install non-essential apps to it to preserve my 1Gb+ free storage. To do this, I used PortableApps from the external SD card but not all the things I want to use are available as a portable application... one of them is a Twitter application.

Anyway, having tried using the mobile version of Twitter on my iPhone, I tried adding a new sidebar panel on FireFox Portable with the url http://m.twitter.com/ and it worked! Now I uninstalled Twhirl and Adobe Air and is now using my twitter sidebar most of the time.


ADDENDUM:
There is a question in the comments section on how I "detached" my sidebar from Firefox. I did it by installing a Firefox add-on called EZ-Sidebar.

Wednesday, December 12, 2007

You Ask, NoypEee Answers (Activating Eee's Advanced Mode)

NoypEee reader danny asks for any easy way to activate the Eee PC's advanced mode so here it is:
  • from the Easy Mode desktop press "ctrl-alt-t" to open the terminal
  • at the terminal window, type "sudo apt-get update" at the user prompt and wait for the user prompt to return
  • then type "sudo apt-get ksmserver kicker" and the installation process should start
  • once the process is done (you'll know because the user prompt at the terminal will return, close the terminal and restart your Eee. After the restart, you'll still see the usual Easy Mode screen.
  • to go to advanced mode, press the power button (or click on the round red button beside the smiley face in your task bar) and you'll see an additional option "Full Desktop" -- click it and your Eee will restart its window manager to the Advanced Mode.
That's it!

If you want your Eee to permanently boot in Advance Mode, go to Settings --> Personalization in Easy Mode and additional Login Mode will be visible, click on "Full Desktop Mode" .

Blogged with Flock

Monday, December 10, 2007

HOWTO: Install DOSBox on the Eee

img84/1350/dosboxls2.png

Previously, I posted a screencap of a classic DOS-based PC Game called Dune 2.  I was able to run it on my Eee PC using a nifty application called DOSBox.  Here's how to set up and run DOSBox:
  • make sure that "deb http://ftp.us.debian.org/debian stable main non-free contrib" is included in your "sources.plist" file.
  • at your Terminal window, issue the command "sudo apt-get install dosbox" and it will show that it dosbox will install a couple of files, press "y" at the prompt.
  • after the installation routine, type "dosbox" at the Terminal and it should run a DOS window.  In that window, you can issue several command but the most important command, IMHO is "intro mount" because that command will allow you to run your DOS games.
That's it!  In my case, I loaded up my old copy of Dune 2 on my Eee PC and ran it flawlessly.

Blogged with Flock

Wednesday, December 5, 2007

HOWTO: Automaticaly Connect to Multiple Wifi Networks

I have wifi both at my place of work and at home. I configuered my Eee to automatically connect to *both* networks each time I boot up. Here's how I did it:

  • right-click on the Network Connections icon at the KDE task bar and choose "Configure Network Connections".
  • click on either your office wifi or your home wifi connection (it doesn't matter at this point but in this example I chose my office connection) and then click on Properties.
  • at the General tab, change the Start Mode from "Manual" to "On Boot" This will automatically enable this connection once you turn on your Eee.
  • click "Fallback" and choose your home connection.
  • click on Ok to save your settings.
  • now click on home connection and do the same thing, the only difference is that its "Fallback" should be your office connection.
And that's it! Now your Eee PC will automatically connect to both your home an office network!

Note: This instruction assumes that you are already running under the Advanced Mode. To enable your Eee PC's advanced mode, see this wiki entry at eeeuser.com

Blogged with Flock