Monday, September 28, 2009

Hindu God's in software field....

Brahma -- Systems Installation
Vishnu -- Systems Administration & Support
Lakshmi -- Finance and Accounts consultant
Saraswati -- Training and Knowledge Management
Shiva -- DBA (Crash Specialist)
Ganesh -- Quality Assuarance & Documentation
Narada -- Data transfer
Yama -- Reorganization & Downsizing Consultant
Chitragupta -- IDP & Personal Records
Apsaras -- Downloadable Viruses
Shakuni -- Annual appraisal & Promotion
Valmiki -- Technical Writer (Ramayana Sign off document)
Krishna -- SDLC ( Sudarshan Wheel Development Life Cycle )
Dharmaraj Yudhishthira -- ISO Consultant (CMM level 5)
Arjun -- Lead Programmer (all companies are vying for him)
Abhimanyu -- Trainee Programmer
Draupadi -- Motivation & Team building
Devas -- Mainframe Programmers
Surya -- Solaris Administrator
Rakshasas -- In house Hackers
Ravan -- Internet Explorer WWWF
Kumbhakarnan -- Zombie Process
Lakshman -- Support Software and Backup
Hanuman -- Linux/s390
Vaali -- MS Windows
Sugreeva -- DOS
Jatayu -- Firewall
Dronacharya -- System Programmer
Vishwamitra -- Sr. Manager Projects
Bhima -- MAINFRAME LEGACY SYSTEM
Duryodhana -- Microsoft product Written in VB
Karna -- Contract programmer
Dhrutarashtra -- Visual C++
Gandhari -- Dreamweaver
100 Kauravas -- Microsoft Service Packs and patches

Common Computer Problem-4

When I start my computer, I get error message:


"Windows\System32\config\system" file missing or corrupt

Solution::

Boot using Windows Setup CD and enter into "Recovery Console" by pressing "R". Now Log into windows installation and enter admin password. Now give following commands at prompt:
copy %windir%\Repair\system %windir%\System32\Config
If it doesnt work, then again boot into "Recovery Console" and give following commands:

fixmbr
bootcfg /scan
bootcfg /rebuild
fixboot
Win XP Tweaks
STARTUP

Common Computer Problem-3

Whenever I start my computer, Scandisk starts running even I proper shut down the PC last time.


Solution:

A. Open regedit and goto:
Code:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
In right-side pane, change the value of BootExecute to:
autocheck autochk *

B. If the above trick doesnt help then give following commands in Command Prompt:
chkntfs /x drive_name
for e.g., if ScanDisk runs automatically for C: and D: drives, then give following commands one by one:
chkntfs /x C:
chkntfs /x D:

Common Computer Problem-2

Double-clicking any drive opens search option:

That's a virus named as ravmon.exe and autorun.inf
Scan first with a good antivirus [Nod32 Recommanded]
then try this trick.
First show the hidden files and folders options then try this method
1. Go to Start-->run and type cmd then click ok
2. If u want to remove the infected file from c drive then type C: in command prompt and press enter
3. Type autorun.inf and press enter autorun.inf file is opened
4. Now type "attrib autorun.inf -s -h -r" and press enter
5. Now delete the file by typing "del autorun.inf" and press enter
6.Now type autorun.inf and press enter now, u will find no infected autorun.inf file.
7. same way do for all other drives then restart ur pc

Common Computer Problem-1

Task Manager Disabled:

If you are working on Windows XP pro, following steps will help u to enable Task Manager

SOLUTION 1:

Click Start --> Run
Enter gpedit.msc in the Open box and click OK
In the Group Policy settings window, select User Configuration
Select Administrative Templates
Select System
Select Ctrl+Alt+Delete options
Select Remove Task Manager
Double-click the Remove Task Manager option
Disable that option

SOLUTION 2:
Click on Start >> Run and in the Open box type:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
Click OK.

Sunday, September 27, 2009

The USB Process

When the host powers up, it queries all of the devices connected to the bus and assigns each one an address. This process is called enumeration -- devices are also enumerated when they connect to the bus. The host also finds out from each device what type of data transfer it wishes to perform:
•Interrupt - A device like a mouse or a keyboard, which will be sending very little data, would choose the interrupt mode.
•Bulk - A device like a printer, which receives data in one big packet, uses the bulk transfer mode. A block of data is sent to the printer (in 64-byte chunks) and verified to make sure it is correct.
•Isochronous - A streaming device (such as speakers) uses the isochronous mode. Data streams between the device and the host in real-time, and there is no error correction.

The host can also send commands or query parameters with control packets.
As devices are enumerated, the host is keeping track of the total bandwidth that all of the isochronous and interrupt devices are requesting. They can consume up to 90 percent of the 480 Mbps of bandwidth that is available. After 90 percent is used up, the host denies access to any other isochronous or interrupt devices. Control packets and packets for bulk transfers use any bandwidth left over (at least 10 percent).
The Universal Serial Bus divides the available bandwidth into frames, and the host controls the frames. Frames contain 1,500 bytes, and a new frame starts every millisecond. During a frame, isochronous and interrupt devices get a slot so they are guaranteed the bandwidth they need. Bulk and control transfers use whatever space is left. The technical links at the end of the article contain lots of detail if you would like to learn more.


USB Features
The Universal Serial Bus has the following features:
•The computer acts as the host.
•Up to 127 devices can connect to the host, either directly or by way of USB hubs.
•Individual USB cables can run as long as 5 meters; with hubs, devices can be up to 30 meters (six cables' worth) away from the host.
•With USB 2.,the bus has a maximum data rate of 480 megabits per second.
•A USB cable has two wires for power (+5 volts and ground) and a twisted pair of wires to carry the data.
•On the power wires, the computer can supply up to 500 milliamps of power at 5 volts.
•Low-power devices (such as mice) can draw their power directly from the bus. High-power devices (such as printers) have their own power supplies and draw minimal power from the bus. Hubs can have their own power supplies to provide power to devices connected to the hub.
•USB devices are hot-swappable, meaning you can plug them into the bus and unplug them any time.
•Many USB devices can be put to sleep by the host computer when the computer enters a power-saving mode.
The devices connected to a USB port rely on the USB cable to carry power and data.

Inside a USB cable: There are two wires for power -- +5 volts (red) and ground (brown) -- and a twisted pair (yellow and blue) of wires to carry the data. The cable is also shielded.

Thursday, September 24, 2009

Useful Windows XP DOS Commands & Tricks

DOS Command-line tools must be run at the prompt of the Cmd.exe command interpreter. To open Command Prompt, click Start, click Run, type cmd, and then click OK.

ipconfig - Windows IP configuration
Useful for troubleshooting your internet connection. Displays the current IP address of your computer and the DNS server address. If you call your ISP for reporting a bad internet connection, he will probably ask you to run ipconfig.

fc - Free BeyondCompare in XP
FC is an advanced DOS Command that compares two files and displays the differences between them. Though the file comparison results are not as interactive as BeyondCompare or Altova DiffDog, fc is still very useful. You can even set fc to resynchronize the files after finding a mismatch.

type - open text files sans Notepad
Similar to Unix cat command, Type is my favorite DOS command for displaying the contents of a text files without modifying them. When used in combination with more switch, type splits the contents of lengthy text files into multiple pages. Avoid using the type command with binary files or you'll hear alien PC beeps and see some greek characters on your PC.

ping - Say hello to another computer
Ping network command followed by the web-address or IP address tells you about the health of the connection and whether the other party is responding to your handshake request. Ping tool can also be used to convert the web address to a physical IP address.

tree - visual directory structure

You often need to take prints of your physical directory structure but XP has no simple "visual" commands for printing directory contents. Here, try the Tree DOS command and redirect the output to a text file.

tree > mydirectory.txt
print mydirectory.txt

attrib - make hidden files visible
Attrib lets you change attributes of System files and even hidden files. This is great for troubleshooting Windows XP. Say your XP doesn't boot ever since you edited that startup boot.ini file (Hidden), use attrib to remove the Hidden attibute and edit the file using EDIT dos command.

assoc - which program will open that .xyz file
The assoc DOS command can be used to either isplay or even modify the file name extension associations. The command assoc .htm will quickly tell you the name of your default web browser (see picture)

move - more flexible than copy-paste
Say you got a lot of XLS and DOC files in you MyDocuments folder and want to move only those XLS files that have their name ending with 2006. In XP Explorer, you have to manually select each file and then cut-paste to another folder. However, the DOS move command make things much simpler. Just type the following at the command prompt:
move *2006.xls c:\2006Reports\

find - advanced file search with filter
Find is the most powerful DOS command and even more useful than the Windows Desktop Search tool or the Windows Find Wizard. The find command searches for a specific string of text in a file or files. After searching the specified file or files, find displays any lines of text that contain the specified string.

To search your hard disk to find and display the file names on drive C: that contain the string "Google" use the pipe (|) to direct the results of a dir command to find as follows:
dir c:\ /s /b | find "Google"

Quick tip - Drag to avoid typing: When your command acts on a file or folder, you must type the path to that folder after the command. You can save typing time by dragging the file or folder from Windows Explorer into the command window.

Tuesday, September 22, 2009

Shortcut keys for Windows Media Player

1. Video Playback


ALT+1 Adjust zoom to 50 percent
ALT+2 Adjust zoom to 100 percent
ALT+3 Adjust zoom to 200 percent
ALT+ENTER Display the video in full mode

2. Accessing the menus

ALT+F Go to media player File Menu
ALT+T Go to media player Tools Menu
ALT+V Go to media player View Menu
ALT+P Go to media player Play Menu
ALT+F4 Use to close media player

3. Switching between display mode

CTRL+1 Display media player in full mode
CTRL+2 Display media player in skin mode

4. Player controls

ENTER or SPACEBAR Use to play an item
CTRL+B Use to play the previous item in media player
CTRL+F Use to play the next item in media player
CTRL+E Use to Eject CD or DVD from CD or DVD drive
CTRL+P Use to Play or Pause the item in media player
CTRL+T Use to Repeat the items in media player
CTRL+SHIFT+B Use to Rewind a file in media player
CTRL+SHIFT+F Use to Fast Forward a file in media player
CTRL+SHIFT+S Use to play items slower than a normal speed
CTRL+SHIFT+ G Use to play items faster than a normal speed
CTRL+SHIFT+ N Use to play items at normal speed in media player
F8 Use to mute the volume in media player
F9 Use to decrease the volume in media player
F10 Use to increase the volume in media player

Increase your RAM & system speed

1). Start any application, say Word. Open some large documents.


2). Press CTRL+SHIFT+ESC to open Windows Task Manager and click Processes
tab and sort the list in descending order on Mem Usage. You will notice
that WINWORD.EXE will be somewhere at the top, using multiple MBs of
memory.

3). Now switch to Word and simply minimize it. (Don't use the
Minimize All Windows option of the task bar).

4). Now go back to the Windows Task Manager and see where
WINWORD.EXE is listed. Most probably you will not find it at the
top. You will typically have to scroll to the bottom of the list to
find Word. Now check out the amount of RAM it is using. Surprised?
The memory utilization has reduced by a huge amount.

5). Minimize each application that you are currently not working on by
clicking on the Minimize button & you can increase the amount of available
RAM by a substantial margin. Depending upon the number and type of
applications you use together, the difference can be as much as 50 percent
of extra RAM.

In any multitasking system, minimizing an application means that it won't
be utilized by the user right now. Therefore, the OS automatically makes
the application use virtual memory & keeps bare minimum amounts of the
code in physical RAM.

BASIC SHORTCUT KEYS

Alt + F -File menu options in current program
Alt + E -Edit options in current program
F1 -Universal help (for all programs)
Ctrl + A -Select all text
Ctrl + X -Cut selected item
Shift + Del -Cut selected item
Ctrl + C -Copy selected item
Ctrl + Ins -Copy selected item
Ctrl + V -Paste
Shift + Ins -Paste
Home -Go to beginning of current line
Ctrl + Home -Go to beginning of document
End -Go to end of current line
Ctrl + End -Go to end of document
Shift + Home -Highlight from current position to beginning of line
Shift + End -Highlight from current position to end of line
Ctrl + f -Move one word to the left at a time
Ctrl + g -Move one word to the right at a time

Monday, September 21, 2009

MICROSOFT® WINDOWS SHORTCUT KEYS

Alt + Tab- Switch between open applications
Alt +Shift + Tab-Switch backwards between open applications
Alt + Print Screen- Create screen shot for current program
Ctrl + Alt + Del- Reboot/Windows® task manager
Ctrl + Esc- Bring up start menu
Alt + Esc- Switch between applications on taskbar
F2- Rename selected icon
F3- Start find from desktop
F4- Open the drive selection when browsing
F5- Refresh contents
Alt + F4- Close current open program
Ctrl + F4- Close window in program
Ctrl + PlusKey- Automatically adjust widths of all columns in Windows Explorer
Alt + Enter- Open properties window of selected icon or program
Shift + F10- Simulate right-click on selected item
Shift + Del- Delete programs/files permanently
Holding Shift During Bootup- Boot safe mode or bypass system files
Holding Shift During Bootup -When putting in an audio CD, will prevent CD Player from playing

easy laptop repair

Problem: Waterlogged laptop
Time: About 20 minutes (followed by overnight drying)

Materials: Towel, screwdriver, compressed air -- and hope

Why is it that when there's a glass of water or coffee to be spilled, a notebook is generally there? Call it Murphy's Law of Mobility, but I've seen several notebooks die because of spills.
If you've spilled a soda or a caramel macchiato into your notebook, you're probably out of luck. Anything with sugar is death -- once it dries it's there forever, eating away at your system's components. At that point, you could send it to a professional to use deionized water and a lot of patience, which can be a $1,000 job and take weeks, but you're probably better off just pulling out the hard drive and buying a new machine.
If it's just water or non-sugared coffee that you've spilled, your chances of saving it are much better. Although it's important to act quickly, the worst thing you can do to a wet system is start it up right away to see if it works. If there's water inside, you run the risk of creating an electrical short and potentially causing permanent damage. The thing to do is to calm down and dry out the system before hitting the power button.
Quickly unplug the machine and take out all of the easy-to-remove components like the battery, CD drive, hard drive and keyboard, and set them aside to dry separately. (You'll need a screwdriver to remove some of these parts; consult your manual for instructions.)
Tilt the system on its side to help drain the water out. Do yourself a favor and put a towel underneath. Try to keep the liquid away from the display as you're removing parts and draining the system.

Gently shake the system to get liquid out of the many nooks and crannies inside; the air vents generally act as water canals. Next, use a can of compressed air to blow the inside of the case as dry as possible.

It's a good idea to let the machine sit near a heating or cooling air vent overnight -- or longer if you can stand the suspense -- to fully dry it out.



When you're sure the system has dried out, put it back together, start it up and hope for the best. If it starts OK, let it run for a while to remove any remaining condensation or droplets. If it doesn't start up, it's time to consider getting a new machine.

Saturday, September 19, 2009

Find who is Invisible on Yahoo messenger

Sometimes some of your friends who appear offline in yahoo messenger may not be actually offline, they may in the 'Invisible' mode. This maybe if they are trying to ignore you or are too busy to talk to anyone.

There is this small trick that you can use to find out what the truth is.

Firstly open your yahoo messenger main window and double click on the name of the person whom you want to check. The chat window will open obviously.
Click IMVironment button, select See all IMVironments, select Yahoo! Tools or Interactive Fun, and click on Doodle.After loading the Doodle imvironment there can be two possibilities

1.If the user is offline Doodle are will show this "waiting for your friend to load Doodle" continuously .See in the picture below:
2. If the user is online (but in invisible mode), after few seconds (it can take up to one minute, depending on your connection speed), you should get a blank page like in the picture below. So you know that the user is online.

Check out these funny trick.

Copy and paste the java script code to the address bar of your browser
javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)

Press enter and watch your window's "shaking it". You can change the value of i if you wish :-)

Don't just maximize your windows—go full screen

When you need a really big window, don't just maximize it: go full screen! To view a window full screen, hold down the Ctrl key and double-click the window's title bar—or when the window is active, press the F11 key at the top of your keyboard—to get the biggest window possible.

Make your own icons

It's shockingly easy to create your own icons in Windows XP. Let's do it: Click Start, click All Programs, click Accessories, and then click Paint. On the Image menu, click Attributes. Type 32 for both the Width and Height of the document, and make sure that Pixels is selected under Units. Click OK to create a new 32x32-pixel document: the size of an icon.


Now add type, color, or do whatever you'd like to your image. I like to shrink photos (headshots work best) to 32x32 and simply paste them into my Paint document. When you're finished, open the File menu and click Save As. Use the dialog box to choose where you want to save your file, then give it a name followed by ".ico" (without the quotes), and click Save. (The extension ".ico" tells Windows that it's an icon file.) You just created an icon! Now you can change any shortcut or folder to your own icon—just browse to it on your hard drive.


Add the Links toolbar to My Computer

You know what would make a great toolbar? One where you could put your favorite applications and documents so that you could open them from any window at any time. Guess what? You can and here's how: click Start, then My Computer. Now right-click the toolbar and then click Links. You now have the Links toolbar on your windows, just like in Internet Explorer. Note: Make sure that Lock the Toolbars is not checked. Click on it to deselect it if it is.

The really cool thing about the Links toolbar is that it's completely customizable. Try this: Navigate to your favorite application and drag and drop its icon to the Links toolbar. You just created a shortcut. Do this again and again for as many applications as you want to appear on the toolbar.

Arrange windows on your desktop


You can display any two windows side by side on the desktop by first clicking a window's button on the Taskbar. Next, press and hold the Ctrl key and right-click the second window that you want to open, then click Tile Vertically. This works great when you want to view two Microsoft Word or Microsoft Internet Explorer windows at the same time.