mFat to [email protected]English • 1 year agoWhat feature/utility/app are you surprised is not installed by default in Linux distributions?message-square182fedilinkarrow-up1132arrow-down11
arrow-up1131arrow-down1message-squareWhat feature/utility/app are you surprised is not installed by default in Linux distributions?mFat to [email protected]English • 1 year agomessage-square182fedilink
minus-squarePunkielink1•1 year agoI have a lot of SBCs, and have various ansible scripts that install stuff in “levels” depending on what I need. Basic level is the “must-haves.” python 3-minimal, chrony, openssh-server, python 3-apt, aptitude, unattended-upgrades, boxes, figlet, dialog, apt-utils, git, htop, multitail, ncdu, sysstat, vim, tree, util-linux There’s, also “server level,” “desktop level,” and “demo level,” for when I do training.
minus-square@[email protected]linkfedilinkEnglish6•1 year agorecently, I use btop in replacement of htop, really easy to use and pretty to look at.
I have a lot of SBCs, and have various ansible scripts that install stuff in “levels” depending on what I need.
Basic level is the “must-haves.”
python 3-minimal, chrony, openssh-server, python 3-apt, aptitude, unattended-upgrades, boxes, figlet, dialog, apt-utils, git, htop, multitail, ncdu, sysstat, vim, tree, util-linux
There’s, also “server level,” “desktop level,” and “demo level,” for when I do training.
recently, I use
btop
in replacement ofhtop
, really easy to use and pretty to look at.