mFat@lemdro.id to Linux@lemmy.mlEnglish · 2 years agoWhat feature/utility/app are you surprised is not installed by default in Linux distributions?message-squaremessage-square204fedilinkarrow-up1143arrow-down11
arrow-up1142arrow-down1message-squareWhat feature/utility/app are you surprised is not installed by default in Linux distributions?mFat@lemdro.id to Linux@lemmy.mlEnglish · 2 years agomessage-square204fedilink
minus-squarePunkie@lemmy.worldlinkfedilinkarrow-up2arrow-down1·2 years 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-squaresimonced@lemmy.onelinkfedilinkEnglisharrow-up6·2 years 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.