new-install

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

commit 488b28a678729d6d80e3ccb33364412e0c03e0b4
parent bdf2f378b433c1f345debcaee68ffa0a16a9a138
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  8 Sep 2021 09:48:42 -0700

arch: Install dnstools

This includes tools such as nslookup and dig.

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

diff --git a/arch_install.md b/arch_install.md @@ -506,6 +506,10 @@ Support for zip archives is handy: pacman -S zip unzip +Core tooling: + + pacman -S dnsutils + Next, terminal multiplexing support via tmux: pacman -S tmux