Cheatsheets

Useful keyboard shortcuts
This page provides an overview of keyboard shortcuts that can help you use your desktop and applications more efficiently. If you cannot use a mouse or pointing device at all, see Keyboard navigation for more information on navigating user interfaces with only the keyboard.
Getting around the desktop
Alt+F1 or the Super key
Switch between the Activities overview and desktop. In the overview, start typing to instantly search your applications, contacts, and documents.
Alt+F2
Pop up command window (for quickly running commands)
Super+Tab
Quickly switch between windows. Hold down Shift for reverse order.
Super+
Switch between windows from the same application, or from the selected application after Super+Tab.
This shortcut uses
on US keyboards, where the key is above Tab. On all other keyboards, the shortcut is Super plus the key above Tab.
Ctrl+Alt+Tab
Give keyboard focus to the top bar. In the Activities overview, switch keyboard focus between the top bar, dash, windows overview, applications list, and search field. Use the arrow keys to navigate.
It is not currently possible to use the arrow keys to navigate the windows overview. To switch windows, exit the overview and use Super+Tab and Super+
.
Super+A
Show the list of applications.
Super+Page Up and Super+Page Down
Switch between workspaces.
Super+Shift+Page Up and Super+Shift+Page Down
Move the current window to a different workspace.
Ctrl+Alt+Delete
Log out.
Ctrl+Alt+L
Lock the screen.
Super+M
Open the message tray. Press Super+M again or Esc to close.
Common editing shortcuts
Capturing from the screen
More Information
Desktop, apps & windows — Introduction, keyboard shortcuts, calendar, notifications…
Keyboard — Keyboard layouts, cursor blinking, keyboard accessibility…
Tips & tricks — Special characters, middle click shortcuts…
See Also
Keyboard navigation — Use applications and the desktop without a mouse.
Set keyboard shortcuts — Define or change keyboard shortcuts in Keyboard settings.
What is the Menu key? — The Menu key launches a context menu with the keyboard rather than with a right-click.
What is the Super key? — The Super key opens the activities overview. You can usually find it next to the Alt key on your keyboard.

Today, was working on iptables, and accidently mistyped and typed in iptab..well found a pretty nifty tool.  Nothing fancy but should save me from using google to look up CIDR info

+———————————————-+
| addrs   bits   pref   class  mask            |
+———————————————-+
|     1      0    /32          255.255.255.255 |
|     2      1    /31          255.255.255.254 |
|     4      2    /30          255.255.255.252 |
|     8      3    /29          255.255.255.248 |
|    16      4    /28          255.255.255.240 |
|    32      5    /27          255.255.255.224 |
|    64      6    /26          255.255.255.192 |
|   128      7    /25          255.255.255.128 |
|   256      8    /24      1C  255.255.255.0   |
|   512      9    /23      2C  255.255.254.0   |
|    1K     10    /22      4C  255.255.252.0   |
|    2K     11    /21      8C  255.255.248.0   |
|    4K     12    /20     16C  255.255.240.0   |
|    8K     13    /19     32C  255.255.224.0   |
|   16K     14    /18     64C  255.255.192.0   |
|   32K     15    /17    128C  255.255.128.0   |
|   64K     16    /16      1B  255.255.0.0     |
|  128K     17    /15      2B  255.254.0.0     |
|  256K     18    /14      4B  255.252.0.0     |
|  512K     19    /13      8B  255.248.0.0     |
|    1M     20    /12     16B  255.240.0.0     |
|    2M     21    /11     32B  255.224.0.0     |
|    4M     22    /10     64B  255.192.0.0     |
|    8M     23     /9    128B  255.128.0.0     |
|   16M     24     /8      1A  255.0.0.0       |
|   32M     25     /7      2A  254.0.0.0       |
|   64M     26     /6      4A  252.0.0.0       |
|  128M     27     /5      8A  248.0.0.0       |
|  256M     28     /4     16A  240.0.0.0       |
|  512M     29     /3     32A  224.0.0.0       |
| 1024M     30     /2     64A  192.0.0.0       |
| 2048M     31     /1    128A  128.0.0.0       |
| 4096M     32     /0    256A  0.0.0.0         |
+———————————————-+