Whizlog


How to retrieve permanently deleted mail in outlook

How to retrieve permanently deleted mail in outlook? Here is a way you can retrieve your permanently deleted mails. Basically you have make some changes in the Windows Registry and retrieve the items through Outlook.


Top 10 Olympics Medal Count – 2004 Athens

List of top ten countries medal tally in 2004 Summer Olympics held in Athens.

Rank Nation Gold Silver Bronze Total
1 United States 36 39 27 102
2 China 32 17 14 63
3 Russia 27 27 38 92
4 Australia 17 16 16 49
5 Japan 16 9 12 37
6 Germany 13 16 20 49
7 France 11 9 13 33
8 Italy 10 11 11 32
9 South Korea 9 12 9 30
10 Great Britain 9 9 12 30

Fortune – Top Ten Global Employers 2008

Fortune – Top Ten Global Employers 2008

Company – Number of Employess(As of 2007)

  1. Wal-Mart Stores – 2,055,000
  2. State Grid – 1,486,000
  3. China National Petroleum – 1,117,345
  4. U.S. Postal Service – 785,929
  5. Sinopec – 634,011
  6. Hon Hai Precision Industry – 550,000
  7. Carrefour – 490,042
  8. Deutsche Post – 475,100
  9. Agricultural Bank of China – 447,519
  10. Gazprom – 436,096

Source: Fortune Magazine


Fortune Top Ten Global Companies 2008

Fortune – Top Ten Global Companies 2008

  1. Wal-Mart Stores – US
  2. Exxon Mobil – US
  3. Royal Dutch Shell – Netherlands
  4. BP – UK
  5. Toyota Motor – Japan
  6. Chevron – US
  7. ING Group – Netherlands
  8. Total – France
  9. General Motors – US
  10. ConocoPhillips – US

Source: Fortune Magazine


Apple iPhone sales reaches 1 Million in 3 Days

Seems like iPhone is still hot in the Global markets. The new 3G model released Friday July 11th reached this record in three days. It took 74 days to reach the million mark when the phone was initially launched in the US market.

Associated Press Reports:

Apple Inc. (AAPL) said Monday it has sold 1 million iPhones in the three days following the release of the latest model on Friday. “IPhone 3G had a stunning opening weekend,” said Steve Jobs, Apple’s chief executive, in a statement.

But the launch was plagued by software problems. All the new iPhones had to connect to Apple’s servers for activation, which quickly overloaded them. Lines of customers built in stores as employees were unable to get the phones working.

Additionally, new software was released for the old iPhone, which required reactivation of those phones. Many owners of the older phone were left with unusable units.

Reports of activation problems subsided over the weekend, as the servers apparently recovered, and buyers were able to activate their phones through their home computers.

The iPhone 3G was launched simultaneously in 21 countries, including the U.S.

Apple had sold about 6 million units of the first-model iPhone since it launched in the U.S. a year ago. The company has set a goal of selling 10 million iPhones by the end of 2008.

Shares of Apple rose $4.83, or 2.8%, to $177.57 in morning trading.

Apple also said users of the iPhone and iPod touch had downloaded more than 10 million applications from its new App Store since it went online on Thursday.

Of the store’s 800 applications, a quarter are free. Most of the rest cost less than $10. Programs include news browsers, AOL Instant Messenger software, games and Web radio players.


Top 10 – Forbes Global 2000 Companies

  • HSBC Holdings – UK
  • General Electric – US
  • Bank of America – US
  • JPMorgan Chase – US
  • ExxonMobil – US
  • Royal Dutch Shell – Netherlands
  • BP – UK
  • Toyota Motor – Japan
  • ING Group – Netherlands
  • Berkshire Hathaway

Source: Forbes Global 2000 Companies


Is iPhone still the better phone?

Is Apple’s iPhone still the better phone in the market? Since the new 3G model is in the market, let us compare with couple of other similar models Samsung Instinct and LG Vu.

Comparison of Technical Specifications

Phone iPhone Instinct(M800) Vu(CU915)
Manufacturer Apple Samsung LG
Service Provider AT&T Sprint AT&T
Size(H x W X D) 4.5 x 2.4 x 0.48 inch / 115.5 x 62.1 x 12.3 mm 4.6 x 2.2 x 0.50 inch / 116 x 55 x 13 mm 4.3 x 2.1 x 0.50 inch / 108 x 55 x 13 mm
Weight 4.7 oz / 133 g 4.4 oz / 125 g 3.2 oz/ 90 g
Display 480 x 320 432 x 240 400 x 240
Memory 8GB/16GB 32MB 155MB
Expandable Memory No microSD / TransFlash microSD / TransFlash
Network Modes UMTS/HSDPA (850, 1900, 2100 MHz) / GSM/EDGE (850, 900, 1800, 1900 MHz) CDMA 800 / 1900 WCDMA (UMTS) / GSM 850/900/1800/1900
Wi-Fi 802.11b/g ? ?
Bluetooth 2.0 + EDR 2.0 (A2DP / HFP / HSP) 1.2
GPS Assited GPS Sprint Navigation AT&T Navigator
Camera 2.0 MP 2.0 MP / 2X Zoom / Video Recorder 2.0 MP / 2X Zoom / Video Recorder
Audio AAC, Protected AAC, MP3, MP3 VBR, Audible (formats 1, 2, and 3), Apple Lossless, AIFF and WAV Mp3/FM Radio MPEG-4, 3gp, WMA, AAC, MP3
Video .m4v, mp4, MPEG-4 Sprint TV AT&T Mobile TV / AT&T Video

Common Unix Commands

Most commonly used UNIX Commands:

Terminal control characters for C-shell

  • ^h or backspace - erase previously typed character
  • ^u - erase entire line of input so far typed
  • ^d - end-of-input for programs reading from terminal
  • ^s - stop printing on terminal
  • ^q - continue printing on terminal
  • ^z - suspend currently running job; restart with bg or fg
  • ^c - kill currently running program and allow clean-up before exiting
  • ^\ - emergency kill of currently running program with no chance of cleanup

Authentication

  • login - access computer; start interactive session
  • logout - disconnect terminal session
  • exit - disconnect terminal session
  • passwd - change local login password; you must set a strong password that is not easily guessed

Information Commands

  • date - show date and time
  • history - list of previously executed commands
  • man - show online documentation by program name
  • info - online documentation for GNU programs
  • w, who - who is on the system and what they are doing
  • whoami - who is logged onto this terminal
  • top - show system stats and top CPU using processes
  • uptime - show one line summary of system status
  • finger - find out info about a user@system
  • whois - look up information in the Stanford Directory
  • env – information about the current session
  • uname – print name of current system

File management

  • cat - combine files
  • cp - copy files
  • ls - list files in a directory and their attributes
  • mv - change file name or directory location
  • rm - remove files
  • ln - create another link (name) to a file
  • chmod - set file permissions
  • crypt - encode/decode a file with a private key
  • gzip/gunzip - compress/decompress a file
  • find - find files that match specific criteria

Directory Management

  • cd - change to new directory
  • mkdir - create new directory
  • rmdir - remove empty directory (remove files first)
  • mv - change name of directory
  • pwd - show current directory

File Processing

  • cat - copy files to display device
  • more - show text file on display terminal with paging control
  • head - show first few lines of a file(s)
  • tail - show last few lines of a file; or reverse line order
  • vi - full-featured screen editor for modifying text files
  • grep - display lines that match a pattern
  • diff - compare two files and show differences
  • cmp - compare two binary files and report if different
  • comm. - compare two files; show common or unique lines
  • od - display binary files as eqivalent octal/hex codes
  • strings - show printable text embedded in binary files
  • file - examine file(s) and guess type: text, data, program, etc.
  • wc - count characters, words, and lines in a file

Space/Disk Usage

  • df - summarize free space on disk drive
  • du - show disk space used by files or directories

Special characters

  • * - match any characters in a file name
  • ~user - shorthand for home directory of user
  • $name - substitute value of variable name
  • \ turn - off special meaning of character that follows
  • - in pairs, quote string with special chars, except !
  • - in pairs, quote string with special chars, except !, $
  • ` - in pairs, substitute output from enclosed command

Controlling program execution for C-shell (See man csh)

  • & - run job in background
  • ^c - kill job in foreground
  • ^z - suspend job in foreground
  • fg - restart suspended job in foreground
  • bg - run suspended job in background
  • ; - delimit commands on same line
  • () - group commands on same line
  • ! - re-run earlier commands from history list
  • jobs - list current jobs
  • ps - print process screen
  • kill - kill background job or previous process
  • nice - run program at lower priority
  • at - run program at a later time
  • crontab – run program at specified intervals
  • limit - see or set resource limits for programs
  • alias - create alias name for program (in .login)
  • sh, csh - execute command file
  • sleep - delay for a specified amount of time
  • wait - Wait for the specified process

Controlling program input/output for C-shell (See man csh)

  • | - pipe output to input
  • > - redirect output to a storage file
  • < - redirect input from a storage file
  • >> - append redirected output to a storage file
  • tee - copy input to both file and next program in pipe
  • script - make file record of all terminal activity

Interpreted languages and data manipulation utilities

  • sed -stream editor
  • awk - pattern scanning and processing language
  • perl - Practical Extraction and Report Language
  • sort - sort or merge lines in a file(s) by specified fields
  • tr - translate characters
  • cut - cut out columns from a file

Networking/communications

  • ssh - remote login/command execution; encrypted
  • scp - remote non-interactive file copy; encrypted
  • sftp - remote interactive file copy; encrypted
  • telnet - remote network login – plain text password
  • ftp - network file transfer program – plain text passwords
  • rlogin - remote login to “trusted” computer that is not kerberized
  • rsh - execute single command on remote “trusted” computer
  • rcp - remote file copy to/from “trusted” computer
  • host - find IP address for given host name, or vice versa
  • tar - combine multiple files/dirs into single archive
  • uuencode, uudecode - encode/decode a binary file for transmission via email

Compilers, interpreters and programming tools

  • csh - command language interpreter (C-shell scripts)
  • ksh - command language interpreter (Korn-shell scripts)
  • sh - command language interpreter (Borne-shell scripts)
  • f77 - Compaq(HP) Fortran 77 compiler
  • f95 - Compaq(HP) Fortran 90/95 compiler
  • f2c - convert fortran source code to C source code
  • cc, c89 – Compaq(HP) ANSI 89 standard C compiler
  • cxx - Compaq(HP) C++ compiler
  • gcc - GNU C compiler
  • g++ - GNU C++ compiler
  • pc - Compaq(HP) Pascal compiler
  • dbx - command-line symbolic debugger for compiled C or Fortran
  • ladebug – X Window symbolic debugger for compiled C or Fortran
  • make - recompile programs from modified source
  • gmake - GNU version of make utility
  • cflow - generate C flow graph
  • error - analyze and disperse compiler error messages

Windows Shortcut Keys

Be Faster – Short Cut Keys

GENERAL SHORTCUTS

ALT- F4 – Quit a program / Shut down

ALT-TAB – Hold down the ALT key and hit tab to cycle through open windows.

CTL-ESCAPE – Display the Start menu

SHIFT – TAB – tab backwards through a form

CTRL – X – Cut

CTRL – C – Copy

CTRL – V – Paste

F1 – Help menu

CTRL – Z – Undo

SHIFT & Restart – To restart just windows and not your whole computer, hold
down the shift key when you click the OK button on the shutdown screen.
Saves lots of time. (Not for XP)

CRTL-TAB – Navigate tabs on a tabbed screen

FILE & DESKTOP SHORTCUTS

Hold SHIFT while inserting a CD – Prevents the CD from “autorunning”

If an item is selected:

CTRL while dragging a file – Copies the file

CTRL – SHIFT while dragging a file – Creates a shortcut to the file

SHIFT – DELETE – Deletes an item without sending it to the recycle bin.

ALT-ENTER – Display a file’s properties.

F2 – To rename the file

In Windows Explorer:

LEFT ARROW – Collapse the current selection if it is expanded

NUM LOCK-MINUS SIGN (-) – Collapse the selected folder

RIGHT ARROW – Expand the current selection if it is collapsed -Or- Select
the first subfolder

NUM LOCK- * Expand all folders below the current selection

NUM LOCK- PLUS SIGN (+) – Expand the selected folder

F6 – Switch between left and right panes

In My Computer:

BACKSPACE – View the folder one level up

ALT- RIGHT ARROW – Move forward to a previous view

ALT- LEFT ARROW -Move backward to a previous view

INTERNET BROWSER SHORTCUTS

For Internet Explorer 6 and Netscape 7 (may work in older versions)

Open History Window – Ctrl+H

Reload – Ctrl+R

Back (previous page) – Alt+Left or Alt+Backspace

Forward (Next page) – Alt+Right Arrow

Stop – Esc

Home – Alt+Home

Go to Bottom of Page – End

Go to Top of Page – Home

New Window – Ctrl+N

Close Window- Ctrl+W

Go Up one Line – Up Arrow

Go Down One Line – Down Arrow

Full Screen (toggle) – F11

Find on Page – Ctrl+F

Add Current Page to Favorites – Ctrl+D

Print Current Page or Active Frame – Ctrl+P

Organize Favorites (IE)/ Manage Bookmarks (NS) – Ctrl+B

Maximize a Window – Alt+Space+x

Minimize a window­­- Alt+Space+N

Scroll page up – Alt+Up Arrow

Scroll page down – Alt+Down Arrow

Internet Explorer ONLY

Open Favorites Bar – Ctrl+I

Select text in address bar – Alt+D

A faster way to type in addresses with IE is to just type in the name of the
site:

Worldstart

and hit CTRL + Enter. The “http://www . ” and “.com” will be added for you!

Netscape ONLY

Open / Close Sidebar Panel (toggle) – F9

Select text in Location Bar – Ctrl+L

Force Reload (not from Cache) – Ctrl+Shift+R

Zoom Text Smaller – Ctrl+- (minus)

Zoom text larger – Ctrl+= (plus sign)

WINDOWS KEY SHORTCUTS

The Windows key can be used in conjunction with other keys to act as a
keyboard shortcut for faster access to menu commands. Now, while the Alt key
tends to open program menus (ex: Alt+F opens the File menu and Alt+E opens
the Edit menu) and the Ctrl key performs actual operations (ex: Ctrl+C will
copy and Ctrl+V will paste), the Windows key will open various Windows
tools…

Win key + R will open the Start menu’s Run box
Win key + F will open the Start menu’s Find window
Win key + E will quickly launch Explorer
Win key + Pause/Break will open the System Properties window
Win key + M will Minimize all windows
Win key + Shift + M will undo Minimize all windows
Win key + D will switch between minimizing all open programs and showing
them all
Win key + Tab will cycle through items on the taskbar
Win key by itself will open the Start menu

You can also open programs or folders on your desktop by pressing the
Windows key + the first letter of the program/folder/shortcut + Enter .
Sounds kinda tedious, but if you’re in a bind with your mouse, it can come
in quite handy.

ARROW TRICKS

Here’s a cool little arrow trick to try with word processing programs. Next
time you’re using your arrow keys to go from one area of a sentence to
another (left and right arrows), hold down your CTRL key. Instead of moving
one space at a time, you’ll go one word at a time.

If you’re using the up and down arrows to go from line to line, holding down
the CTRL key will make your cursor jump from paragraph to paragraph (well,
from carriage return to carriage return anyway).

One last thing, if you hold down the SHIFT key while you do this (i.e. hold
down SHIFT + CTRL at the same time), you select text as you arrow along.

I’ve tested this in MS Word and Wordpad, but it *should* work no matter what
word processing program you use.

HOME / END KEY FUN

Do you ever find yourself scrolling through a huge folder ? Well, if you
need to get to the beginning or the end quickly, just press Ctrl+Home . If
you want to get to the end, click Ctrl+End.

Hey, that’s not all!

This little trick works on more than just folders. If you use the Home key
in a word processor, it goes to the beginning of the line you’re currently
working on. If you hit the END key, it should head to the end of the current
line. If you pair Home & End up with the Ctrl key in a word processor, you
will be whisked away to the beginning or end of the document. Again, this
should work, but it depends on your word processor.

Speedup your work by using keyboard more and mouse less.

Useful Shortcut:

Start + M: Minimizes all open windows
Start + Shift + M: Maximizes All Windows
Start + E: Runs Windows Explorer
Start + R: Open the RUN Dialog Box
Start + F: Open the Search Results Dialog box
Start + CTRL + F: Opens the Search Results-Computer dialog Box (if the
computer is connected to a network)
Start + Pause (Break): Opens the System Properties Dialog Box

Windows System Key Combinations:

F1: Help
CTRL + ESC: Open Start menu
ALT + TAB: Switch between open programs
ALT + F4: Quit program
SHIFT + DELETE: Delete item permanently

Windows Program Key Combinations:

CTRL + C: Copy
CTRL + X: Cut
CTRL + V: Paste
CTRL + Z: Undo
CTRL + B: Bold
CTRL + U: Underline
CTRL + I: Italic

Mouse Click/Keyboard Modifier Combinations for Shell Objects:

SHIFT + right click: Displays a shortcut menu containing alternative
commands
SHIFT + double click: Runs the alternate default command (the second item on
the menu)
ALT + double click: Displays properties
SHIFT + DELETE: Deletes an item immediately without placing it in the
Recycle Bin

General Keyboard-Only Commands:

F1: Starts Windows Help
F10: Activates menu bar options
SHIFT + F10: Opens a shortcut menu for the selected item (this is the same
as right-clicking an object
CTRL + ESC: Opens the Start menu (use the ARROW keys to select an item)
CTRL + ESC or ESC: Selects the Start button (press TAB to select the
taskbar, or press SHIFT+F10 for a context menu)
ALT + DOWN ARROW: Opens a drop-down list box
ALT + TAB: Switch to another running program (hold down the ALT key and then
press the TAB key to view the task-switching window)
SHIFT: Press and hold down the SHIFT key while you insert a CD-ROM to bypass
the automatic-run feature
ALT + SPACE: Displays the main window’s System menu (from the System menu,
you can restore, move, resize, minimize, maximize, or close the window)
ALT +- (ALT + hyphen): Displays the Multiple Document Interface (MDI)child
window’s System menu (from the MDI child window’s System menu, you can
restore, move, resize, minimize, maximize, or close the child window)
CTRL + TAB: Switch to the next child window of a Multiple Document Interface
(MDI) program
ALT + underlined letter in menu: Opens the menu
ALT + F4: Closes the current window
CTRL + F4: Closes the current Multiple Document Interface (MDI) window
ALT + F6: Switch between multiple windows in the same program (for example,
when the Notepad Find dialog box is displayed
ALT + F6: switches between the Find dialog box and the main Notepad window)

Shell Objects and General Folder/Windows Explorer Shortcuts For a selected
object:

F2: Rename object
F3: Find all files
CTRL + X: Cut
CTRL + C: Copy
CTRL + V: Paste
SHIFT + DELETE: Delete selection immediately, without moving the item to the
Recycle Bin
ALT + ENTER: Open the properties for the selected object
To Copy a File: Press and hold down the CTRL key while you drag the file to
another folder.
To Create a Shortcut: Press and hold down CTRL+SHIFT while you drag a file
to the desktop or a folder.

General Folder/Shortcut Control:

F4: Selects the Go To A Different Folder box and moves down the entries in
the box (if the toolbar is active in Windows Explorer)
F5: Refreshes the current window.
F6: Moves among panes in Windows Explorer
CTRL + G: Opens the Go To Folder tool (in Windows 95 Windows Explorer only)
CTRL + Z: Undo the last command
CTRL + A: Select all the items in the current window
BACKSPACE: Switch to the parent folder
SHIFT + click + Close button: For folders, close the current folder plus all
parent folders

Windows Explorer Tree Control:

Numeric Keypad *: Expands everything under the current selection
Numeric Keypad +: Expands the current selection
Numeric Keypad -: Collapses the current selection.
RIGHT ARROW: Expands the current selection if it is not expanded, otherwise
goes to the first child
LEFT ARROW: Collapses the current selection if it is expanded, otherwise
goes to the parent

Properties Control:

CTRL + TAB/CTRL + SHIFT + TAB: Move through the property tabs

Accessibility Shortcuts:

Press SHIFT five times: Toggles Sticky Keys on and off
Press down and hold the right SHIFT key for eight seconds: Toggles
FilterKeys on and off
Press down and hold the NUM LOCK key for five seconds: Toggles ToggleKeys on
and off
Left ALT + left SHIFT+NUM LOCK: Toggles MouseKeys on and off
Left ALT + left SHIFT+PRINT SCREEN: Toggles high contrast on and off

Microsoft Natural Keyboard Keys:

Windows Logo: Start menu
Windows Logo + R: Run dialog box
Windows Logo + M: Minimize all
SHIFT + Windows Logo+M: Undo minimize all
Windows Logo + F1: Help
Windows Logo + E: Windows Explorer
Windows Logo + F: Find files or folders
Windows Logo + D: Minimizes all open windows and displays the desktop
CTRL + Windows Logo + F: Find computer
CTRL + Windows Logo + TAB: Moves focus from Start, to the Quick Launch
toolbar, to the system tray (use RIGHT ARROW or LEFT ARROW to move focus to
items on the Quick Launch toolbar and the system tray)
Windows Logo + TAB: Cycle through taskbar buttons
Windows Logo + Break: System Properties dialog box
Application key: Displays a shortcut menu for the selected item

Microsoft Natural Keyboard with IntelliType Software Installed:

Windows Logo + L: Log off Windows
Windows Logo + P: Starts Print Manager
Windows Logo + C: Opens Control Panel
Windows Logo + V: Starts Clipboard
Windows Logo + K: Opens Keyboard Properties dialog box
Windows Logo + I: Opens Mouse Properties dialog box
Windows Logo + A: Starts Accessibility Options (if installed)
Windows Logo + SPACEBAR: Displays the list of Microsoft IntelliType shortcut
keys
Windows Logo + S: Toggles CAPS LOCK on and off

Dialog Box Keyboard Commands:

TAB: Move to the next control in the dialog box
SHIFT + TAB: Move to the previous control in the dialog box
SPACEBAR: If the current control is a button, this clicks the button. If the
current control is a check box, this toggles the check box. If the current
control is an option, this selects the option.
ENTER: Equivalent to clicking the selected button (the button with the
outline)
ESC: Equivalent to clicking the Cancel button
ALT + underlined letter in dialog box item: Move to the corresponding item*