• inxi

    From pH@21:1/5 to All on Fri Apr 21 00:41:12 2023
    I just stumbled upon "inxi" after reading some other thread about increasing the size of the swapfile under Mint.

    Very informative utility.

    I mention this for other relatively low-skilled linux guys as myself. Good
    to have in your repetoire.

    The problem being that Linux has that big long learning curve and a *lot* of keen utilities to choose from...but you have to know they exist!

    Happy exploring....inxi.

    pH in Aptos

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From stepore@21:1/5 to All on Thu Apr 20 19:16:54 2023
    On 4/20/23 17:41, pH wrote:
    The problem being that Linux has that big long learning curve and a *lot* of keen utilities to choose from...but you have to know they exist!

    Open any terminal... start typing the alphabet starting with a (then hit
    tab key twice) you will see all the (main) "utilities" available to you starting with the letter a. then move on to b (double-tab) then c and so
    on and so on and so on to z. google them or type man then utility name
    to learn about them. like:

    man inxi

    happy learning

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andreas Kohlbach@21:1/5 to stepore on Thu Apr 20 23:10:45 2023
    On Thu, 20 Apr 2023 19:16:54 -0700, stepore wrote:

    On 4/20/23 17:41, pH wrote:
    The problem being that Linux has that big long learning curve and a *lot* of >> keen utilities to choose from...but you have to know they exist!

    Open any terminal... start typing the alphabet starting with a (then
    hit tab key twice) you will see all the (main) "utilities" available
    to you starting with the letter a. then move on to b (double-tab) then
    c and so on and so on and so on to z. google them or type man then
    utility name to learn about them. like:

    man inxi

    happy learning

    Note: Some options require root permissions.
    --
    Andreas

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From 26B.X939@21:1/5 to All on Thu Apr 20 22:44:47 2023
    On 4/20/23 8:41 PM, pH wrote:
    I just stumbled upon "inxi" after reading some other thread about increasing the size of the swapfile under Mint.

    Very informative utility.


    Extremely ! I based a system-info client/server app
    mostly around parsing inxi output. Use it on all my
    Linux boxes - and even a couple of PIs. Useful 2-week
    charts result.



    I mention this for other relatively low-skilled linux guys as myself. Good to have in your repetoire.

    The problem being that Linux has that big long learning curve and a *lot* of keen utilities to choose from...but you have to know they exist!

    People wonder why I always want synaptic or equivs ... it's
    because there's SO much software you'll NEVER even hear about
    unless it shows up in the descriptions synaptic and friends
    provide. Bringing up synaptic is like a visit to the hardware
    store - OOOOH ! GOTTA Have THAT !!!


    Happy exploring....inxi.

    pH in Aptos


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andrei Z.@21:1/5 to All on Fri Apr 21 06:44:34 2023
    pH wrote:
    I just stumbled upon "inxi" after reading some other thread about increasing the size of the swapfile under Mint.

    Very informative utility.

    I mention this for other relatively low-skilled linux guys as myself. Good to have in your repetoire.

    The problem being that Linux has that big long learning curve and a *lot* of keen utilities to choose from...but you have to know they exist!

    Happy exploring....inxi.

    pH in Aptos

    How to display hardware information the easy way https://sleeplessbeastie.eu/2022/12/12/how-to-display-hardware-information-the-easy-way/

    Get All Kind of System Information in Linux Terminal With inxi https://itsfoss.com/inxi-system-info-linux/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marco Moock@21:1/5 to All on Fri Apr 21 08:36:19 2023
    Am 20.04.2023 schrieb stepore <stepore@be.here.now>:

    Open any terminal... start typing the alphabet starting with a (then
    hit tab key twice) you will see all the (main) "utilities" available
    to you starting with the letter a.

    It will only show those that are available in your $PATH variable.
    Some distributions like Debian have different $PATH for root and other
    users, so you might not see some tools.

    Software that isn't installed is also not shown.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michael Uplawski@21:1/5 to All on Fri Apr 21 09:38:17 2023
    I mention this for other relatively low-skilled linux guys as myself. Good to have in your repetoire.

    What would be an advantage of inxi over the diverse ls~ commands, like
    lscpu, lsirq, lsusb ..?

    or lshw (of all choices)?

    Cheerio.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Andrei Z. on Fri Apr 21 12:17:26 2023
    On 21/04/2023 04:44, Andrei Z. wrote:
    pH wrote:
    I just stumbled upon "inxi" after reading some other thread about
    increasing
    the size of the swapfile under Mint.

    Very informative utility.

    I mention this for other relatively low-skilled linux guys as myself.
    Good
    to have in your repetoire.

    The problem being that Linux has that big long learning curve and a
    *lot* of
    keen utilities to choose from...but you have to know they exist!

    Happy exploring....inxi.

    pH in Aptos

    How to display hardware information the easy way https://sleeplessbeastie.eu/2022/12/12/how-to-display-hardware-information-the-easy-way/

    Actually I found that the Mate System Monitor - which I have running permanently in a 'panel' - is the easy way to get most of that.

    Get All Kind of System Information in Linux Terminal With inxi https://itsfoss.com/inxi-system-info-linux/


    --
    β€œIt is dangerous to be right in matters on which the established
    authorities are wrong.”

    ― Voltaire, The Age of Louis XIV

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From pH@21:1/5 to stepore on Fri Apr 21 16:44:12 2023
    On 2023-04-21, stepore <stepore@be.here.now> wrote:
    On 4/20/23 17:41, pH wrote:
    The problem being that Linux has that big long learning curve and a *lot* of >> keen utilities to choose from...but you have to know they exist!

    Open any terminal... start typing the alphabet starting with a (then hit
    tab key twice) you will see all the (main) "utilities" available to you starting with the letter a. then move on to b (double-tab) then c and so
    on and so on and so on to z. google them or type man then utility name
    to learn about them. like:

    man inxi

    happy learning



    Thank-you for this tip...I've spent many happy hours investigating programs this way.

    Anyone know a way to capture the output of "TAB TAB 'Y'" to a file so *all*
    the programs the system is aware of is in one place to persue?

    pH in Aptos

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to All on Fri Apr 21 19:12:53 2023
    On 2023-04-21 18:44, pH wrote:
    On 2023-04-21, stepore <stepore@be.here.now> wrote:
    On 4/20/23 17:41, pH wrote:
    The problem being that Linux has that big long learning curve and a *lot* of
    keen utilities to choose from...but you have to know they exist!

    Open any terminal... start typing the alphabet starting with a (then hit
    tab key twice) you will see all the (main) "utilities" available to you
    starting with the letter a. then move on to b (double-tab) then c and so
    on and so on and so on to z. google them or type man then utility name
    to learn about them. like:

    man inxi

    happy learning



    Thank-you for this tip...I've spent many happy hours investigating programs this way.

    Anyone know a way to capture the output of "TAB TAB 'Y'" to a file so *all* the programs the system is aware of is in one place to persue?
    You do not need to.

    just do:

    ls /bin /usr/bin/ /usr/local/bin/ > somefile.txt

    And similarly for sbin.

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From pH@21:1/5 to Michael Uplawski on Fri Apr 21 16:47:22 2023
    On 2023-04-21, Michael Uplawski <michael.uplawski@uplawski.eu> wrote:

    I mention this for other relatively low-skilled linux guys as myself. Good >> to have in your repetoire.

    What would be an advantage of inxi over the diverse ls~ commands, like
    lscpu, lsirq, lsusb ..?

    or lshw (of all choices)?

    Cheerio.

    Those are great, too...I just have to *remember* them. As I tell my Windoze friends: Linux likes to give you many ways to skin the proverbial cat.
    Everyone has his favourite tool set.

    pH in Aptos

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David W. Hodgins@21:1/5 to Carlos E.R. on Fri Apr 21 14:51:39 2023
    On Fri, 21 Apr 2023 13:12:53 -0400, Carlos E.R. <robin_listas@es.invalid> wrote:
    just do:

    ls /bin /usr/bin/ /usr/local/bin/ > somefile.txt

    And similarly for sbin.

    Also skim through "man bash" (or whatever shell is being used) for all of it's built-in commands.

    Like learning dos, or how to use any gui, time has to be invested learning what's available.

    Learning the details of any given feature/command can be left until you have a need for that feature, but having a good overview of what's available and how to find those details later is a basic requirement of using any software well.

    Regards, Dave Hodgins

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From stepore@21:1/5 to Marco Moock on Fri Apr 21 21:56:18 2023
    On 4/20/23 23:36, Marco Moock wrote:
    Am 20.04.2023 schrieb stepore <stepore@be.here.now>:

    Open any terminal... start typing the alphabet starting with a (then
    hit tab key twice) you will see all the (main) "utilities" available
    to you starting with the letter a.

    It will only show those that are available in your $PATH variable.
    Some distributions like Debian have different $PATH for root and other
    users, so you might not see some tools.

    Software that isn't installed is also not shown.


    Wasn't meant to be thorough or complete. Just to get a newb started on exploring.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From stepore@21:1/5 to Michael Uplawski on Fri Apr 21 22:01:36 2023
    On 4/21/23 00:38, Michael Uplawski wrote:

    I mention this for other relatively low-skilled linux guys as myself. Good >> to have in your repetoire.

    What would be an advantage of inxi over the diverse ls~ commands, like
    lscpu, lsirq, lsusb ..?

    or lshw (of all choices)?

    Don't forget my old-school fav:
    /sbin/dmidecode

    man 8 dmidecode

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From stepore@21:1/5 to stepore on Fri Apr 21 22:05:33 2023
    On 4/21/23 22:01, stepore wrote:

    Don't forget my old-school fav:
    /sbin/dmidecode

    man 8 dmidecode

    Guess I could have given an example:
    sudo dmidecode -t processor

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From pH@21:1/5 to Carlos E.R. on Sat Apr 22 19:49:38 2023
    On 2023-04-21, Carlos E.R. <robin_listas@es.invalid> wrote:
    On 2023-04-21 18:44, pH wrote:
    On 2023-04-21, stepore <stepore@be.here.now> wrote:
    On 4/20/23 17:41, pH wrote:
    The problem being that Linux has that big long learning curve and a *lot* of
    keen utilities to choose from...but you have to know they exist!

    Open any terminal... start typing the alphabet starting with a (then hit >>> tab key twice) you will see all the (main) "utilities" available to you
    starting with the letter a. then move on to b (double-tab) then c and so >>> on and so on and so on to z. google them or type man then utility name
    to learn about them. like:

    man inxi

    happy learning



    Thank-you for this tip...I've spent many happy hours investigating programs >> this way.

    Anyone know a way to capture the output of "TAB TAB 'Y'" to a file so *all* >> the programs the system is aware of is in one place to persue?
    You do not need to.

    just do:

    ls /bin /usr/bin/ /usr/local/bin/ > somefile.txt

    And similarly for sbin.



    Ah.....(as realization slowly dawns on him). I had thought that all these executables were collected from a myriad of spots. (like /usr and /opt and and....)

    I begin to perceive.. Thanks.

    pH

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From pH@21:1/5 to stepore on Sat Apr 22 20:02:32 2023
    On 2023-04-22, stepore <stepore@be.here.now> wrote:
    On 4/21/23 00:38, Michael Uplawski wrote:

    I mention this for other relatively low-skilled linux guys as myself. Good >>> to have in your repetoire.

    What would be an advantage of inxi over the diverse ls~ commands, like
    lscpu, lsirq, lsusb ..?

    or lshw (of all choices)?

    Don't forget my old-school fav:
    /sbin/dmidecode

    man 8 dmidecode

    Whoa, that one is interesting...has to be run as root, I see.
    pH

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to All on Sat Apr 22 22:57:22 2023
    On 2023-04-22 21:49, pH wrote:
    On 2023-04-21, Carlos E.R. <robin_listas@es.invalid> wrote:
    On 2023-04-21 18:44, pH wrote:

    ...

    Anyone know a way to capture the output of "TAB TAB 'Y'" to a file so *all* >>> the programs the system is aware of is in one place to persue?
    You do not need to.

    just do:

    ls /bin /usr/bin/ /usr/local/bin/ > somefile.txt

    And similarly for sbin.



    Ah.....(as realization slowly dawns on him). I had thought that all these executables were collected from a myriad of spots. (like /usr and /opt and and....)

    I begin to perceive.. Thanks.

    Run:

    echo $PATH

    They are collected from there.

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David W. Hodgins@21:1/5 to Carlos E.R. on Sat Apr 22 17:36:06 2023
    On Sat, 22 Apr 2023 16:57:22 -0400, Carlos E.R. <robin_listas@es.invalid> wrote:

    On 2023-04-22 21:49, pH wrote:
    On 2023-04-21, Carlos E.R. <robin_listas@es.invalid> wrote:
    On 2023-04-21 18:44, pH wrote:

    ...

    Anyone know a way to capture the output of "TAB TAB 'Y'" to a file so *all*
    the programs the system is aware of is in one place to persue?
    You do not need to.

    just do:

    ls /bin /usr/bin/ /usr/local/bin/ > somefile.txt

    And similarly for sbin.



    Ah.....(as realization slowly dawns on him). I had thought that all these >> executables were collected from a myriad of spots. (like /usr and /opt and >> and....)

    I begin to perceive.. Thanks.

    Run:

    echo $PATH

    They are collected from there.

    There's also /usr/libexec. The executables in there are not normally run directly
    but there are times when it is appropriate.

    Regards, Dave Hodgins

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From pH@21:1/5 to Carlos E.R. on Sun Apr 23 21:00:10 2023
    On 2023-04-22, Carlos E.R. <robin_listas@es.invalid> wrote:
    On 2023-04-22 21:49, pH wrote:
    On 2023-04-21, Carlos E.R. <robin_listas@es.invalid> wrote:
    On 2023-04-21 18:44, pH wrote:

    ...

    Anyone know a way to capture the output of "TAB TAB 'Y'" to a file so *all*
    the programs the system is aware of is in one place to persue?
    You do not need to.

    just do:

    ls /bin /usr/bin/ /usr/local/bin/ > somefile.txt

    And similarly for sbin.



    Ah.....(as realization slowly dawns on him). I had thought that all these >> executables were collected from a myriad of spots. (like /usr and /opt and >> and....)

    I begin to perceive.. Thanks.

    Run:

    echo $PATH

    They are collected from there.


    Thank-you.
    pH

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)