Skip to main content

Ubuntu Keyboard shortcuts

Ctrl+A = Select all (In Documents, Firefox, Nautilus, etc, not Terminal)
Ctrl+C = Copy (In Documents, Firefox, Nautilus, etc, not Terminal)
Ctrl+V = Paste (In Documents, Firefox, Nautilus, etc, not Terminal)

F9 = Toggle Sidebar
F2 = Rename
Ctrl+Shift+N = Create new folder
 Ctrl+N = New (Create a new document, not in terminal)
Ctrl+O = Open (Open a document, not in terminal)
Ctrl+S = Save (Save the current document, not in terminal)
Ctrl+P = Print (Print the current document, not in terminal)


Ctrl+E = Send To... (Send the current document to an email recipient or remote location, not in terminal)
Ctrl+W = Close (Close the current document, not in terminal)
Ctrl+Q = Quit (Quit the application, not in terminal)
Ctrl+H = Show hidden files
Ctrl+F = File browser
Ctrl+T = Move to trash (dangerous)
Ctrl+L = Open location (folders, files, URLs, etc)


Ctrl+Alt+F1 = Switch to the first virtual terminal
Ctrl+Alt+F2(F3)(F4)(F5)(F6) = Select the different virtual terminals
Ctrl+Alt+F7 = Switch to current terminal session with X
Ctrl+Alt+L = Lock screen
Crtl+Alt+Delete = Log out
Ctrl+Alt+D = Hide all windows and focus desktop


Alt+F1 = Launch applications menu
Alt+F2 = Launch "run application" dialogue
Alt+F7 = moves the current window (can be moved with mouse OR KEYBOARD)
Alt+F8 = resizes current window (again, with mouse OR KEYBOARD)
Alt+F9 = minimizes current window
Alt+F10 = maximizes current window
Alt+Space = brings up that funny window menu with with 'Always on Top' and 'Minimize' and 'Maximize' and all that jazz
Alt+F5 = returns window to 'normal' or previous size
Alt+F4 = closes window (usually)
Alt+Home = jump to home folder
Alt+Enter = file / folder properties
Ctrl+Alt+Backspace = Kill X server
Alt+Tab = Switch between open programs
Printscrn = Print screen

<+Space = scrolls current tab/window down
<+Backspace = scrolls current tab/window up

Ctrl+Alt+Right/Left Arrow = Move to the next virtual desktop
Ctrl+Alt+Shift+Right/Left Arrow = Take current window to the next virtual desktop

Checkout Ubuntu eBooks

Ubuntu Linux Bible: Featuring Ubuntu 10.04 LTSUbuntu 10.04 LTS, 4-disks DVD Set, Includes "Introduction to Linux" video-DVD, Linux Training Library and Printed Quick Reference Card of Linux Commands, Contains Both 32-bit and 64-bit Versions, includes Complimentary Evaluation ExamUbuntu 10.04 LTS Desktop GuideUbuntu for Non-Geeks: A Pain-Free, Get-Things-Done Guide

Comments

Popular posts from this blog

Download of the Day!

Amarok 2.0.2 has released Amarok is an open source alternative music player for iTunes. Amarok supports Linux, Unix, MacOSX and windows Operating system. It is smiliar to iTunes just drag & drop the songs to play list. Amarok also lets you listen to internet radio ( mp3 streaming ) including music from last.fm . Features Automatic cover Lyrics download Dynamic playlists Visualizations and Podcasting. These are only some of the great new features of Amarok 2. Give it a try! Download here An least but not last - Amarok will also synchronize your music to your iPod. For the more technical users a scripting interface allows you to extend the functionality of Amarok. Print Page Feedbacks: We appreciate feedbacks and suggestions about our website info@techgyaan.org

How to install WebLogic 8 on Solaris 10

Lets start the installation Login to solaris box use sudo command to install the application. $ ./server814_solaris32.bin Extracting 0%……………………………………………………………………………………….100% Unable to instantiate GUI, defaulting to console mode. Welcome: ——– ————— This installer will guide you through the installation of WebLogic Server 8.1 SP4. Type “ Next” or enter to proceed to thenext prompt. If you want to change data entered previously, type “Previous”. You may quit the installer at any time by typing “ Exit”. Enter [Exit][Next]> BEA Systems License Agreement: —————————— BEA SYSTEMS, INC. SOFTWARE LICENSE AGREEMENT USE OF SOFTWARE ORDERED FROM BEA SYSTEMS, INC. (”BEA”) IS PROVIDED ONLY UNDER LICENSE FROM BEA. PLEASE READ THE FOLLOWING LICENSE CAREFULLY AND INDICATE YOUR ACCEPTANCE BY CLICKING THE ACCEPTANCE BOX. CERTAIN CAPITALIZED TERMS ARE DEFINED IN SECTION 11. 1. LICENSE TERMS a. Workshop Free Use. The terms of this Section 1(a) are applicable to you if you h...

Sysadmin Daily Commands

Some of these commands are used by unix/linux administrator in his/her day-to-day activities  cat to concatenate files to standard output chgrp to change file group ownership chmod to change file access permissions chown to change file owner and group cp to copy files and directories date to print or set the system data and time dd to convert and copy a file df to report filesystem disk space usage dmesg to print or control the kernel message buffer echo to display a line of text hostname to show or set the system's host name kill to send signals to processes ln to make links between files login to begin a session on the system ls to list directory contents mkdir to make directories mknod to make block or character special files more to page through text mount to mount a filesystem mv to move/rename files ps to report process status pwd to print na...