mFat@lemdro.id to Linux@lemmy.mlEnglish · 1 year agoWhat feature/utility/app are you surprised is not installed by default in Linux distributions?message-squaremessage-square202fedilinkarrow-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 · 1 year agomessage-square202fedilink
minus-squarePunkie@lemmy.worldlinkfedilinkarrow-up2arrow-down1·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-squaresimonced@lemmy.onelinkfedilinkEnglisharrow-up6·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.