Added nvtop to standard package list.

This commit is contained in:
2023-01-18 11:49:32 +13:00
parent 4d44980bb1
commit a27a41c47e

View File

@ -27,7 +27,7 @@ cd ~/ && mkdir Documents Downloads
Now that we have our home directory done let's install the standard packages we use. Now that we have our home directory done let's install the standard packages we use.
#+begin_src tmate #+begin_src tmate
sudo apt install --yes htop screenfetch git curl wget xclip wl-clipboard emacs xterm xtermcontrol jq tmux tmate apt-transport-https dict sudo apt install --yes htop nvtop screenfetch git curl wget xclip wl-clipboard emacs xterm xtermcontrol jq tmux tmate apt-transport-https dict
#+end_src #+end_src
For working with container images locally outside of kubernetes clusters we use [[https://podman.io/][~podman~]] so that we can avoid the security problems of a standard docker daemon. Follow the steps below to install podman: For working with container images locally outside of kubernetes clusters we use [[https://podman.io/][~podman~]] so that we can avoid the security problems of a standard docker daemon. Follow the steps below to install podman: