Subscribe: in Google Reader, by email, Twitter, or other options.

Resize Images Easily with the Image Resizer Powertoy

Most readers would agree that it’s a pain to resize images. It’s pretty easy to do so when you use a tool such as Photoshop, but consider the system resources used just to resize an image. A simple tool such as MS Paint or Gimp can be used to resize images too, provided you have the time to do it manually. However, the Image Resizer Powertoy can make it even simpler and more efficient to resize images.

With the Microsoft Image Resizer Powertoy, all you need to do to resize an image is to right click the file and click on “resize pictures”. You will then be presented with a window where you can choose from a set of predefined and commonly used resolutions, or you can enter your own resolution into the custom box. The program will automatically resize the image to the given resolution, keeping the ratio so the image does not appear stretched or compressed.

Download the Microsoft Image Resizer Powertoy, a small 521 KB application.

KeePass - Portable Open Source Password Manager

Keeping a secure password is vital to protect your identity and privacy. A secure password usually includes a combination of various numbers, alphabets and special characters. Remembering them can be quite tricky.

We’ve reviewed Sxipper, a Firefox plugin that saved the user’s information including passwords and usernames which could later be used to login using a single click. For Windows however, we have a portable open source password manager called KeePass.

KeePass is a free portable utility to manage all your passwords in a secure way. You can put all your passwords into one secure database and give it a master password. Or if you find it convenient to use a key file, you can choose a key file only you know of to unlock the database.

keepass_screenshot

KeePass uses the AES and Twofish encryption algorithms for security. As an added security precaution, KeePass automatically clears the clipboard in ten seconds after you have used it to copy a password.

KeePass can be installed either on Windows or on a flash drive.

Since it is an open source software, you have access to the full source code.

Download KeePass.

ClipboardCC - Clipboard Monitor for Windows XP and Vista

We all copy a lot of text and images, and we sometimes forget to paste or save them. To avoid such situations, we’ve already reviewed Cl.ickable, a Firefox plugin that allows you to save snippets of text to an online clipboard. But what about monitoring your Windows clipboard?

Sure Cl.ickable can do a very good job when you’re online, but for offline usage, we use an advanced clipboard manager called ClipboardCC.

ClipboardCC monitors your clipboard and saves text and images you have copied as files. In other words, you can save the entire content of your clipboard as text or images. You can select between several formats. Text can be saved as plain text (txt), html, and rich text format (rtf).

monitor_windows_clipboard

Quite convenient. =)

Download ClipboardCC for Windows Vista and XP (requires Microsoft .NET Redistributable v2 or higher).

Hide Windows Media Player 11 window in system tray

Windows Media Player 11 (WMP 11) is an excellent music application for Windows XP. It has some lovely features in the form of an excellent media library management, a snappy control panel when you minimize it, and many more. The option to have a mini-control panel when minimized is pretty cool and handy. The only problem would be that it takes a lot of space on the taskbar. How would you like to minimize the window to the system tray and yet have all the features and total control that the small control panel gives when minimized?

Windows Media Bonus Pack for Windows XP contains a nifty tool that allows you to do all that from the system tray icon. It’s called the Windows Media Player for Windows XP Tray Control. The little icon runs in the system tray and provides “quick and simple access to your most common tasks in Windows Media Player such as volume and mute control, next track, play, and pause functionality with a single click.”

Hide Windows Media Player 11 window in system tray

Once the Tray Control application is started, you can right-click on the icon and select “Hide Media Player”. This will actively hide the main application window from view. You can then pause/play a track by clicking on the icon among other options, effectively controlling the media player from the system tray icon.

That’s one less open window and more space on your taskbar. Pretty cool huh? =) [direct download]

Copy an entire site with PageNest - Free Offline Browser

Want to have an offline copy of an entire website? Don’t know how to do it? PageNest is all that you need.

PageNest can copy an entire site and save it offline on your computer, providing you an exact copy of the online website. You can download as much as forty files at once. It can save exactly what you see in your browser including images, HTML, CSS and the likes. All this in a simple, easy to use interface that takes a second to learn.

pagenest_processing

You can access the saved website or webpage from either the built-in browser that PageNest has, or from any other browser since the files are stored in the regular .html format.

pagenest_saved_site

Download PageNest (v.3.11) for Windows Vista, and XP.

HG’s Five Text Processing Tools for Linux

Any Linux Distro has many text processing tools installed by default. We can use these tools to get some of the desired outputs. Although every precautions have been taken in writing this post , still if you find some error please notify us [ WE are HUMAN and to ERR is Human ;-) ]

So here starts a short guide on various text processing tools.

1) tail
Short Description : output the 10 last lines of files

usage

$tail /your/path/to/file

the above command will display last 10 lines of the desired file. With the following arguments [ or in technical term switch ] you can get more out of it

$tail -n 2 /file/address

The above will display last 2 lines of your desired file [ you can change the value 2 with your own variable ;-) ]

$tail -f /file/address

This command is very useful to watch log files of ur Linux Box. This switch append the output with the changes in the file
$tail -v /file/name
This command will print the absolute file address of the file and then will output the last part of that file

2) head
Short Description : output the first 10 lines of files

usage
$head /your/path/to/file

The above command will display first 10 lines of the desired file. The “ head” command can be further customized with following switches

$head -n 4 /file/name
The above will print First four lines of your desired file [ please change value from 4 to your desired number / variable ]

$head -v /file/name
It will print file name and then will produce the head output :D

3) grep
Short Description : print lines matching a pattern

grep is really nice utility for searching a text withing a long file . It prints that line where the text is found

usage
$grep search_string /file/address
The above command will search for search_string in /file/address named file [ replace the search_string with what you want to search and /file/address with your file address]

4) sed
Short Description : stream editor for filtering and transforming text.

Usage
$sed -e 's:search:replace:g' /file/name

The above will produce output by replacing search string [ it will not change file ]

Now the main tool that is spell checking tool

5) aspell
Short Description: spell checking utility

usage
$aspell check /file/name
will check /file/name for any error and prompt if spelling error found. User then can replace correct spelling and it will be saved in file

$aspell list < /file_name
This will list of misspelled word from /file_name

So this was some shortlisted and commonly used text processing tools . Please note that this was basic text editing strings which are/may_be commonly used . For further info refer to each utilities manual entry ;-)

Make Windows Look Like Ubuntu With a Tinge of Mac

Ubuntu Human Windows XP

What we used:

What you need to do:

Everything else after downloading the required software is fairly simple. Extract the theme files to C:\Windows\Resources\Themes\ and change the theme via desktop Properties -> Appearance. Install Object Dock and set it up to your liking.

To get the taskbar at the top, just right-click on it, uncheck the ‘Lock the Taskbar’ option, and then drag the taskbar to the top of your screen. Lock it again if you like.

You could further make your Windows look like Ubuntu by:

Creating Your Own Yum Repository

YUM or Yellowdog Updater Modified is an interactive, automated update program which can be used for maintaining systems using rpm. In short, Yum is an automatic updater and package installer/remover for rpm systems. It automatically computes dependencies and figures out what things should occur to install packages. Yum makes it easier to maintain groups of machines without having to manually update each one using rpm. Learn to make your own Yum repository.
Read more…

Registry Defrag - Free Registry Defragment Tool

Over the course of normal usage of a Windows system, it is fairly common that the data written to the registry is scattered within the registry file. When this information is deleted from the registry, holes are left which fragment the data within the registry, just like in the case of a hard disk. This may tend to cause the system to slow down, as well as unnecessarily use space that is no longer required. This is where Registry Defrag comes along.

On my newly installed Windows XP, Registry Defrag saved up around 1.5 MB after compacting.

Download Registry Defrag v2.35 (468 KB)