Posted on April 7, 2007 by technocrat0aditi
I love listening to online radios and many a times I encountered a moment when I wanted to save or record the playing song, but I was helpless!!!
But not now , now I have a way to record these internet audio , and i am sharing the same with you.
It can be done with Hi-Q Recorder Version 1.92 . (Download here )

FEATURES:
- Works on Microsoft Windows Vista (all editions), XP (all editions), 98SE, ME, 2000.
- It has no limitations on recording time.
- It can record absolutely any sound in real-time directly to MP3.
For Eg.
–> Streaming Internet audio or video broadcasts
–> Webcasts of any kind, whether it’s news, sports, music or talk radio.
- It can record audio or video sounds from DVD, Windows Media Player, RealOne Player, Winamp, QuickTime or any other media player.
- It can also record sounds from games, Midi, Software Synthesizer, etc.
- It can Convert, (record),LP’s, any records, tapes, CD’s, radio, DAT, Mini-Disc, video tape sounds, T.V. sounds, video games, telephone, microphone or from any other external device.
- It can also record satellite radio, XM or Sirius.
- It can also be used as a universal audio or video sound file converter.

Guyz!!!!!!!! plz gimme ur feedback on this one , if you like it.
Filed under: Expedient Softwares, Tips n Tricks | 5 Comments »
Posted on April 4, 2007 by technocrat0aditi
Hey guyz , wanna do more with yahoo, check this out.
(Download here )

You all must be sending files on yahoo, But with Pando:
- You can send both files and folders.
- Send up to 1GB even better.
- Forget firewalls.
- Send multiple files to multiple contacts at once.
- Fast forwards. ( with one click - no need to reupload anything.)
- Pause and resume your transfers.
- Manage transferred files.
MY OBSERVATIONS:
For me , it din work on mozilla , i recommend using IE.
Works with Yahoo messenger with voice 8.0 or above.
Works only on Windows as yet .
Filed under: Expedient Softwares, Plugins, Yahoo | 1 Comment »
Posted on April 3, 2007 by technocrat0aditi
PROBLEM : By default, MySQL Server will be installed with root superuser without any password. You can connect to MySQL server as root without requiring password or by keying in blank password. However, if you have set the password for root and forget or unable to recall the password, then you will need to reset the root password for MySQL.
SOLUTION:
To reset password for root, detail steps are as below:
The procedure under Windows:
- Log on to the Windows system where MySQL is running as Administrator.
- Stop the MySQL server if it is running. For a server that is running as a Windows service, go to the Services manager:Start Menu -> Control Panel -> Administrative Tools -> ServicesThen find the MySQL service in the list, and stop it.If your server is not running as a service, you may need to use the Task Manager to force it to stop.
- Create a text file and place the following command within it on a single line:SET PASSWORD FOR ‘root’@’localhost’ = PASSWORD(’MyNewPassword’);Save the file with any name. For this example the file will be C:\mysql-init.txt.
- Open a console window to get to the DOS command prompt:Start Menu -> Run -> cmd
- If MySQL is installed in C:\mysql. If MySQL is installed in another location, adjust the following commands accordingly.At the DOS command prompt, execute this command:C:\> C:\mysql\bin\mysqld-nt––init-file=C:\mysql-init.txtThe contents of the file named by the –init-file option are executed at server startup, changing the root password. After the server has started successfully, you should delete C:\mysql-init.txt.If you installed MySQL using the MySQL Installation Wizard, you may need to specify a –defaults-file option:C:\> “C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt.exe”
–defaults-file=”C:\Program Files\MySQL\MySQL Server 5.0\my.ini”
–init-file=C:\mysql-init.txt
The appropriate –defaults-file setting can be found using the Services Manager:
Start Menu -> Control Panel -> Administrative Tools -> Services
Find the MySQL service in the list, right-click on it, and choose the Properties option. The Path to executable field contains the –defaults-file setting. Be sure to supply the –init-file argument with the full system path to the file, regardless of your current working directory
- Stop the MySQL server, then restart it in normal mode again. If the MySQL server is ran as a service, start it from the Windows Services window. If you start the server manually, use whatever command you normally use.
- Connect to MySQL server by using the new password.
Do acknowledge me via comment if anyone of you require the procedure to change the root password in Unix environment.
Filed under: Tips n Tricks | 3 Comments »