
"Ctrl+F" — Opens the Find dialog box.
"F3" — Repeats the last search.
Browsing
"Keypad +" — Expands the selected branch.
"Keypad -" — Collapses the selected branch.
"Keypad *" — Expands all the selected branch’s sub keys.
"Up Arrow" — Selects the previous key.
"Down Arrow" — Selects the next key.
"Left Arrow" — Collapses the selected branch if it’s not collapsed; otherwise, selects the parent key.
"Right Arrow" — Expands the selected branch if it’s not already expanded; otherwise, selects the key’s first sub key.
"Home" — Selects My Computer.
"End" — Selects the last key that’s visible in the key pane.
"Page Up" — Moves up one page in the key pane.
"Page Down" — Moves down one page in the key pane.
"Tab" — Moves between the key and value panes.
"F6" — Moves between the key and value panes.
"Delete" — Deletes the select branch or value.
"F1" — Opens Regedit’s Help.
"F2" — Renames the selected key or value.
"F5" — Refreshes the key and value panes.
"F10" — Opens Regedit’s menu bar.
"Shift+F10" — Opens the shortcut menu for the selected key or value.
"Alt+F4" — Closes Regedit.
Like this:
Be the first to like this post.

What is linux and why should we use it?
Linux is a fast growing operating system, and it is inexpensive and flexible. Linux is also a major player in the small and mid-sized server field, and it’s an increasingly viable platform for workstation and desktop use as well. By understanding Linux, you’ll increase your standing in the job market…
Linux is a clone of the UNIX operating system (OS) that has been popular in academia and many business environments for years. Formerly used exclusively on large mainframes, UNIX and Linux can now run on small computers. Because of its mainframe heritage, UNIX (and hence also Linux) scales well to perform today’s demanding scientific, engineering, and network server tasks.
Linux consists of a Kernel, which is the core control software, and many libraries and utilities that rely on the Kernel to provide features with which user interact. The OS is available in many different distributions, which are collections of a specific Kernel with specific support programs.
Command-Line Basics.
Before you can do anything else with Linux, you should understand how to use a Linux shell. Several shells are available, but most of them provide similar capabilities. Understanding a few basics will take you a long way in your use of Linux, so I describe some of these techniques and commands.
Linux Shell Options:
Linux provides a range of options for shells. A complete list would be quite long so I only named the more common choices which include the following:
bash – The GNU Bourne Again Shell (bash) is based on the earlier Bourne shell for UNIX but extends it in several ways. In Linux bash is the most common default shell for user accounts.
bsh – The Bourne shell upon which bash is based also goes by the name bsh. It’s not often used in Linux, although the bsh command is usually a symbolic link to bash.
tcsh – This shell is based on the earlier C shell (csh). It’s a fairly popular shell in some circles, but no major Linux distributions make it the default shell. It is similar to bash in many respects, some operational details differ. For instance, you don’t assign environment variables in the same way in tcsh as in bash.
csh – The original C shell isn’t much used on Linux, but if a user is familiar with csh, tcsh makes a good substitute.
ksh – The Korn shell (ksh) was designed to take the best features of bash and csh and extend them further. Its got a small but dedicated following among Linux users.
zsh – The Z shell (zsh) takes shell evolution further than the Korn shell, incorporating features from earlier shells and adding still more.
In addition to these shells, dozens more are available. Most users run bash because it’s the default. You can always see the shell commands by typing help.
This was just a introduction to Linux shells, hope you understand the differences better now for those of you who never knew what a shell is.
Like this:
Be the first to like this post.
Aah! You must be shocked or giggling on reading the article’s title!!
Well, the title match the trick…! Yah!!
Its was a trick tinkering in my mind from long time and today I am posting it..!
Its good if you know that already if not all I can say is ::ENJOY
Copy Paste This In Your Firefox Address Bar
chrome://browser/content/browser.xul
And Let The Show Begin
Enjoy!!!
Like this:
Be the first to like this post.
Reduce the amount of RAM Firefox uses for it’s cache feature
1. Type “about:config” (no quotes) in the adress bar in the browser.
2. Find “browser.sessionhistory.max_total_viewer”
3. Set it’s value to “0“;(Zero)
——————–
Increase the Speed in Which Firefox loads pages
1. Type “about:config” into the address bar and hit Enter.
(Normally the browser will make one request to a web page at a time. When you enable pipeliningit will make several at once, which really speeds up page loading.)
2. Alter the entries as follows:
Set “network.http.pipelining” to “true”
Set “network.http.proxy.pipelining” to “true”
Set “network.http.pipelining.maxrequests” to some number like 10.
This means it will make 10 requests at once.
3. Lastly, right-click anywhere and select New-> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0“;.(Zero)
This value is the amount of time the browser waits before it acts on information it receives. If you’re using a broadband connection you’ll load pages faster now.
Optionally (for even faster web browsing) here are some more options for your about:config (you might have to create some of these entries by Right Click –> New– > Interger or String
network.dns.disableIPv6: set “false”
“content.notify.backoffcount”: set “5“; (Five)
“plugin.expose_full_path”: set “true”.
“ui.submenuDelay”: set “0; (zero)
——————–
Reduce RAM usage to 10mb when Firefox is minimized:
This little hack will drop Firefox’s RAM usage down to 10 Mb when minimized:
1. Open Firefox and go to the Address Bar. Type in about:config and then press Enter.
2. Right Click in the page and select New -> Boolean.
3. In the box that pops up enter “config.trim_on_minimize”. Press Enter.
4. Now select True and then press Enter.
5. Restart Firefox.
These simple tweaks will make your web browsing with Mozilla Firefox 2-3 times faster and easier. And I think they are fairly easy to apply. Enjoy!
———–
SOUCE:: GOOGLE
——-x———–x————x
Like this:
Be the first to like this post.
Its Short And Simple 1st do this and your will get what this is all about !!
This is going to make your Keyboard lights (Capslock,Scrollock,Numlock) flash.
It looks pretty bad ass.
Instructions :
1. Open notepad and paste this code into it :
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
2. Save it as anything.VBS
3. Run the file. Enjoy , Dont have a seizure!
To remove:
Open task manager and end the process. Its called something like WSCRIPT.
Like this:
One blogger likes this post.
Recent Comments