Saturday, April 24, 2010
If you want to find say xyz@gmail.com is invisible or not. Open your gtalk application and type the email address or username in top search textbox.
Click the profile, it opens in new window as usual.
Click on the down arrow button in the top right corner of the window, and you can see Go off the record link there.
Message appears in red text if your friend is really offline
If the person is invisible no message appears
Use this trick to identify invisible friends from gtalk!
Labels: GMail Tricks, GOOGLE, Gtalk
Thursday, April 22, 2010
Wednesday, April 21, 2010
Solution for windows users when grub loader displays error 17
0 comments Posted by Deepak at 4:12 PMIs the grub loader displaying error 17 or error 22 and not loading any of your OS? Here is the solution for you!!!
The error that tormented me
You can simply follow my previous post. But what if you don't have the windows xp cd?
As an HP customer, I was not provided with windows xp boot cd (I had to copy a windows xp boot from my friend). Instead I was provided only with the recovery cd! So I made a stop gap solution by making a simple boot cd.
Download this file and unzip it. Then follow the procedures in readme.txt.
Another very simple solution is to reinstall Ubuntu :-P!
The error that tormented me
You can simply follow my previous post. But what if you don't have the windows xp cd?
As an HP customer, I was not provided with windows xp boot cd (I had to copy a windows xp boot from my friend). Instead I was provided only with the recovery cd! So I made a stop gap solution by making a simple boot cd.
Download this file and unzip it. Then follow the procedures in readme.txt.
Another very simple solution is to reinstall Ubuntu :-P!
Labels: Grub loader, Windows corner...
How to get rid of the grub loader and replace it with boot loader(Windows default loader)?
0 comments Posted by Deepak at 4:05 PMNo more torture with this screen!!!
Insert the XP boot cd.
Press R when prompted, it opens the cd in recovery mode.
Use the following commands:
FIXBOOT C:
FIXMBR
BOOTCFG /rebuild
I noticed that i ended up with a second instance of "Microsoft Windows XP Professional" in the NTLoader when I start up. But that can be corrected by editing the boot.ini file in Windows.
Labels: Grub loader, Windows corner...
Monday, April 19, 2010
Do you want to hibernate windows from the command prompt?
rundll32.exe powrprof.dll,SetSuspendState
This command will do the job for you.
To even further simplify this you can put those commands in a batch file. So instead of typing the whole command each time you can use shorter commands.
Make sure the batch is put in the %systemroot%\system32 directory so the command will execute from anywhere.
Here is a example. I created hiber.bat in %systemroot%\system32, within that bat file is
cls
echo System will Hibernate!
pause
rundll32.exe powrprof.dll,SetSuspendState
exit
The pause is used so that you can use ctrl+c to break before the hibernate command command is executed. This can be handy when you switch your minds faster than the whirlwind!
Now anytime just type hiber in the command prompt to hibernate your system!
rundll32.exe powrprof.dll,SetSuspendState
This command will do the job for you.
To even further simplify this you can put those commands in a batch file. So instead of typing the whole command each time you can use shorter commands.
Make sure the batch is put in the %systemroot%\system32 directory so the command will execute from anywhere.
Here is a example. I created hiber.bat in %systemroot%\system32, within that bat file is
cls
echo System will Hibernate!
pause
rundll32.exe powrprof.dll,SetSuspendState
exit
The pause is used so that you can use ctrl+c to break before the hibernate command command is executed. This can be handy when you switch your minds faster than the whirlwind!
Now anytime just type hiber in the command prompt to hibernate your system!
Labels: Windows corner...
A slight improvisation in yesterday's post about shutting down windows xp at a specified time. Wouldn't it be cool if you could hibernate at a specified time?
Here is the command to do that
Here is the command to do that
at 07:54 rundll32.exe powrprof.dll,SetSuspendState
Labels: Windows corner...
Sunday, April 18, 2010
I wanted to shutdown my system at a specified time. Tried to add a job in the command prompt and it actually worked.
To shutdown when no other process is running, use:
at 07:54 shutdown -s
To shutdown when other processes are running, use:
at 07:54 shutdown -f
This command forces the exes to close!
To shutdown when no other process is running, use:
at 07:54 shutdown -s
To shutdown when other processes are running, use:
at 07:54 shutdown -f
This command forces the exes to close!
Labels: Windows corner...
Saturday, April 10, 2010
We all miss one of the great awaited feature of how to set invisible status in gtalk. Just like yahoo messenger invisible status in gtalk will allow you to be online without being bugged by gtalk friends when you are at work or don’t feel like to be annoyed by your gtalk friends.
But the regular gtalk version provided by google does not allow you to be in invisible mode when you are logged in.
gtalk-modes
As seen in the image above you can either set your gtalk to busy, show current music track or any custom message as your gtalk status message.
Invisible In Google Talk With Google Talk Labs Edition
In order to get invisible with gtalk only then you need to install a some what different version of gtalk called gtalk labs edition.
What is Gtalk Labs Edition?
Google Talk, Labs Edition is an experimental release of the Google Talk client. It has many of the same great features as the Google Talk Gadget, including instant messaging, emoticons, and group chat. Google Talk Labs Edition also includes new desktop notifications from Gmail, Calendar and Orkut.
You will need to first download gtalk labs edition from here, and install it.
After running and logged in to gtalk labs edition, you will find the option to set your status to invisible mode.
gtalk labs edition-modes
But google talk labs edition is not as good as google talk!
But the regular gtalk version provided by google does not allow you to be in invisible mode when you are logged in.
gtalk-modes
As seen in the image above you can either set your gtalk to busy, show current music track or any custom message as your gtalk status message.
Invisible In Google Talk With Google Talk Labs Edition
In order to get invisible with gtalk only then you need to install a some what different version of gtalk called gtalk labs edition.
What is Gtalk Labs Edition?
Google Talk, Labs Edition is an experimental release of the Google Talk client. It has many of the same great features as the Google Talk Gadget, including instant messaging, emoticons, and group chat. Google Talk Labs Edition also includes new desktop notifications from Gmail, Calendar and Orkut.
You will need to first download gtalk labs edition from here, and install it.
After running and logged in to gtalk labs edition, you will find the option to set your status to invisible mode.
gtalk labs edition-modes
But google talk labs edition is not as good as google talk!
Create Desktop Shortcut To Chat With Your Favorite Gtalk Buddies
0 comments Posted by Deepak at 1:53 PMA useful trick for google talk users, which allows you to create desktop shortcuts for launching the chat window.
For example, I frequently chat with some person xyz@gmail.com in google talk, so every time I want to chat with him I would need to search and type his name or gmail id in search bar or you can also enable to see all online contacts by enabling the scrollbar.
So, if you don’t want to search every time the same person you frequently chat, you can create desktop shortcuts with the following target paths.
gtalk:chat?jid=xyz@gmail.com [starts a chat]
gtalk:call?jid=xyz@gmail.com [starts a call]
Subscribe to:
Posts (Atom)