AMAZON

Showing posts with label tools. Show all posts
Showing posts with label tools. Show all posts

Sunday, September 23, 2012

introduce about all Google services which are providing by Google to its user/clientall-google-services


Google has given a lot of things in technology wise that today we couldn’t spent or even imagine one day without Google on internet. 


Apart from its web search, Google offers a variety of services and tools which helps people to communicate with their friends through email, chat or social networks and has given platform to discover and share articles with friends and so many things. 

Now here, i have listed some of the Google services which you would like to know.






This is a partial list of Google’s services:

3
A
B
C
D
F
G
H
J
L
M
N
O
P
Q
R
S
Satellite map images with missing or unclear data
Google Scholar
Google Scholar and academic libraries
Sitemaps
Sitemap index
Google Sites
SketchUp
Google Squared
Google Street View
Supplemental Result
T
V
W
X
Google X
Y

Thursday, September 6, 2012

finger tip keyboard shortcuts Firefox browser tasks performing


Keyboard shortcuts - Perform common Firefox tasks quickly

This is a list of keyboard shortcuts in Mozilla Firefox. If you have enabled Emacs-style text editing shortcuts in GNOME, they will also work in Firefox. When an Emacs text editing shortcut conflicts with the default shortcuts (as occurs with Ctrl+K), the Emacs shortcut will take preference if focus is inside a text box (which would include the location bar and search bar). In such cases you should use the alternate keyboard shortcut if one is listed below.

Navigation

Command Shortcut
Back Alt +
Ctrl + [
Forward Alt +
Ctrl + ]
Home Alt + Home
Open File Ctrl + O
Reload F5
Ctrl + R
Reload (override cache) Ctrl + F5
Ctrl + Shift + R
Stop Esc


Current Page

Command Shortcut
Go to Bottom of Page End
Go to Top of Page Home
Move to Next Frame F6
Move to Previous Frame Shift + F6
Print Ctrl + P
Save Page As Ctrl + S
Zoom In Ctrl + +
Zoom Out Ctrl + -
Zoom Reset Ctrl + 0


Editing

Command Shortcut
Copy Ctrl + C
Cut Ctrl + X
Delete Del
Paste Ctrl + V
Redo Ctrl + Shift + Z
Select All Ctrl + A
Undo Ctrl + Z


Search

Command Shortcut
Find Ctrl + F
Find Again F3
Ctrl + G
Find Previous Shift + F3
Ctrl + Shift + G
Quick Find within link-text only '
Quick Find /
Close the Find or Quick Find bar Esc - when the Find or Quick Find bar is focused
Search bar - Easily choose your favorite search engine Ctrl + K
Select or Manage Search Engines Alt +
Alt +
F4
- when Search Bar is focused


Windows & Tabs

Command Shortcut
Close Tab Ctrl + W
Ctrl + F4
- except for App Tabs
Close Window Ctrl + Shift + W
Alt + F4
Move Tab in focus Left Ctrl +
Ctrl +
Move Tab in focus Right Ctrl +
Ctrl +
Move Tab in focus to start Ctrl + Home
Move Tab in focus to end Ctrl + End
New Tab Ctrl + T
New Window Ctrl + N
Next Tab Ctrl + Tab
Ctrl + Page Down
Open Address in New Tab Alt + Enter - from Location Bar or Search Bar
Previous Tab Ctrl + Shift + Tab
Ctrl + Page Up
Undo Close Tab Ctrl + Shift + T
Undo Close Window Ctrl + Shift + N
Select Tab 1 to 8 Alt + 1to8
Select Last Tab Alt + 9
Tab Groups View Ctrl + Shift + E
Close Tab Groups View Esc
Next Tab Group Ctrl + ` - only for some keyboard layouts
Previous Tab Group Ctrl + Shift + ` - only for some keyboard layouts


History

Command Shortcut
History sidebar Ctrl + H
Library window (History) Ctrl + Shift + H


Bookmarks

Command Shortcut


Bookmark This Page Ctrl + D
Bookmarks sidebar Ctrl + B
Library window (Bookmarks) Ctrl + Shift + O


Tools

Command Shortcut
Downloads Ctrl + Shift + Y
Add-ons Ctrl + Shift + A
Web Console Ctrl + Shift + K
Inspect Ctrl + Shift + I
Scratchpad Shift + F4
Style Editor Shift + F7
Page Source Ctrl + U
Error Console Ctrl + Shift + J
Page Info Ctrl + I
Toggle Private Browsing - Browse the web without saving information about the sites you visit Ctrl + Shift + P
Remove recent browsing, search and download history Ctrl + Shift + Del


Miscellaneous

Command Shortcut
Complete .com Address Ctrl + Enter
Complete .net Address Shift + Enter
Complete .org Address Ctrl + Shift + Enter
Delete Selected Autocomplete Entry Del
Toggle Full Screen F11


Toggle Menu Bar (when hidden) Alt (KDE)
F10 (GNOME)
Show/Hide Add-on Bar Ctrl + /
Caret Browsing F7
Select Location Bar Alt + D
Ctrl + L


Media shortcuts (Ogg and WebM Videos Only)

Command Shortcut
Toggle Play / Pause Space bar
Decrease volume
Increase volume
Mute audio Ctrl +
Unmute audio Ctrl +
Seek back 15 seconds
Seek back 10 % Ctrl +
Seek forward 15 seconds
Seek forward 10 % Ctrl +
Seek to the beginning Home
Seek to the end End 

 

Tuesday, July 31, 2012

How to rar/unrar the files on Linux operating system using open command terminal

Using rarlinux
download rarlinux tool from win-rar website and Gunzip the downloaded rarlinux-3.7.1.tar.gzip file
[root@vinsun]#gunzip rarlinux-3.7.1.tar.gzip
To extract the gunzipped but .tar file
[root@vinsun]#tar xvf rarlinux-3.7.1.tar
The above will extract the tar file to a folder in your present working directory called rar.
enter tho the rar dir
[root@vinsun]# cd ./rar
long list the rar folder -
[root@vinsun]# ls -l ./rar
You should see an executable file called unrar. There you go -
To unrar a file -
[root@vinsun]# ./unrar x file.rar
To extract a password protected rar file -
[root@vinsun]#./unrar x -p[password] file.rar


Using unrar:
Fetch and install unrar tools from fedora extra repository -
[root@cafe moon]#yum install unrar
To see unrar help pages-
[root@cafe moon]# unrar ?
To extract a rar file -
[root@cafe moon]# unrar x file.rar
To extract a password protected rar file -
[root@cafe moon]#unrar x -p[password] file.rar

Using rarlinux:
Download the rarlinux tool from Winrar website and Gunzip the downloaded rarlinux-3.7.1.tar.gzip file
[root@cafe moon]#gunzip rarlinux-3.7.1.tar.gzip
To extract the gunzipped but .tar file
[root@cafe moon]#tar xvf rarlinux-3.7.1.tar
The above will extract the tar file to a folder in your present working directory called rar.
enter tho the rar dir
[root@cafe moon]# cd ./rar
long list the rar folder -
[root@cafe moon]# ls -l ./rar
You should see an executable file called unrar. There you go -
To unrar a file -
[root@cafe moon]# ./unrar x file.rar
To extract a password protected rar file -
[root@cafe moon]#./unrar x -p[password] file.rar