Blog Widget by LinkWithin

Tuesday, December 8, 2009

Utube Ripper – Ubuntu Linux To Download Youtube Videos

Utube Ripper [ via Technobuzz.net ] is free to use application for ubuntu linux or any other linux platform which allows you to download youtube videos.

You can download any youtube video on linux with this tool, configure to play a sound when the download is complete for a youtube video, either you also have the option of ripping off the audio from a youtube video.

You can also convert the downloaded youtube videos into number of different formats with the convert option provided with the application.

Download Utube Ripper For Ubuntu Linux

Read more...

Thursday, September 10, 2009

How to Kill Any Running Process From Desktop Shortcut

Yes you can kill (Terminate) any program or process running in windows simple by desktop shortcut to terminate the running process by forcefully end it with taskkill command in windows. In this method I used to kill yahoo messenger as it keeps running under the processes, even after closing yahoomessenger completely or you can use this method to kill any hanged process in windows, through this way you can forcefully kill any process on windows instantly.
Here is how you can create a desktop shortcut to kill any process instantlyIn order to terminate the process instantly you will need to send some kill signal command using the some arguments with taskkill windows command, Follow the procedure below

1. Right click on the empty area of the desktop and select New >> Desktop shortcut

2. Now copy and paste the following path in the target box
C:\Windows\System32\taskkill.exe –f –im

For Example C:\Windows\System32\taskkill.exe –f –im YahooMessenger.exe

Note:
a. –f is for force kill and –im is to kill all instances of any process
b. You can get to know the process name for any program through Task Manager under the Process tab . Press ctrl+shift+esc to open task manager.

3. Give a name to your shortcut and click

Read more...

  © TECH2INFO.COM Created By Amin Shaikh. || Privacy Policy

Back to TOP