new-install

Notes on OS intalls
git clone https://git.bracken.jp/new-install.git
Log | Files | Refs | LICENSE

commit 6dbc200a816536407ff8d313e76e6cf1355192b8
parent ef72a07bae8d89016fc37582097a80132f819395
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  8 Sep 2021 14:04:52 -0700

Add net-tools to install list

Supplies ifconfig, netstat, etc.

Diffstat:
March_install.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch_install.md b/arch_install.md @@ -506,9 +506,9 @@ Support for zip archives is handy: pacman -S zip unzip -Core tooling: +Networking tooling for nslookup, dig, netstat: - pacman -S dnsutils + pacman -S dnsutils net-tools Next, terminal multiplexing support via tmux: