-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtools.yml
103 lines (97 loc) · 3.48 KB
/
tools.yml
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
### system console tools
pkgs:
debian:
### system tools
# alternative to "su" and "sudo"
- gosu
# popular version control system
- git
# Report faked system time to programs (cli)
- faketime
# Secure Sockets Layer toolkit - cryptographic utility
- openssl
### compression
# bzip2 is a patent free, high-quality data compressor
- bzip2
# command line tools for working with XZ compression
- xz-utils
# Zstandard, is a fast lossless compression algorithm
- zstd
### conversion/transformation/querying
# sqlite3 - command line interface for SQLite version 3
- sqlite3
# jq - Command-line JSON processor
- jq
# ag - fast grep command line tool
- silversearcher-ag
# xmlstarlet - transform, query, validate, and edit XML
- xmlstarlet
# html-xml-utils - manipulating and converting HTML and XML
- html-xml-utils
# html2text - converter from HTML to plain text
- html2text
# tidy - convert html to xml
- tidy
# ssss - Shamir's secret sharing scheme implementation
- ssss
## network
# curl - command line tool for transferring data with URL syntax
- curl
# rsync - fast, versatile, remote (and local) file-copying tool
- rsync
# unison - crossplatform file-synchronization tool written in OCaml
- unison
# httpie - CLI, cURL-like tool for humans
- httpie
# pv - monitor the progress of data through a pipe
- pv
# socat - multipurpose relay for bidirectional data transfer
- socat
# netcat - TCP/IP swiss army knife
- netcat-openbsd
# trickle - a lightweight userspace bandwidth shaper
- trickle
# etherwake - tool to send magic Wake-on-LAN packets
- etherwake
# swaks - Swiss Army Knife SMTP, all-purpose smtp tester
- swaks
## top,perf monitor like
# htop - ncursed-based process viewer similar to top
- htop
# iftop - displays bandwidth usage information on an network interface
- iftop
# iotop - displays current I/O usage by processes on the system
- iotop
# conntrack - manage the in-kernel connection tracking state table
- conntrack
# dstat - versatile replacement for vmstat, iostat and ifstat
- dstat
# cpu-checker - check cpu features NX/XD and VMX/SVM
- cpu-checker
# perf-(test, kvm, bench, probe)
- linux-tools-common
# watch, free, ps, top, uptime, kill, sysctl, vmstat
- procps
# nethogs - Net top tool grouping bandwidth per process
- nethogs
# Linux PCI utilities
- pciutils
# Linux USB utilities
- usbutils
# block layer IO tracing mechanism
- blktrace
## user tools
# tmux - terminal multiplexer like screen
- tmux
# mc - Midnight Commander is a text-mode full-screen file manager
- mc
# jupp - user friendly full screen text editor
- jupp
# ncdu - ncurses-based du viewer
- ncdu
# tree - produces a depth indented listing of files
- tree
# lynx - classic non-graphical (text-mode) web browser
- lynx
# a handler that looks up programs not currently installed but available
- command-not-found