-
Notifications
You must be signed in to change notification settings - Fork 2
/
Tips.txt
37 lines (26 loc) · 1.17 KB
/
Tips.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Create folder shorcut: Ctrl + Shift and Drag
Show desktop: Super+D
Switch between windows of the same application: alt + ~ (any key above Tab)
Show/Hide hidden files/directories: Ctrl + H
if "sudo pip3" not works -> pip3 --user
Scrolling in terminal:
_ scroll by line: ctrl + shift + up/down arrow
_ scroll by page: shift + PageUp/Down
Ctrl+D: EOF or Used to terminate input or exit the terminal or shell
Ctrl+Z: TSTP signal or Used to suspend foreground processes -> bring back by 'fg' or 'bg'
Ctrl+C: Interrupt (INT signal) or Used to kill foreground processes
Screenshot:
_ ctrl + shift + PrtScr -> drag mouse: capture chosen area & store in clipboard
_ ctrl + alt + PrtScr: capture current window & store in clipboard
_ ctrl + PrtScr: capture whole screen & store in clipboard
_ PrtScr: capture whole screen & store in "Pictures"
_ shift + PrtScr -> drag mouse: capture chosen area & store in "Pictures"
_ alt + PrtScr: capture current window & store in "Pictures"
Switching between virtual console (tty):
_ ctrl + alt + F(1-6)
F1: Login GUI
F2: normal GUI
F3-6: console
Search & reuse old command:
Ctrl + R -> type command
To search same command but older, use Ctrl + R again and so on