Web browsers

Posted by Javeed Abdul on February 5, 2010 under Interesting, Windows | Be the First to Comment

Firefox. Internet Explorer. Chrome. Safari. Opera. We’ve pretty much all heard of them by now. They’ve been fighting for market share for the past few years (Internet Explorer has been fighting for it for a lot longer than that), and it’s unlikely any of them will ever come out the absolute winner. They try to be all things to all people. And that’s great.

Except…

What if you’re looking for a browser that does just the things you want to do online? What if you’re sick of all the browser-war hubub and want something that’s truly unique and different (and, maybe, works better than the mainstream options)? What then?
Read more of this article »

Free Software Programs for Your PC

Posted by Javeed Abdul on under Windows | 2 Comments to Read

With all these thousands being presented to you, it’s hard to decide which apps to use and which ones to discard. To make it easier for you, we have managed to compile a list of the top 15 absolute must-have tools for everyday tasks.

[Update: This list is continuously updated ]

15-programs

These are the essential programs that we recommend you install and keep on your arsenal.

    1. Firefox / Chrome (Web Browser)
    2. AVG Anti-Virus (Anti-virus Software)
    3. Auslogics Disk Defrag (Disk Defragmenter)
    4. Glary Utilities (System Maintenance)
    5. Malwarebytes (Spyware Removal)
    6. 7zip open all type of zip files
    7. Google Picasa Software (Photo Management)
    8. doPDF (PDF Printer)
    Read more of this article »

Google Chrome OS in VirtualBox

Posted by Javeed Abdul on January 30, 2010 under Interesting, Linux, Sun Solaris | Be the First to Comment

Recently a build of Google’s Chrome OS was released for testing. Though it’s not ready for prime time, you might want to test it out in a virtual machine. Today we take a look at how to setup and run it in VirtualBox.

Note: In this example we are using VirtualBox 3.0.12 running on a 32-bit version of Windows 7 Ultimate.

Read more of this article »

inventions that shaped the modern world

Posted by Javeed Abdul on under Hyderabad | Be the First to Comment

London, England (CNN) — Think of the origins of that staple of modern life, the cup of coffee, and Italy often springs to mind.

But in fact, Yemen is where the ubiquitous brew has its true origins.

Along with the first university, and even the toothbrush, it is among surprising Muslim inventions that have shaped the world we live in today.

Read more of this article »

Send Free Fax Online Via Computer And Email

Posted by Javeed Abdul on under Windows | Be the First to Comment

Microsoft Fax

Microsoft Fax Software, How To Send Free Fax Online Via Computer And Email


Read more of this article »

Difference between Spyware, Malware, and a Virus?

Posted by Javeed Abdul on January 27, 2010 under Tools, Windows | Be the First to Comment

There are distinct classifications for rogue software: all of which cause harm to your PC in some way or another.

The terms spyware and malware generally refer to software that purposely exploits your PC and/or steals personal information: all for the sole purpose of making money. Sometimes, spyware is referred to as adware because it can serve ads (repeatedly and obtrusively) to your PC.

On the other hand, viruses usually cause harm to the PC and are most noted because they can spread infection to other computers easily: hence, a “viral infection.” The major difference between a virus and a spyware infection is that viruses don’t usually exploit a PC for profit.

Read more of this article »

Symantec’s Backup Exec System Restore 2010 Desktop Edition

Posted by Javeed Abdul on under Windows | Be the First to Comment

Norton Ghost, meet Backup Exec. Backup Exec, meet Ghost. That’s right: Symantec’s Backup Exec System Restore 2010 Desktop Edition is an imaging product, like Norton Ghost. But it’s also a substantially improved version that offers a compelling new feature as well finally addressing my longstanding and deal-killing complaint about Symantec imaging products: their inability to back up using the boot disc.

The compelling new feature of which I speak is the ability to convert BESR 2010 backup images to the VMWare .vmdk, Microsoft .vhd, and VMWare ESX server formats. If your system hardware goes belly up, you can mount these in a virtual machine on another PC and continue working.

Read more of this article »

Good Lines

Posted by Javeed Abdul on January 26, 2010 under Interesting | Be the First to Comment

1. Your smarts aren’t born, they’re grown.
2. Learning, like work, is a contact sport.
3. When you’re developing a new skill, do it wrong quickly. Figure out what you did wrong. Laugh about it, and then learn from it.
4. In the world of decisions, evidence is paramount.
5. It’s not your boss who promotes you, but your peers and subordinates.
6. If you have a glass ceiling over your head, learn the politics and then shatter it.
7. Your network is your mentor, not your boss.
8. Be transparent to some, not to others. Choose wisely.
9. In the 21st century communication is king, not your business technology.
10. To take charge of tomorrow, manage up today.
11. Ask forgiveness, not permission.
12. Keep your work skills fluid and fresh.
13. Listen with your eyes as well as your ears.
14. In order to grow, you must have feedback.
15. The most important question for yourself is, “what keeps me from asking that question?”
16. Two-and-a-half to three years on a job is ideal. After that you’re risking stagnation.

Linux Basic shortcut

Posted by Javeed Abdul on under Linux | Be the First to Comment

This is a practical selection of the commands we use most often. Press <Tab> to see the listing of all available command (on your PATH). On my small home system, it says there are 2595 executables on my PATH.  Many of these “commands” can be accessed from your favourite GUI front-end (probably KDE or Gnome) by clicking on the right menu or button. They can all be run from the command line.  Programs that require GUI have to be run from a terminal opened under a GUI.

Legend:
<> = single special or function key on the keyboard. For example <Ctrl> indicates the “control” key.
italic = name of the file or variable you probably want to substitute with your own.
fixed width = in-line Linux commands and filenames.

Notes for the UNIX Clueless:
1. LINUX IS CASE-SENSITIVE. For example: Netscape, NETSCAPE and nEtscape are three different commands. Also my_filE, my_file, and my_FILE are three different files. Your user login name and password are also case sensitive. (This goes with the tradition of UNIX and the “c” programming language being case sensitive.)
2. Filenames can be up to 256 characters long and can contain letters, numbers, “.” (dot), “_” (underscore), “-” (dash), plus some other not recommended characters.
3. Files with names starting with “.” are normally not shown by the ls (list) or dir commands. Think of these files as “hidden”. Use ls -a (list with the option “all”) to see these files.
4. “/” is an equivalent to DOS “\” (root directory, meaning the parent of all other directories).
5. Under Linux, all directories appear under a single directory tree (there are no DOS-style drive letters).
6. In a configuration file, a line starting with # is a comment.

7.1 Linux essential shortcuts and sanity commands

<Ctrl><Alt><F1>
Switch to the first text terminal. Under Linux you can have several (6 in standard setup) terminals opened at the same time.

<Ctrl><Alt><Fn> (n=1..6)
Switch to the nth text terminal.

tty
Print the name of the terminal in which you are typing this command.

<Ctrl><Alt><F7>
Switch to the first GUI terminal (if X-windows is running on this terminal).

<Ctrl><Alt><Fn> (n=7..12)
Switch to the nth GUI terminal (if a GUI terminal is running on screen n-1). On default, nothing is running on terminals
8 to 12, but you can run another server there.
Read more of this article »

Google goggles

Posted by Javeed Abdul on January 24, 2010 under Interesting | Be the First to Comment

A picture is worth a thousand words.No need to type your search anymore. Just take a picture.