Tuesday, September 13, 2011

Most Useful keyboard Shortcuts



Here are some of the most useful keyboard shortcuts:
Copy. CTRL+C
Cut. CTRL+X
Paste. CTRL+V
Undo. CTRL+Z
Delete. DELETE
Delete selected item permanently without placing the item in the Recycle Bin. SHIFT+DELETE
Copy selected item. CTRL while dragging an item
Create shortcut to selected item. CTRL+SHIFT while dragging an item
Rename selected item. F2
Move the insertion point to the beginning of the next word. CTRL+RIGHT ARROW
Move the insertion point to the beginning of the previous word. CTRL+LEFT ARROW
Move the insertion point to the beginning of the next paragraph. CTRL+DOWN ARROW
Move the insertion point to the beginning of the previous paragraph. CTRL+UP ARROW
Highlight a block of text. CTRL+SHIFT with any of the arrow keys
Select more than one item in a window or on the desktop, or select text within a document. SHIFT with any of the arrow keys
Select all. CTRL+A
Search for a file or folder. F3
View properties for the selected item. ALT+ENTER
Close the active item, or quit the active program. ALT+F4
Opens the shortcut menu for the active window. ALT+SPACEBAR
Close the active document in programs that allow you to have multiple documents open simultaneously. CTRL+F4
Switch between open items. ALT+TAB
Cycle through items in the order they were opened. ALT+ESC
Cycle through screen elements in a window or on the desktop. F6
Display the Address bar list in My Computer or Windows Explorer. F4
Display the shortcut menu for the selected item. SHIFT+F10
Display the System menu for the active window. ALT+SPACEBAR
Display the Start menu. CTRL+ESC
Display the corresponding menu. ALT+Underlined letter in a menu name
Carry out the corresponding command. Underlined letter in a command name on an open menu
Activate the menu bar in the active program. F10
Open the next menu to the right, or open a submenu. RIGHT ARROW
Open the next menu to the left, or close a submenu. LEFT ARROW
Refresh the active window. F5
View the folder one level up in My Computer or Windows Explorer. BACKSPACE
Cancel the current task. ESC
SHIFT when you insert a CD into the CD-ROM drive Prevent the CD from automatically playing.
Use these keyboard shortcuts for dialog boxes:
Move forward through tabs. CTRL+TAB
Move backward through tabs. CTRL+SHIFT+TAB
Move forward through options. TAB
Move backward through options. SHIFT+TAB
Carry out the corresponding command or select the corresponding option. ALT+Underlined letter
Carry out the command for the active option or button. ENTER
Select or clear the check box if the active option is a check box. SPACEBAR
Select a button if the active option is a group of option buttons. Arrow keys
Display Help. F1
Display the items in the active list. F4
Open a folder one level up if a folder is selected in the Save As or Open dialog box. BACKSPACE
If you have a Microsoft Natural Keyboard, or any other compatible keyboard that includes the Windows logo key and the Application key , you can use these keyboard shortcuts:
Display or hide the Start menu.
Display the System Properties dialog box. +BREAK
Show the desktop. +D
Minimize all windows. +M
Restores minimized windows. +Shift+M
Open My Computer. +E
Search for a file or folder. +F
Search for computers. CTRL+ +F
Display Windows Help. +F1
Lock your computer if you are connected to a network domain, or switch users if you are not connected to a network domain. + L
Open the Run dialog box. +R
Display the shortcut menu for the selected item.
Open Utility Manager. +U
Helpful accessibility keyboard shortcuts:
Switch FilterKeys on and off. Right SHIFT for eight seconds
Switch High Contrast on and off. Left ALT +left SHIFT +PRINT SCREEN
Switch MouseKeys on and off. Left ALT +left SHIFT +NUM LOCK
Switch StickyKeys on and off. SHIFT five times
Switch ToggleKeys on and off. NUM LOCK for five seconds
Open Utility Manager. +U
Keyboard shortcuts you can use with Windows Explorer:
Display the bottom of the active window. END
Display the top of the active window. HOME
Display all subfolders under the selected folder. NUM LOCK+ASTERISK on numeric keypad (*)
Display the contents of the selected folder. NUM LOCK+PLUS SIGN on numeric keypad (+)
Collapse the selected folder. NUM LOCK+MINUS SIGN on numeric keypad (-)
Collapse current selection if it’s expanded, or select parent folder. LEFT ARROW
Display current selection if it’s collapsed, or select first subfolder. RIGHT ARROW

FIREFOX SHORTCUTS


Hi guys
As we know Mozilla Firefox is very popular amongst all the browsers. It has lots of shortcut, so here in this post I am going to show you the shortcuts available in mozilla firefox.
Double-click (On a word)                                   Select the word.
Triple-click                                                              Select entire line.
Wheel click                                                              Activate the Smooth scrolling
Hold Ctrl + Scroll Wheel forward                   Increase font size
Hold Ctrl + Scroll Wheel backward               Decrease font size
Click one end, hold Shift & click another    Create a selection from the two points
F5                                                                                 Refresh.
F6                                                                                 Move focus to address bar.
F11                                                                               Toggle on/off full-screen mode
Alt + (Left Arrow)                                                  Go back on history. Same pas Backspace
Alt + (Right Arrow)                                               Go forward on history.
Ctrl + A                                                                       Select All.
Ctrl + B                                                                        Favorites.
Ctrl + C                                                                        Copy Selected.
Ctrl + D                                                                        Add the current page to favorite.
Ctrl + E                                                                        Search panel.
Ctrl + F                                                                        Find (on page).
Ctrl + H                                                                        Toggle History panel.
Ctrl + I                                                                          Toggle Favorites panel.
Ctrl + J                                                                          Download.
Ctrl + N                                                                         Open New browser window.
Ctrl + P                                                                          Print current page / frame.
Ctrl + R                                                                          Refresh. Same as F5
Ctrl + T                                                                           New Tab
Esc                                                                                   Stop (while page is loading).
Ctrl + Enter                                                                  Auto complete a url address (For example, type techno234  in the address bar and press CTRL + ENTER to get http://www.twchno234.blogspot.com.)
Shift + Enter                                                                 Complete a .net instead of a .com address.
Ctrl + Shift + Enter                                                     Complete a .org address.
Ctrl + Tab                                                                       Cycle through open tabs.

Forgotten Ubuntu Password – Reset within minutes



If you’ve ever forgotten your password, you aren’t alone… it’s probably one of the most common tech support problems I’ve encountered over the years. Luckily if you are using Ubuntu they made it incredibly easy to reset your password.All it takes is adjusting the boot parameters slightly and typing a command or two, but we’ll walk you through it.


Reset Your Ubuntu Password
Reboot your computer, and then as soon as you see the GRUB Loading screen, make sure to hit the ESC key so that you can get to the menu.


Root Shell – Easy Method
If you have the option, you can choose the “recovery mode” item on the menu, usually found right below your default kernel option.
Then choose “Drop to root shell prompt” from this menu.
This should give you a root shell prompt.


Alternate Root Shell Method
If you don’t have the recovery mode option, this is the alternate way to manually edit the grub options to allow for a root shell.
First you’ll want to make sure to choose the regular boot kernel that you use (typically just the default one), and then use the “e” key to choose to edit that boot option.
Now just hit the down arrow key over to the “kernel” option, and then use the “e” key to switch to edit mode for the kernel option.
You’ll first be presented with a screen where you can find this written “ro single”
You’ll want to remove the “ro single” part with the backspace key, and then add this onto the end:


rw init=/bin/bash


Once you hit enter after adjusting the kernel line, you’ll need to use the B key to choose to boot with that option.
At this point the system should boot up very quickly to a command prompt.


Changing the Actual Password
You can use the following command to reset your password:

passwd <username>



After changing your password, use the following commands to reboot your system. (The sync command makes sure to write out data to the disk before rebooting)


sync


reboot –f

I found that the –f parameter was necessary to get the reboot command to work for some reason. You could always hardware reset instead, but make sure to use the sync command first.

And now you should be able to login without any issues.

Play with your WINDOWS Desktop Screen


Here is cool trick to rotate your computer screen. you can rotate it by 90 or 180 or 360 angle. You can invert your window screen an d can impress your friends, This is one of the scariest tricks which turns Windows upside down. Here are steps:
Press Ctrl, Alt and then any of the four arrow keys .
Down arrow key rotate by 180 degree, invert screen.
Left arrow key rotate by 90 degree.
Right arrow key rotate by 270 degree
Up arrow key make it normal again.

Tuesday, August 23, 2011


Avira Antivirus as you all may know due to its renowned name that its one of the premium security suites available well there are many more but its preferred by many Geeks to protect their PC from viruses,Malwares and other infections.
Now today I grabbed a promotional offer by Avira Team that they are giving genuine 6 months license for free to all its users so to enjoy that free license just follow the below steps.


2. Now visit the Avira Promotional Page

3. Now you will get a box to be filled with your details


4. As soon as you press Request License Now you will something like saying that your license is created so click to overview it.



5. Now simply click on License Overview and you will see something showing your license and how many days are left so simply copy that licence code  and paste it into your Anti-Virus to use it for6 months.

Wednesday, July 27, 2011

Avast Antivirus 2011 Genuine 1 Year License



Avast Antivirus is the best known antivirus in the world for defending you against Viruses, Malwares and other risks, so purchasing license means spending money but we have a free way to get 1 year genuine license.
Features of Avast Antivirus 2011 .:
  • Best and improved Antivirus and anti-spyware engine
  • Real-time anti-rootkit and anti-spy protection
  • Silent and best fire wall 
    • to stop Hackers and other unauthorized access
    • Great Anti-Spam protection for unwanted 
      • New Boot-Time Scanner
      • Latest Safe Zone to recover your PC instantly during emergency
      • More powerful and intelligent scanner
      • All automatic protection and in real time
      Follow the below steps to get free 1 year license .:
      1. Go to Avast Free Registration Page
      2. Now fill up the form and you will get 1 year genuine license right in your email.
      3. Now download Avast Antivirus Setup and install it with the license you received in your email that’s it.

Tuesday, June 28, 2011

Convert Java App into Android App

Many of you use .jar or .jad apps because of the mobile compatibility and those apps are great like they have some of the bets app which you don’t get in android so today we will see an online converter which can convert your java apps into android package which off course you can use in any android phone.
Follow the below steps to see how to convert java apps into android apps .:
1. First Go to this WEBSITE
2. Now simply all the details in the form which will look something like below

Paid Android Apps for Free with Applanet 2.8.0.5


Applanet is a very great app for downloading and installing paid android apps for free. Its similar to the Installous App found on iOS Devices.
Features for the Applanet App .:
1. Get android apps for free: This app will let you download and install android apps for free.
2. Familiar interface: This appstore has the same interface like the android market has so it will be really for you download and install from it.

Wednesday, June 15, 2011

MICROSOFT DOWNLOAD MANAGER




                     CLICK ME TO DOWNLOAD



 Microsoft Download Manager enables you to download files simply and easily. It also makes downloading large files such as application and multimedia files quick and reliable. It was specifically designed to help users manage file downloads from supporting Microsoft Web sites. Once started, the Microsoft Download Manager’s easy-to-use interface displays the status of downloads and enables you to suspend active downloads or resume downloads that have failed.




System requirements

Supported Operating Systems: Windows 7, Windows Server 2008 R2, Windows Vista Service Pack 2, Windows XP Service Pack 3
The Microsoft Download Manager has specific system requirements in order for it to operate normally. See below for a list of Operating System and Web browser requirements.The Microsoft Download Manager requires one of the following operating systems:Windows© XP with Service Pack 3Windows Vista© with Service Pack 2Windows 7Windows Server© 2008 R2The Microsoft Download Manager supports the following Web browsers:Windows© Internet Explorer© 6Internet Explorer 7Internet Explorer 8Internet Explorer 9Mozilla© Firefox© 3.6

MICROSOFT DOWNLOAD MANAGER