Tech

Find a Cheap VPS Hosting Provider

With VPS hosting becoming a more popular option among the techies, I’ve been tempted to get one.
Among the reasons you’ve like to get a VPS include:-

  • You need root access
  • You wish to install a distro of your choice
  • Want more capabilities than offered by standard shared hosting
  • You have Ruby On Rails or Python Based Web Apps you want to host
  • Because you can :D

This diagram, taken from Google Trends shows VPS Hosting search to be picking up since late 2004. I think is times pefectly with the release of Ruby On Rails to the masses.

VPS Hosting Search Trends Based on Google Trends

VPS Hosting Search Trends Based on Google Trends

Anyway, I found this site with cheap VPS hosting, some going for as low as US$3 a month. The reliability of these providers maybe questionable, and I don’t think they can compare to the big guns.

Here’s the link, do comment on your experiences.

*sigh* Now to prepare for trackbacks from bots tracking the word *VPS* :P

VirtualBox 3.0.2 released!

VirtualBox 3.0.2 has been released. This is a maintenance release, but it solves a lot of problems. For example, 3D accleration works way better now if you have Desktop Effects enabled. A definite recommended upgrade.

How to get your Internet IP Adress and Hostname

There are many services available to check your IP Address and hostname. Wing Loon has one, called IPVEE.com

Its main features are the ability to:

Unlike most other sites, its key strengths lie in its visually appealing way of displaying the information. This can come in extremely handy especially when helping the less technically inclined among your friends.

Unlike the other sites, IPVEE.com uses a simple JQuery Slider, with the essential information separated by 3 different links. Check out this screenshot:-


Nice right? Go to IPVEE.com ;)

VirtualBox 3.0 Released

VirtualBox

VirtualBox

VirtualBox 3.0 has been released!!! Highlights for me are:

  • Windows guests: ability to use Direct3D 8/9 applications / games (experimental)
  • Support for OpenGL 2.0 for Windows, Linux and Solaris guests
  • USB: Support for high-speed isochronous endpoints has been added. In addition, read-ahead buffering is performed for input endpoints (currently Linux hosts only). This should allow additional devices to work, notably webcams

Looks interesting. Read the full changelog. Go ahead and download.

Create Multiple Firefox Profiles For Different Uses

Ever had a problem where your Firefox crashes during development because you were browsing multiple tabs in another window?

Or using the latest Firefox beta always messed up your current extensions / settings?

Use Profile Manager.

This keeps separate instances of firefox running, so one crash won’t affect the other windows.

To access the Profile Manager, first open Firefox as usual, then from the your os command prompt, launch the profile manager by typing the following command:-

firefox -profilemanager -no-remote

My FireFox Profile Manager

As you can see, I have created 3 profiles here, my default profile, a Development profile as well as another beta profile for me to test the latest firefox beta, Minefield (www.mozilla.org/projects/minefield/). I set the default profile as my default (duh!), for normal web browsing.

The ‘-no-remote’ option allows you to start a new Firefox process that is invisible to the first process.

The ‘-P’ option allows you to specify which profile to start. Look at your profile manager for the names in case you forgot ;)

I then created some scripts in my ~/bin directory to launch the Development & Beta profiles seperately.

Here’s a sample script, note that I piped all of ‘em ugly error messages to /dev/null and made sure the process ran in the background. This frees up your terminal for more important things.

1
2
3
#!/bin/bash
echo "Starting devfox ;)"
/usr/bin/firefox -P "Development" -no-remote > /dev/null 2>&1 &

Another tip, getting confused with which profile(s) you have open? Use Themes to differentiate them ;)

For more information, read on the following links:-

Opening Firefox With Another Profile
Firefox Profile Manager

Other uses for this include, your own ‘incognito’ mode for firefox, ala Chrome.

Hope you find this helpful ;)

Creating Partitions with GNU Parted

Hi, this is my second screencast. This time I talk about parted, an alternative to fdisk.

There is audio skipping towards the end of the screencast, which I discovered only after uploading this video to youtube. :(

I’ll add a link to the full video on rapidshare once I have posted this on Danny’s site.

How To Create Facebook Badges

In my first ever screencast, I ‘enlighten’ the uninformed few on facebook badges. I’m not really happy with myself in this screencast, however, it was a good chance for me to learn about screencasting in linux.

You should also check out my friend Danny, who has done quite a few quality screencasts.

For those of you who want a higer quality version, you can download it here

Alternatives to torrenting

RapidShare 1-Click-hosting

My friend Danny wrote about this new torrent search engine, YouTorrent. With Malaysia’s frustratingly slow internet connections, with the many accusations of throttling or traffic shaping when it comes to torrents, direct downloads maybe be an alternative option.

This is where one-click-hosting sites comes into play. These sites allow you to upload files to their servers, which they then ‘host’. You’ll be given a link to download them, which can then be passed on to all your contacts, making your media accessible all over the world.  Rapidshare.com is one the the early pioneers and more popular of the lot. Their multiple mirrors and reliability seem pretty good to me, making it one of my preferred file sharing hosts.

There are quite a number of sites that post ‘files’ on rapidshare.com. The 2 which I frequent the most are:

Rapidshare King primaryly uploads movies, while Leecher’s Lair provides everything else under the sun. I personally know a few users with paid RapidShare accounts, because of how easy it is to download things.

Hope this posts helps you guys in getting another alternative to torrenting.

WordPress themes

Here’s a list of WordPress themes for those who can’t stand the default theme supplied. Some pretty good themes there, one of which I’m using right now for my blog. Should be good for most people around.