The officially official Devuan Forum!

You are not logged in.

#1 2021-01-02 14:22:42

dice
Member
Registered: 2020-11-22
Posts: 559  
Website

Notable programs in the devuan/debian repos

Thought this might be an interesting subject topic. List notable command line or gui programs that are unique to you.

Just came across datamash, this program is really unique and powerful.

https://www.gnu.org/software/datamash/

example:

This one liner gives the mean or average of the 4 integers presented by awk from sensors (lm_sensors) command then rounds down to a factor of 1 decimal place to give the the stdout of 00.0 or in my case the temperature average of 51.5 etc.

sensors | awk '/Core/ {print substr($3, 2, length($3)-6)}' | datamash -R 1 mean 1

Last edited by dice (2021-01-02 15:15:29)

Offline

#2 2021-01-02 19:03:56

F_Sauce
Member
From: Noreg
Registered: 2017-07-07
Posts: 87  

Re: Notable programs in the devuan/debian repos

Hei.

There is probably not too many programmes unique to only one distro, Linux is mostly Linux; however, having been with SuSE for 10-15 years, or so, I do miss YaST.

Cheers,
Olav

Last edited by F_Sauce (2021-01-02 19:07:09)

Offline

#3 2021-01-07 21:12:19

bgstack15
Member
Registered: 2018-02-04
Posts: 205  

Re: Notable programs in the devuan/debian repos

I was impressed that gtk3-nocsd exists here! There's no way that would ever show up in Fedora/CentOS.


This space intentionally left blank.

Offline

Board footer