-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommands_list.txt
68 lines (67 loc) · 1.56 KB
/
commands_list.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# BEST AND OFTEN USED
btop
curl wttr.in ;#get weather forecast
kate ;# kate is an editor present on some Linux OS
tree ;# list a tree of files
tree -d ;# list a tree of only directories
du -hd2 ;# disk usage in subfolders, human readable, depth 2
# NETWORK COMMANDS
nmcli device
nmcli device wifi
wavemon
iftop
avahi-browse -a ; # Browse for mDNS/DNS-SD services
networkctl
iw dev wlp3s0 info
# TMUX
konsole -e tmux
konsole -e tmux a
tmux list-sessions
tmux list-windows
# SYSTEM INFO
free -h ;# report memory
df -h ;# report file system space usage
pstree
neofetch
cpufetch
cpuinfo
distro
uname -a ;# system, kernel info
uptime
uptime -p ;# uptime pretty
apt-mark showmanual ;# list packages whose installation has been explicitly requested
systemd-analyze
journalctl -f ;#follow the system log
systemctl status
systemctl list-dependencies
systemctl suspend
swapon
zramctl
# HARDWARE INFO
cat /proc/cpuinfo | grep MHz ;# get current cpu core frequencies
lsusb
lsblk
lscpu
lspci
lshw
lsb_release -cs
sensors ;# show temperature readings
# DOCKER
sudo docker images
systemctl start docker
# GIT
git remote -v
git status
git log --oneline --graph
git branch -v
git show
git whatchanged --oneline --graph
git pull --rebase
git rebase --abort
# MY-COMMANDS EDIT
git clone https://github.com/drgomulka/my-commands.git ~/.dotfiles/my-commands ; # clone this project
kate ~/.dotfiles/my-commands/commands_list.txt
konsole -e vim ~/.dotfiles/my-commands/commands_list.txt
konsole -e nano ~/.dotfiles/my-commands/commands_list.txt
# OTHER
gpg --list-keys