Feb
1
2009

Kill all running apps with a double click

I have created a batch file which determines all the process started by the user and terminates all these processes. It kills only the processes started by the user.These processes includes tray applications and background applications. Using this batch file you can free up lots of RAM before starting any memory intensive application like Games or Video Encoders.You don’t have terminate each and every application to free up RAM. This batch file works with both […]

Jan
24
2009

Change Windows Password from Ubuntu/Ubuntu Live CD

Most Ubuntu users also have Windows installed on their computer.In such cases you can Reset or Change the passwords of Windows User Accounts from Ubuntu/Ubuntu Live CD using the chntpw tool. You need to enable Read/Write Access to NTFS partition on which Windows is installed, to use the chntpw tool. Enabling Read/Write Access Install NTFS GUI Configuration Tool by running this code in the terminal

Jan
19
2009

Log into Administrator Account from the welcome screen

At the welcome screen in Windows Operating systems you will find a list of users into which you can log into.But the Administrator account does in appear in this list.The Administrator account appears in the welcome screen only when you boot in safe mode. To log into the Administrator account from the welcome screen

Jan
13
2009

iLikeToBlog – WordPress Plugin for getting quality reciprocal Links

iLikeToBlog is a free wordpress plugin and link exchange service that helps you to easily build up quality organic backlinks on your blog.Dave of http://davesweblog.com started this service. A struggle for many new bloggers is building up partnerships with other bloggers and getting quality backlinks for their blog. iLikeToBlog (ILTB) helps bloggers overcome these difficulties by providing them with a fast and easy to use interface for finding new bloggers to easily exchange links with. […]

Jan
13
2009

Join or merge many avi files with AviMerge in Ubuntu

If you have a movie which is in many parts,you can join them to make one file using the avimerge command in Ubuntu. You need to install the transcode package to use the avimerge tool to Install Transcode <strong>sudo apt-get install transcode </strong> at Terminal To merge avi files use the avimerge command. <strong>avimerge -i part1.avi part2.avi -o mergedavifile.avi</strong> The above command merges part1.avi and part2.avi into a single file called mergedavifile.avi The following video […]