Archive for the ‘computers’ Category

IM Bots at Work and Play

11 Superb IM Bots

Still using your IM just to chat with friends?You can add various bots as buddies and double up IM as a notepad,translator,twitter application and a lot more.
Here is a list of some must have bots:

1.Ping.fm
IM:- pingdotfm@gmail.com
This bot lets you update your status at over 20 sites simultaneously  you may have subscribed including twitter,facebook,blogger,wp etc.

2.Google Translator
IM:- en2hi.translit@bot.talk.google.com
A very useful utility meant to translate multiple languages.May prove to be very handy when you have friends speaking different languages.Available for many languages.

3.Digg
IM:-  digg@bot.im
Get all the top stories from digg’s home page in a very organized manner having all the categories

4.gtalkbots
IM:-  bots@gtalkbots.com
Its a cool bot which saves and shares your status messages and also helps u in maintaining a cool notepad.

5. joketeller
IM:-  joketeller@bot.im
Just ping this bot with any word whenever you feel like  and get a nice joke to share.

6.iNezha
IM:-  inezhabot@gmail.com
A simple RSS reader.All you need to do is to type in the name of the website whose updates are required and within no time it sends the updates.

7.MayaFile
IM:- talk@mayafile.com
Can be used to store and retrieve short notes.

8.Games on gtalk
IM:- games@gtalkbots.com
Some simple games to play with the rest of the world.Make sure you type fast!

9.IM feeds
IM:- imfeeds@gmail.com
Can be used to get feeds of various web pages.

10.timer
IM:- twitter@twitter.com
Just add timer to your Twitter friend’s list and then add twitter@twitter.com to your buddy list in Gtalk. If you want to get a reminder after 30 minutes, send a direct message to twitter and a reminder will pop up in your Google Talk after 30 minutes!

11. Askme bots: this site provides a large collection of bots which can be used for countless little things.The best part about it is that one can create his own bot using this service!

Using Virtual box -Part II

Refer to part I for:
Initial settings/setup
Installation
Disk Management issues

Once you are done with the installation of the guest operating system,the next big thing to get it working is to share the resources with the host operating system.The VBox version 2.6 onwards support this using guest additions.

Guest additions allow the user to :

1. Share multiple folders among guest and host

2. Use USB devices

3. Mouse integration

4. Full Screen mode and better display

5. Use of audio device

To install guest additions:

run the guest OS and goto Devices>Install guest additions

vbox-question

Click Yes and download the guest additions .iso file from the source suggested by the message and place it in the folder /usr/share/VirtualBox.

Once this is done, an icon is visible in the guest OS (here windows)

settings2

Click on this icon and follow the instructions to install guest additions.

The machine is now ready to share some folders as shown below.

settings

Now reboot the guest OS again and use the following command on the command prompt/terminal

net use X: \\vboxsvr\<path>

where X is the drive letter you want to specify and <path> is the name of the folder shared.

Successfully running this command will mount the shared folders as easily accessible drives.

settings3

Now setup the network and sound easily from the settings menu and the guest OS is up and running  good as a normal installation!

result1