Linux Debian: Required Packages

Jan 18

To keep track of which programs are helpful I am going to list them here with brief descriptions:

Package Name Version
bash (Bourne Again SHell):
Description: It is the main console for doing all sorts of various activities. Usefull commands are:

To customize: configure .bashrc in user root (either /home/usr/ or /root which are booth often displayed as ~/). I like to add:

   alias ls="ls --color=auto"

lspci
Description: Outputs information about your computer. Best used by piping the output to your favorite text editor.

e3em (e3 text editor)
Description: A small and simple text editor that emulates emacs keyboard commands (which are the same as the bash commands, which is why I use it)