diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-18 15:43:51 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-18 15:43:51 -0600 |
| commit | 1139ea66ea378c93158e8addf24680e112e4c5ba (patch) | |
| tree | 4ae76335f85cdc70db448a59a0054d07345f2f33 /build.sh | |
| parent | cb8455c242be14988cf7eeab9851f85a682910ad (diff) | |
| download | archangel-1139ea66ea378c93158e8addf24680e112e4c5ba.tar.gz archangel-1139ea66ea378c93158e8addf24680e112e4c5ba.zip | |
Add utility tools and rescue guide documentation
Packages added:
- iotop: disk I/O monitor by process
- ncdu: interactive disk usage analyzer
- tree: directory tree viewer
- speedtest-cli: internet speed test
- mosh: mobile shell (survives disconnects)
- aria2: multi-protocol downloader with resume
- tmate: terminal sharing for remote assistance
- sshuttle: VPN over SSH
- pass: password manager
Rescue guide expanded:
- Section 5: iotop for finding disk I/O culprits
- Section 6: ncdu and tree for disk space analysis
- Section 7: speedtest-cli, mosh, aria2, tmate, sshuttle
- Section 8: pass password manager access
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -164,6 +164,7 @@ lshw dmidecode nvme-cli hdparm +iotop # Disk operations partclone @@ -174,6 +175,8 @@ xfsprogs btrfs-progs f2fs-tools exfatprogs +ncdu +tree # Network diagnostics mtr @@ -185,6 +188,14 @@ tcpdump bind nmap wireshark-cli +speedtest-cli +mosh +aria2 +tmate +sshuttle + +# Security +pass EOF |
