Page 2 of 3

Re: What CLI/CUI programs are you using ?

Posted: 2018-03-17 08:24
by debiman
pluma does not count in this thread - it's a gui app.
derpbian.

Re: What CLI/CUI programs are you using ?

Posted: 2018-03-18 11:29
by Head_on_a_Stick
Just remembered a really good one:

Code: Select all

systemd-cgtop
^ This shows the local Linux control group hierarchy, ordered by their CPU, memory & disk I/O load.

EDIT: and `systemd-analyze` as well:

Code: Select all

Commands:
  time                     Print time spent in the kernel
  blame                    Print list of running units ordered by time to init
  critical-chain [UNIT...] Print a tree of the time critical chain of units
  plot                     Output SVG graphic showing service initialization
  dot [UNIT...]            Output dependency graph in man:dot(1) format
  log-level [LEVEL]        Get/set logging threshold for manager
  log-target [TARGET]      Get/set logging target for manager
  dump                     Output state serialization of service manager
  unit-paths               List load directories for units
  syscall-filter [NAME...] Print list of syscalls in seccomp filter
  verify FILE...           Check unit files for correctness
  calendar SPEC...         Validate repetitive calendar time events
  service-watchdogs [BOOL] Get/set service watchdog state

Re: What CLI/CUI programs are you using ?

Posted: 2018-03-21 12:06
by Derpbian
debiman wrote:pluma does not count in this thread - it's a gui app.
derpbian.
boop! I see, Well. it is what it is :) thanks for the info.

Re: What CLI/CUI programs are you using ?

Posted: 2018-03-21 13:18
by Wheelerof4te
Head_on_a_Stick wrote:systemctl
bootctl
networkctl
machinectl
timedatectl
localectl
systemd-nspawn

:mrgreen:
Glorious systemd :mrgreen:
I use only apt and nano when I need to edit some stray file, don't see the point in using anything else on full blown GNOME. Almost forgot about
inxi

Re: What CLI/CUI programs are you using ?

Posted: 2018-03-21 14:41
by None1975
Among the many others I use udevil (automounting usb drives) +midnight commander (manipulation of files). So I do not need a graphical file managers at all.

Re: What CLI/CUI programs are you using ?

Posted: 2018-03-21 16:13
by pawRoot
^Just tried udevil but i'm getting some errors

Code: Select all

➜  ~ udevil mount /dev/sdc1
udevil: warning 24: unable to run setfacl (/usr/bin/setfacl)
udevil: warning 25: setfacl on /media/lnx failed, falling back to 'user:root rwx------'
Mounted /dev/sdc1 at /media/lnx/Debian 9.4.0 amd64 n
Is there some configuration needed for it to work ?

Re: What CLI/CUI programs are you using ?

Posted: 2018-03-21 17:46
by None1975
pawRoot wrote:Is there some configuration needed for it to work ?
It does not require additional configuration. For me this guy works out of the box. As regular user, i just run

Code: Select all

udevil mount /dev/name_of_your_usb_stick 
and it mount usb drive. By the way, in your output it shows, that drive mounted successfully (sorry for my bad English). Here additional info.

Re: What CLI/CUI programs are you using ?

Posted: 2018-03-21 18:01
by pawRoot
Yes it mounts fine, just wondering why i am getting these errors. (im on Sid)
Anyway cool tool, will be using it for sure, thanks.

Re: What CLI/CUI programs are you using ?

Posted: 2018-11-06 17:30
by pawRoot
Just found this little program, man replacement.

https://github.com/tldr-pages/tldr

Re: What CLI/CUI programs are you using ?

Posted: 2018-11-06 17:33
by Head_on_a_Stick
gotop!
Another terminal based graphical activity monitor, inspired by gtop and vtop, this time written in Go!
https://github.com/cjbassi/gotop

Re: What CLI/CUI programs are you using ?

Posted: 2018-11-06 20:11
by pawRoot
^I love it :D

Image

Re: What CLI/CUI programs are you using ?

Posted: 2018-11-07 05:22
by debiman
pawRoot wrote:Just found this little program, man replacement.

https://github.com/tldr-pages/tldr
i wouldn't call it a "replacement" for man:
  1. it gets its pages online; man pages are on your machine and always available.
  2. you probably wouldn't want to remove the extensive information available in man pages
that said, it looks extremely useful (focused on usage examples) and seems to have a strong community.
trying it out now.

tl;dr: do not "replace" man.

Re: What CLI/CUI programs are you using ?

Posted: 2018-11-07 05:43
by yeti
debiman wrote:tl;dr: do not "replace" man.
Ate there real alternatives to `alias man=w3mman`?.

Re: What CLI/CUI programs are you using ?

Posted: 2018-11-07 07:02
by debiman
^ while that technically replaces the man command, it does NOT replace man pages themselves.

Re: What CLI/CUI programs are you using ?

Posted: 2018-11-07 14:04
by pawRoot
I know its not a replacement , just bad selection of words from my part :)

Re: What CLI/CUI programs are you using ?

Posted: 2018-11-08 07:25
by debiman
^ OK. :)