Dec
26
2008
How often you wondered that a definition for a word from different dictionaries would have been better. Stop wondering. OneLook is for you. It is more than ”words” search engine. It indexes words from various dictionaries and provides a comprehensive information about the word. For instance, it gives a quick definition, pronunciation audio clip and usage of the word in phrases. Please see the screenshot for the word “pleasant”

You can also use this tool to find a pattern consisting of letters and wild-cards * and ?, to find the words matching that pattern. This is really cool. For example, say, you want to find all the 4 letter words that start with ‘sh’ and ends with ‘t’ , then you would enter “sh?t”. This would produce the following result
1. sh!t
2. shat
3. shbt
4. shdt
5. shet
6. shft
7. shht
8. shit
9. shlt
10. shmt
11. shnt
12. shot
13. shut
14. shwt
15. shyt
Also there is sister site of this called
RhymeZone. Check this out as well.
Dec
26
2008
I wanted to install Ubuntu 8.04 on a system that did not have a CDROM drive and floppy. So I had to install from a USB stick. Installation from USB stick is not straight forward either. Hence, I thought of sharing how I installed the OS. Please follow the steps below:
- Get a USB thumdrive with atleast 1 GB freespace.
- Format the drive using Windos Format tool
- Download syslinux . Syslinux utility is avilable for both Linux and WIndows. I downloaded Windows version. Follow this link to learn more about SysLinux. Syslinux is used to install the bootloader on the USB Drive
- Insert the thumbdrive into your Windows machine and open a command window
- Execute syslinux.exe -m -a -d e: ( Here e: is assumed to be the Drive letter for the USB thumbdrive. ). After this command, you should see syslinux.cfg in the root dir of the thumbdrive.
- Download Ubuntu 8.04 ISO image to your local drive.
- Using “Winrar” extract the ISO image on to your harddisk. This is needed to copy some files into the USB thumbdrive.
- Download initrd.gz and vmlinuz files for Ubuntu 8.04 ( Hardy ) from this link. These files are required for installing from USB Thumbdrive. ( NOTE: If you want to install a different version of OS, Say 8.10, then you need to download these two files that was built for that version of OS. For example, for 8.10, these two files for Ubuntu 8.10 are here)
- Copy the following into USB thumdrive root folder
- copy the contents of isolinux into the root dir of USB thumbdrive. (To be unambigious: isolinux is a folder you get when you extract the 8.04 iso image )
- create a directory named “install” and copy “initrd.gz” and “vmlinuz” into this folder.
- copy the whole 8.04 iso image into the USB thumdrive. ( To be unambiguous: You need to copy the whole ISO image and NOT the extracted files )
- Rename isolinux.cfg to syslinux.cfg
- Plug in your USB thumbdrive
- Power your system (Make sure that you have set your Bios to boot from USB-HDD )
- Ubuntu install screen will be presented and follow the instructions to complete Ubuntu 8.04 Installation