mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
Readme cleanup, fixed widths, wraps, so it's following the same rules
as inxi.changelog.
This commit is contained in:
parent
68d61476b4
commit
0bf234846f
362
README.txt
362
README.txt
|
@ -1,28 +1,26 @@
|
||||||
README for inxi - a command line system information tool
|
README for inxi - a command line system information tool
|
||||||
|
|
||||||
The new faster, more powerful Perl inxi is here! File all issue reports
|
The new faster, more powerful Perl inxi is here! File all issue reports with the
|
||||||
with the master branch. All support for versions prior to 3.0 is now ended,
|
master branch. All support for versions prior to 3.0 is now ended, sorry.
|
||||||
sorry.
|
|
||||||
|
|
||||||
Make sure to update to the current inxi from the master branch before filing
|
Make sure to update to the current inxi from the master branch before filing any
|
||||||
any issue reports. The code in pre 2.9 versions literally no longer exists in
|
issue reports. The code in pre 2.9 versions literally no longer exists in inxi
|
||||||
inxi 3. Bugs from earlier versions cannot usually be solved in the new version
|
3. Bugs from earlier versions cannot usually be solved in the new version since
|
||||||
since the pre 2.9 and the 2.9 and later versions are completely different
|
the pre 2.9 and the 2.9 and later versions are completely different internally.
|
||||||
internally.
|
|
||||||
|
|
||||||
===============================================================================
|
================================================================================
|
||||||
DEVELOPMENT AND ISSUES
|
DEVELOPMENT AND ISSUES
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Make inxi better! Expand supported hardware and OS data, fix broken items!
|
Make inxi better! Expand supported hardware and OS data, fix broken items!
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
HELP PROJECT DEVELOPMENT! SUBMIT A DEBUGGER DATASET
|
HELP PROJECT DEVELOPMENT! SUBMIT A DEBUGGER DATASET
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
This is easy to do, and only takes a few seconds. These datasets really help
|
This is easy to do, and only takes a few seconds. These datasets really help the
|
||||||
the project add and debug features. You will generally also be asked to provide
|
project add and debug features. You will generally also be asked to provide this
|
||||||
this data for non trivial issue reports.
|
data for non trivial issue reports.
|
||||||
|
|
||||||
Note that the following options are present:
|
Note that the following options are present:
|
||||||
|
|
||||||
|
@ -36,144 +34,152 @@ Note that the following options are present:
|
||||||
inxi version 3 only: inxi --debug 22
|
inxi version 3 only: inxi --debug 22
|
||||||
|
|
||||||
You can run these as regular user, or root/sudo, which will gather a bit more
|
You can run these as regular user, or root/sudo, which will gather a bit more
|
||||||
data, like from dmidecode, and other tools that need superuser permissions
|
data, like from dmidecode, and other tools that need superuser permissions to
|
||||||
to run.
|
run.
|
||||||
|
|
||||||
ARM (plus MIPS, SPARC, PowerPC) and BSD datasets are particularly appreciated
|
ARM (plus MIPS, SPARC, PowerPC) and BSD datasets are particularly appreciated
|
||||||
because we simply do not have enough of those.
|
because we simply do not have enough of those.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
FILE AN ISSUE IF YOU FIND SOMETHING MISSING, BROKEN, OR FOR AN ENHANCEMENT
|
FILE AN ISSUE IF YOU FIND SOMETHING MISSING, BROKEN, OR FOR AN ENHANCEMENT
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
inxi strives to support the widest range of operating systems and hardware,
|
inxi strives to support the widest range of operating systems and hardware, from
|
||||||
from the most simple consumer desktops, to the most advanced professional
|
the most simple consumer desktops, to the most advanced professional hardware
|
||||||
hardware and servers.
|
and servers.
|
||||||
|
|
||||||
The issues you post help maintain or expand that support, and are always
|
The issues you post help maintain or expand that support, and are always
|
||||||
appreciated since user data and feedback is what keeps inxi working and
|
appreciated since user data and feedback is what keeps inxi working and
|
||||||
supporting the latest (or not so latest) hardware and operating systems.
|
supporting the latest (or not so latest) hardware and operating systems.
|
||||||
|
|
||||||
See INXI VERSION/SUPPORT/ISSUES/BUGS INFORMATION for more about issues/support.
|
See INXI VERSION/SUPPORT/ISSUES/BUGS INFORMATION for more about issues/support.
|
||||||
|
|
||||||
See BSD/UNIX below for qualifications re BSDs, and OSX in particular.
|
See BSD/UNIX below for qualifications re BSDs, and OSX in particular.
|
||||||
|
|
||||||
===============================================================================
|
================================================================================
|
||||||
SOURCE VERSION CONTROL
|
SOURCE VERSION CONTROL
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
https://github.com/smxi/inxi
|
https://github.com/smxi/inxi
|
||||||
MAIN BRANCH: master
|
MAIN BRANCH: master
|
||||||
DEVELOPMENT BRANCHES: inxi-perl, one, two
|
DEVELOPMENT BRANCHES: inxi-perl, one, two
|
||||||
inxi-perl is the dev branch, the others are rarely if ever used. inxi itself
|
|
||||||
has the built in feature to be able to update itself from anywhere, including
|
|
||||||
these branches, which is very useful for development and debugging on various
|
|
||||||
user systems.
|
|
||||||
|
|
||||||
PULL REQUESTS: Please talk to me before starting to work on patches of any
|
inxi-perl is the dev branch, the others are rarely if ever used. inxi itself has
|
||||||
reasonable complexity. inxi is hard to work on, and you have to understand how
|
the built in feature to be able to update itself from anywhere, including these
|
||||||
it works before submitting patches, unless it's a trivial bug fix. Please:
|
branches, which is very useful for development and debugging on various user
|
||||||
NEVER even think about looking at or using previous inxi commits, previous to
|
systems.
|
||||||
the current master version, as a base for a patch. If you do, your patch / pull
|
|
||||||
|
PULL REQUESTS: Please talk to me before starting to work on patches of any
|
||||||
|
reasonable complexity. inxi is hard to work on, and you have to understand how
|
||||||
|
it works before submitting patches, unless it's a trivial bug fix. Please: NEVER
|
||||||
|
even think about looking at or using previous inxi commits, previous to the
|
||||||
|
current master version, as a base for a patch. If you do, your patch / pull
|
||||||
request will probably be rejected. Developers, get your version from the
|
request will probably be rejected. Developers, get your version from the
|
||||||
inxi-perl branch, pinxi, otherwise you may not be current to actual development
|
inxi-perl branch, pinxi, otherwise you may not be current to actual development
|
||||||
versions. inxi-perl pinxi is always equal to or ahead of master branch inxi.
|
versions. inxi-perl pinxi is always equal to or ahead of master branch inxi.
|
||||||
|
|
||||||
Man page updates, doc page updates, etc, of course, are easy and will probably
|
Man page updates, doc page updates, etc, of course, are easy and will probably
|
||||||
be accepted, as long as they are properly formatted and logically coherent.
|
be accepted, as long as they are properly formatted and logically coherent.
|
||||||
|
|
||||||
When under active development, inxi releases early, and releases often.
|
When under active development, inxi releases early, and releases often.
|
||||||
|
|
||||||
PACKAGERS: inxi has one and only one 'release', and that is the current
|
PACKAGERS: inxi has one and only one 'release', and that is the current
|
||||||
commit/version in the master branch (plus pinxi inxi-perl branch, of course,
|
commit/version in the master branch (plus pinxi inxi-perl branch, of course, but
|
||||||
but those should never be packaged).
|
those should never be packaged).
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
MASTER BRANCH
|
MASTER BRANCH
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
This is the only supported branch, and the current latest commit/version is
|
This is the only supported branch, and the current latest commit/version is the
|
||||||
the only supported 'release'. There are no 'releases' of inxi beyond the
|
only supported 'release'. There are no 'releases' of inxi beyond the current
|
||||||
current commit/version in master. All past versions are not supported.
|
commit/version in master. All past versions are not supported.
|
||||||
|
|
||||||
git clone https://github.com/smxi/inxi --branch master --single-branch
|
git clone https://github.com/smxi/inxi --branch master --single-branch
|
||||||
|
|
||||||
OR direct fast and easy install:
|
OR direct fast and easy install:
|
||||||
|
|
||||||
wget -O inxi https://github.com/smxi/inxi/raw/master/inxi
|
wget -O inxi https://github.com/smxi/inxi/raw/master/inxi
|
||||||
|
|
||||||
OR easy to remember shortcut (which redirects to github):
|
OR easy to remember shortcut (which redirects to github):
|
||||||
|
|
||||||
wget -O inxi https://smxi.org/inxi
|
wget -O inxi https://smxi.org/inxi
|
||||||
wget -O inxi smxi.org/inxi
|
wget -O inxi smxi.org/inxi
|
||||||
|
|
||||||
NOTE: Just because github calls tagged commits 'Releases' does not mean they
|
NOTE: Just because github calls tagged commits 'Releases' does not mean they are
|
||||||
are releases! I can't change the words on the tag page. They are tagged
|
releases! I can't change the words on the tag page. They are tagged commmits,
|
||||||
commmits, period. A tag is a pointer to a commit, and has no further meaning.
|
period. A tag is a pointer to a commit, and has no further meaning.
|
||||||
|
|
||||||
If your distribution has blocked -U self updater and you want a newer version:
|
If your distribution has blocked -U self updater and you want a newer version:
|
||||||
|
|
||||||
Open /etc/inxi.conf and change false to true: B_ALLOW_UPDATE=true
|
Open /etc/inxi.conf and change false to true: B_ALLOW_UPDATE=true
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
DEVELOPMENT BRANCH
|
DEVELOPMENT BRANCH
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
All active development is now done on the inxi-perl branch (pinxi):
|
All active development is now done on the inxi-perl branch (pinxi):
|
||||||
|
|
||||||
git clone https://github.com/smxi/inxi --branch inxi-perl --single-branch
|
git clone https://github.com/smxi/inxi --branch inxi-perl --single-branch
|
||||||
|
|
||||||
OR direct fast and easy install:
|
OR direct fast and easy install:
|
||||||
|
|
||||||
wget -O pinxi https://github.com/smxi/inxi/raw/inxi-perl/pinxi
|
wget -O pinxi https://github.com/smxi/inxi/raw/inxi-perl/pinxi
|
||||||
|
|
||||||
OR easy to remember shortcut (which redirects to github):
|
OR easy to remember shortcut (which redirects to github):
|
||||||
|
|
||||||
wget -O pinxi https://smxi.org/pinxi
|
wget -O pinxi https://smxi.org/pinxi
|
||||||
wget -O pinxi smxi.org/pinxi
|
wget -O pinxi smxi.org/pinxi
|
||||||
|
|
||||||
Once new features have been debugged, tested, and are reasonably stable, pinxi
|
Once new features have been debugged, tested, and are reasonably stable, pinxi
|
||||||
is copied to inxi in the master branch.
|
is copied to inxi in the master branch.
|
||||||
|
|
||||||
It's a good idea to check with pinxi if you want to make sure your issue has
|
It's a good idea to check with pinxi if you want to make sure your issue has not
|
||||||
not been corrected, since pinxi is always equal to or ahead of inxi.
|
been corrected, since pinxi is always equal to or ahead of inxi.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
LEGACY BRANCH
|
LEGACY BRANCH
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
If you'd like to look at or check out the Gawk/Bash version of inxi, you can
|
If you'd like to look at or check out the Gawk/Bash version of inxi, you can
|
||||||
find it here, at the inxi-legacy branch (binxi):
|
find it here, at the inxi-legacy branch (binxi):
|
||||||
|
|
||||||
git clone https://github.com/smxi/inxi --branch inxi-legacy --single-branch
|
git clone https://github.com/smxi/inxi --branch inxi-legacy --single-branch
|
||||||
|
|
||||||
OR direct fast and easy install:
|
OR direct fast and easy install:
|
||||||
|
|
||||||
wget -O binxi https://github.com/smxi/inxi/raw/inxi-legacy/binxi
|
wget -O binxi https://github.com/smxi/inxi/raw/inxi-legacy/binxi
|
||||||
|
|
||||||
OR easy to remember shortcut (which redirects to github):
|
OR easy to remember shortcut (which redirects to github):
|
||||||
|
|
||||||
wget -O binxi https://smxi.org/binxi
|
wget -O binxi https://smxi.org/binxi
|
||||||
|
|
||||||
This version will not be maintained, and it's unlikely that any time will be
|
This version will not be maintained, and it's unlikely that any time will be
|
||||||
spent on it in the future, but it is there in case it's of use or interest to
|
spent on it in the future, but it is there in case it's of use or interest to
|
||||||
anyone.
|
anyone.
|
||||||
|
|
||||||
===============================================================================
|
================================================================================
|
||||||
SUPPORT INFO
|
SUPPORT INFO
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Do not ask for basic help that reading the inxi -h / --help menus, or man page
|
Do not ask for basic help that reading the inxi -h / --help menus, or man page
|
||||||
would show you, and do not ask for features to be added that inxi already has.
|
would show you, and do not ask for features to be added that inxi already has.
|
||||||
Also do not ask for support if your distro won't update its inxi version, some
|
Also do not ask for support if your distro won't update its inxi version, some
|
||||||
are bad about that.
|
are bad about that.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
DOCUMENTATION
|
DOCUMENTATION
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
https://smxi.org/docs/inxi.htm
|
https://smxi.org/docs/inxi.htm
|
||||||
(smxi.org/docs/ is easier to remember, and is one click away from inxi.htm).
|
(smxi.org/docs/ is easier to remember, and is one click away from inxi.htm). The
|
||||||
The one page wiki on github is only a pointer to the real resources.
|
one page wiki on github is only a pointer to the real resources.
|
||||||
|
|
||||||
https://github.com/smxi/inxi/tree/inxi-perl/docs
|
https://github.com/smxi/inxi/tree/inxi-perl/docs
|
||||||
Contains specific Perl inxi documentation, of interest mostly to developers.
|
|
||||||
Includes internal inxi tools, values, configuration items. Also has useful
|
Contains specific Perl inxi documentation, of interest mostly to developers.
|
||||||
information about Perl version support, including the list of Core modules that
|
Includes internal inxi tools, values, configuration items. Also has useful
|
||||||
|
information about Perl version support, including the list of Core modules that
|
||||||
_should_ be included in a distribution's core modules, but which are
|
_should_ be included in a distribution's core modules, but which are
|
||||||
unfortunately sometimes removed.
|
unfortunately sometimes removed.
|
||||||
|
|
||||||
|
@ -181,40 +187,41 @@ INXI CONFIGURATION: https://smxi.org/docs/inxi-configuration.htm
|
||||||
HTML MAN PAGE: https://smxi.org/docs/inxi-man.htm
|
HTML MAN PAGE: https://smxi.org/docs/inxi-man.htm
|
||||||
INXI OPTIONS PAGE: http://smxi.org/docs/inxi-options.htm
|
INXI OPTIONS PAGE: http://smxi.org/docs/inxi-options.htm
|
||||||
|
|
||||||
NOTE: Check the inxi version number on each doc page to see which version
|
NOTE: Check the inxi version number on each doc page to see which version will
|
||||||
will support the options listed. The man and options page also link to a
|
support the options listed. The man and options page also link to a legacy
|
||||||
legacy version, pre 2.9.
|
version, pre 2.9.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
IRC
|
IRC
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
You can go to: irc.oftc.net channel #smxi
|
You can go to: irc.oftc.net channel #smxi
|
||||||
|
|
||||||
but be prepared to wait around for a while to get a response. Generally it's
|
but be prepared to wait around for a while to get a response. Generally it's
|
||||||
better to use github issues.
|
better to use github issues.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
ISSUES
|
ISSUES
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
https://github.com/smxi/inxi/issues
|
https://github.com/smxi/inxi/issues
|
||||||
No issues accepted for non current inxi versions. See below for more on that.
|
No issues accepted for non current inxi versions. See below for more on that.
|
||||||
Unfortunately as of 2.9, no support or issues can be accepted for older inxi's
|
Unfortunately as of 2.9, no support or issues can be accepted for older inxi's
|
||||||
because inxi 2.9 (Perl) and newer is a full rewrite, and legacy inxi is not
|
because inxi 2.9 (Perl) and newer is a full rewrite, and legacy inxi is not
|
||||||
being supported since our time here on earth is finite (plus of course, one
|
being supported since our time here on earth is finite (plus of course, one
|
||||||
reason for the rewrite was to never have to work with Gawk->Bash again!).
|
reason for the rewrite was to never have to work with Gawk->Bash again!).
|
||||||
|
|
||||||
Sys Admin type inxi users always get the first level of support. ie, convince
|
Sys Admin type inxi users always get the first level of support. ie, convince us
|
||||||
us you run real systems and networks, and your issue shoots to the top of the
|
you run real systems and networks, and your issue shoots to the top of the line.
|
||||||
line. As do any real bugs.
|
As do any real bugs.
|
||||||
|
|
||||||
Failure to supply requested debugger data will lead To a distinct lack of
|
Failure to supply requested debugger data will lead To a distinct lack of
|
||||||
interest on our part to help you with a bug. ie, saying, oh, it doesn't work,
|
interest on our part to help you with a bug. ie, saying, oh, it doesn't work,
|
||||||
doesn't cut it, unless it's obvious why.
|
doesn't cut it, unless it's obvious why.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
SUPPORT FORUMS
|
SUPPORT FORUMS
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
https://techpatterns.com/forums/forum-33.html
|
https://techpatterns.com/forums/forum-33.html
|
||||||
This is the best place to place support issues that may be complicated.
|
This is the best place to place support issues that may be complicated.
|
||||||
|
@ -222,127 +229,129 @@ This is the best place to place support issues that may be complicated.
|
||||||
If you are developer, use:
|
If you are developer, use:
|
||||||
DEVELOPER FORUMS: https://techpatterns.com/forums/forum-32.html
|
DEVELOPER FORUMS: https://techpatterns.com/forums/forum-32.html
|
||||||
|
|
||||||
===============================================================================
|
================================================================================
|
||||||
ABOUT INXI
|
ABOUT INXI
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
inxi is a command line system information tool. It was forked from the ancient
|
inxi is a command line system information tool. It was forked from the ancient
|
||||||
and mindbendingly perverse yet ingenius infobash, by locsmif.
|
and mindbendingly perverse yet ingenius infobash, by locsmif.
|
||||||
|
|
||||||
That was a buggy, impossible to update or maintain piece of software, so the
|
That was a buggy, impossible to update or maintain piece of software, so the
|
||||||
fork fixed those core issues, and made it flexible enough to expand the utility
|
fork fixed those core issues, and made it flexible enough to expand the utility
|
||||||
of the original ideas. Locmsif has given his thumbs up to inxi, so don't be
|
of the original ideas. Locmsif has given his thumbs up to inxi, so don't be
|
||||||
fooled by legacy infobash stuff you may see out there.
|
fooled by legacy infobash stuff you may see out there.
|
||||||
|
|
||||||
inxi is lower case, except when I create a text header here in a file like
|
inxi is lower case, except when I create a text header here in a file like this,
|
||||||
this, but it's always lower case. Sometimes to follow convention I will use
|
but it's always lower case. Sometimes to follow convention I will use upper case
|
||||||
upper case inxi to start a sentence, but i find it a bad idea since invariably,
|
inxi to start a sentence, but i find it a bad idea since invariably, someone
|
||||||
someone will repeat that and type it in as the command name, then someone will
|
will repeat that and type it in as the command name, then someone will copy
|
||||||
copy that, and complain that the command: Inxi doesn't exist...
|
that, and complain that the command: Inxi doesn't exist...
|
||||||
|
|
||||||
The primary purpose of inxi is for support, and sys admin use. inxi is used
|
The primary purpose of inxi is for support, and sys admin use. inxi is used
|
||||||
widely for forum and IRC support, which is I believe it's most common function.
|
widely for forum and IRC support, which is I believe it's most common function.
|
||||||
|
|
||||||
If you are piping output to paste or post (or writing to file), inxi now
|
If you are piping output to paste or post (or writing to file), inxi now
|
||||||
automatically turns off color codes, so the old suggestion to use -c 0 to turn
|
automatically turns off color codes, so the old suggestion to use -c 0 to turn
|
||||||
off colors is no longer required.
|
off colors is no longer required.
|
||||||
|
|
||||||
inxi strives to be as accurate as possible, but some things, like memory/ram
|
inxi strives to be as accurate as possible, but some things, like memory/ram
|
||||||
data, depend on radically unreliable system self reporting based on OEM
|
data, depend on radically unreliable system self reporting based on OEM filling
|
||||||
filling out data correctly, which doesn't often happen, so in those cases,
|
out data correctly, which doesn't often happen, so in those cases, you want to
|
||||||
you want to confirm things like ram capacity with a reputable hardware source,
|
confirm things like ram capacity with a reputable hardware source, like
|
||||||
like crucial.com, which has the best ram hardware tool I know of.
|
crucial.com, which has the best ram hardware tool I know of.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
COMMITMENT TO LONG TERM STABILITY
|
COMMITMENT TO LONG TERM STABILITY
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
The core mission of inxi is to always work on all systems all the time. Well,
|
The core mission of inxi is to always work on all systems all the time. Well,
|
||||||
all systems with the core tools inxi requires to operate installed.
|
all systems with the core tools inxi requires to operate installed.
|
||||||
|
|
||||||
What this means is this: you can have a 10 year old box, or probably 15, not
|
What this means is this: you can have a 10 year old box, or probably 15, not
|
||||||
sure, and you can install today's inxi on it, and it will run. It won't run
|
sure, and you can install today's inxi on it, and it will run. It won't run
|
||||||
fast, but it will run. I test inxi on a 200 MHz laptop from about 1998 to
|
fast, but it will run. I test inxi on a 200 MHz laptop from about 1998 to keep
|
||||||
keep it honest. That's also what was used to optimize the code at some points,
|
it honest. That's also what was used to optimize the code at some points, since
|
||||||
since differences appear as seconds, not 10ths or 100ths of seconds on old
|
differences appear as seconds, not 10ths or 100ths of seconds on old systems
|
||||||
systems like that.
|
like that.
|
||||||
|
|
||||||
inxi is being written, and tested, on Perl as old as 5.08, and will work on any
|
inxi is being written, and tested, on Perl as old as 5.08, and will work on any
|
||||||
system that runs Perl 5.08 or later. Pre 2.9.0 Gawk/Bash inxi will also run on
|
system that runs Perl 5.08 or later. Pre 2.9.0 Gawk/Bash inxi will also run on
|
||||||
any system no matter how old, within reason, so there should be no difference.
|
any system no matter how old, within reason, so there should be no difference.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
FEATURES AND FUNCTIONALITY
|
FEATURES AND FUNCTIONALITY
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
inxi's functionality continues to grow over time, but it's also important to
|
inxi's functionality continues to grow over time, but it's also important to
|
||||||
understand that each core new feature usually requires about 30 days work to
|
understand that each core new feature usually requires about 30 days work to get
|
||||||
get it stable. So new features are not trivial things, nor is it acceptable to
|
it stable. So new features are not trivial things, nor is it acceptable to
|
||||||
submit a patch that works only on your personal system. One inxi feature (-s,
|
submit a patch that works only on your personal system.
|
||||||
sensors data), took about 2 hours to get working in the alpha test on the local
|
|
||||||
dev system, but then to handle the massive chaos that is actual user sensors
|
|
||||||
output and system variations, it took several rewrites and about 30 days to
|
|
||||||
get somewhat reliable for about 98% or so of inxi users. So if your patch is
|
|
||||||
rejected, it's likely because you have not thought it through adequately, have
|
|
||||||
not done adequate testing cross system and platform, etc.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
One inxi feature (-s, sensors data), took about 2 hours to get working in the
|
||||||
|
alpha test on the local dev system, but then to handle the massive chaos that is
|
||||||
|
actual user sensors output and system variations, it took several rewrites and
|
||||||
|
about 30 days to get somewhat reliable for about 98% or so of inxi users. So if
|
||||||
|
your patch is rejected, it's likely because you have not thought it through
|
||||||
|
adequately, have not done adequate testing cross system and platform, etc.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
SUPPORTED VERSIONS / DISTRO VERSIONS
|
SUPPORTED VERSIONS / DISTRO VERSIONS
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Important: the only version of inxi that is supported is the latest current
|
Important: the only version of inxi that is supported is the latest current
|
||||||
master branch version/commit. No issue reports or bug reports will be accepted
|
master branch version/commit. No issue reports or bug reports will be accepted
|
||||||
for anything other than current master branch. No merges, attempts to patch old
|
for anything other than current master branch. No merges, attempts to patch old
|
||||||
code from old versions, will be considered or accepted. If you are not updated
|
code from old versions, will be considered or accepted. If you are not updated
|
||||||
to the latest inxi, do not file a bug report since it's probably been fixed
|
to the latest inxi, do not file a bug report since it's probably been fixed ages
|
||||||
ages ago. If your distro isn't packaging a current inxi, then file a bug report
|
ago. If your distro isn't packaging a current inxi, then file a bug report with
|
||||||
with your packager, not here.
|
your packager, not here.
|
||||||
|
|
||||||
inxi is 'rolling release' software, just like Debian Sid, Gentoo, or Arch Linux
|
inxi is 'rolling release' software, just like Debian Sid, Gentoo, or Arch Linux
|
||||||
are rolling release GNU/Linux distributions, with no 'release points'.
|
are rolling release GNU/Linux distributions, with no 'release points'.
|
||||||
|
|
||||||
Distributions should never feel any advantage comes from using old inxi
|
Distributions should never feel any advantage comes from using old inxi versions
|
||||||
versions because inxi has as a core promise to you, the end user, that it will
|
because inxi has as a core promise to you, the end user, that it will never
|
||||||
never require new tools to run. New tools may be required for a new feature,
|
require new tools to run. New tools may be required for a new feature, but that
|
||||||
but that will always be handled internally by inxi, and will not cause any
|
will always be handled internally by inxi, and will not cause any operational
|
||||||
operational failures. This is a promise, and I will never as long as I run this
|
failures. This is a promise, and I will never as long as I run this project
|
||||||
project violate that core inxi requirement. Old inxi is NOT more stable than
|
violate that core inxi requirement. Old inxi is NOT more stable than current
|
||||||
current inxi, it's just old, and lacking in bug fixes and features. For pre 2.9
|
inxi, it's just old, and lacking in bug fixes and features. For pre 2.9
|
||||||
versions, it's also significantly slower, and with fewer features.
|
versions, it's also significantly slower, and with fewer features.
|
||||||
|
|
||||||
Your distro not updating inxi ever, then failing to show something that is
|
Your distro not updating inxi ever, then failing to show something that is fixed
|
||||||
fixed in current inxi is not a bug, and please do not post it here. File the
|
in current inxi is not a bug, and please do not post it here. File the issue
|
||||||
issue with your distro, not here. Updating inxi in a package pool will NEVER
|
with your distro, not here. Updating inxi in a package pool will NEVER make
|
||||||
make anything break or fail, period. It has no version based dependencies, just
|
anything break or fail, period. It has no version based dependencies, just
|
||||||
software, like Perl 5.xx, lspci, etc. There is never a valid reason to not
|
software, like Perl 5.xx, lspci, etc. There is never a valid reason to not
|
||||||
update inxi in a package pool of any distro in the world (with one single known
|
update inxi in a package pool of any distro in the world (with one single known
|
||||||
exception, the Slackware based Puppy Linux release, which ships without the
|
exception, the Slackware based Puppy Linux release, which ships without the full
|
||||||
full Perl language. The Debian based one works fine).
|
Perl language. The Debian based one works fine).
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
SEMANTIC VERSION NUMBERING
|
SEMANTIC VERSION NUMBERING
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
inxi uses 'semantic' version numbering, where the version numbers actually mean
|
inxi uses 'semantic' version numbering, where the version numbers actually mean
|
||||||
something.
|
something.
|
||||||
|
|
||||||
The version number follows these guidelines:
|
The version number follows these guidelines:
|
||||||
|
|
||||||
Using example 3.2.28-6
|
Using example 3.2.28-6
|
||||||
|
|
||||||
The first digit(s), "3", is a major version, and almost never changes. Only a
|
The first digit(s), "3", is a major version, and almost never changes. Only a
|
||||||
huge milestone, or if inxi reaches 3.9.xx, when it will simply move up to 4.0.0
|
huge milestone, or if inxi reaches 3.9.xx, when it will simply move up to 4.0.0
|
||||||
just to keep it clean, would cause a change.
|
just to keep it clean, would cause a change.
|
||||||
|
|
||||||
The second digit(s), "2", means a new real feature has been added. Not a
|
The second digit(s), "2", means a new real feature has been added. Not a tweaked
|
||||||
tweaked existing feature, an actual new feature, which usually also has a new
|
existing feature, an actual new feature, which usually also has a new argument
|
||||||
argument option letter attached. The second number goes from 0 to 9, and then
|
option letter attached. The second number goes from 0 to 9, and then rolls over
|
||||||
rolls over the first after 9. It could also be adding a very complicated
|
the first after 9. It could also be adding a very complicated expansion of
|
||||||
expansion of existing features, like Wayland. It depends.
|
existing features, like Wayland. It depends.
|
||||||
|
|
||||||
The third, "28", is for everything small, can cover bug fixes, tweaks to
|
The third, "28", is for everything small, can cover bug fixes, tweaks to
|
||||||
existing features to add support for something, pretty much anything where you
|
existing features to add support for something, pretty much anything where you
|
||||||
want the end user to know that they are not up to date. The third goes from 0
|
want the end user to know that they are not up to date. The third goes from 0 to
|
||||||
to 99, then rolls over the second.
|
99, then rolls over the second.
|
||||||
|
|
||||||
The fourth, "6", is extra information about certain types of inxi updates. I
|
The fourth, "6", is extra information about certain types of inxi updates. I
|
||||||
don't usually use this last one in master branch, but you will see it in
|
don't usually use this last one in master branch, but you will see it in
|
||||||
|
@ -365,15 +374,15 @@ more new line output items. Sometimes a fine tuning can be quite significant,
|
||||||
sometimes it's a one line code fix.
|
sometimes it's a one line code fix.
|
||||||
|
|
||||||
A move to a new full version number, like the rewrite of inxi to Perl, would
|
A move to a new full version number, like the rewrite of inxi to Perl, would
|
||||||
reflect in first version say, 2.9.01, then after a period of testing, where
|
reflect in first version say, 2.9.01, then after a period of testing, where most
|
||||||
most little glitches are fixed, a move to 3.0.0. These almost never happen. I
|
little glitches are fixed, a move to 3.0.0. These almost never happen. I do not
|
||||||
do not expect for example version 4.0 to ever happen after 3.0 (early 2018),
|
expect for example version 4.0 to ever happen after 3.0 (early 2018), unless so
|
||||||
unless so many new features are added that it actually hits 3.9, then it would
|
many new features are added that it actually hits 3.9, then it would roll over
|
||||||
roll over to 4.
|
to 4.
|
||||||
|
|
||||||
===============================================================================
|
================================================================================
|
||||||
BSD / UNIX
|
BSD / UNIX
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
BSD support is not as complete as GNU/Linux support due to the fact some of the
|
BSD support is not as complete as GNU/Linux support due to the fact some of the
|
||||||
data simply is not available, or is structured in a way that makes it unique to
|
data simply is not available, or is structured in a way that makes it unique to
|
||||||
|
@ -382,19 +391,19 @@ far more difficult than it should be in the 21st century. The BSD support in
|
||||||
inxi is an ongoing process, with more features being added as new data sources
|
inxi is an ongoing process, with more features being added as new data sources
|
||||||
and types are discovered.
|
and types are discovered.
|
||||||
|
|
||||||
Note that due to time/practicality constraints, in general, only the original
|
Note that due to time/practicality constraints, in general, only the original
|
||||||
BSD branches will be actively supported: FreeBSD+derived; OpenBSD+derived;
|
BSD branches will be actively supported: FreeBSD+derived; OpenBSD+derived;
|
||||||
NetBSD+derived. Other UNIX variants will generally only get the work required
|
NetBSD+derived. Other UNIX variants will generally only get the work required to
|
||||||
to make internal BSD flags get set and to remove visible output errors.
|
make internal BSD flags get set and to remove visible output errors.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
TRUE BSDs
|
TRUE BSDs
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
All BSD issue reports unless trivial and obvious will require 1 of two things:
|
All BSD issue reports unless trivial and obvious will require 1 of two things:
|
||||||
|
|
||||||
1. a full --debug 21 data dump so I don't have to spend days trying to get the
|
1. a full --debug 21 data dump so I don't have to spend days trying to get the
|
||||||
information I need to resolve the issue file by painful file from the issue
|
information I need to resolve the issue, file by painful file, from the issue
|
||||||
poster. This is only the start of the process, and realistically requires 2. to
|
poster. This is only the start of the process, and realistically requires 2. to
|
||||||
complete it.
|
complete it.
|
||||||
|
|
||||||
|
@ -404,32 +413,31 @@ similar one.
|
||||||
|
|
||||||
Option 2 is far preferred because in terms of my finite time on this planet of
|
Option 2 is far preferred because in terms of my finite time on this planet of
|
||||||
ours, the fact is, if I don't have direct (or SSH) access, I can't get much
|
ours, the fact is, if I don't have direct (or SSH) access, I can't get much
|
||||||
done, and the little I can get done will take 10 to 1000x longer than it
|
done, and the little I can get done will take 10 to 1000x longer than it should.
|
||||||
should. That's my time spent (and sadly, with BSDs, largely lost), not yours.
|
That's my time spent (and sadly, with BSDs, largely lost), not yours.
|
||||||
|
|
||||||
I decided I have to adopt this much more strict policy with BSDs after wasting
|
I decided I have to adopt this much more strict policy with BSDs after wasting
|
||||||
untold hours on trying to get good BSD support, only to see that support break
|
untold hours on trying to get good BSD support, only to see that support break a
|
||||||
a few years down the road as the data inxi relied in changed structure or
|
few years down the road as the data inxi relied in changed structure or syntax,
|
||||||
syntax, or the tools changed, or whatever else makes the BSDs such a challenge
|
or the tools changed, or whatever else makes the BSDs such a challenge to
|
||||||
to support. In the end, I realized, the only BSDs that are well supported are
|
support. In the end, I realized, the only BSDs that are well supported are ones
|
||||||
ones that I have had direct access to for debugging and testing.
|
that I have had direct access to for debugging and testing.
|
||||||
|
|
||||||
I will always accept patches that are well done, if they do not break
|
I will always accept patches that are well done, if they do not break GNU/Linux,
|
||||||
GNU/Linux, and extend BSD support, or add new BSD features, and follow the
|
and extend BSD support, or add new BSD features, and follow the internal inxi
|
||||||
internal inxi logic, and aren't too long. inxi sets initial internal flags to
|
logic, and aren't too long. inxi sets initial internal flags to identify that it
|
||||||
identify that it is a BSD system vs a GNU/Linux system, and preloads some data
|
is a BSD system vs a GNU/Linux system, and preloads some data structures for BSD
|
||||||
structures for BSD use, so make sure you understand what inxi is doing before
|
use, so make sure you understand what inxi is doing before you get into it.
|
||||||
you get into it.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
APPLE CORPORATION OSX
|
APPLE CORPORATION OSX
|
||||||
-------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Non-free/libre OSX is in my view a BSD in name only. It is the least Unix-like
|
Non-free/libre OSX is in my view a BSD in name only. It is the least Unix-like
|
||||||
operating system I've ever seen that claims to be a Unix, its tools are
|
operating system I've ever seen that claims to be a Unix, its tools are mutated,
|
||||||
mutated, its data randomly and non-standardly organized, and it totally fails
|
its data randomly and non-standardly organized, and it totally fails to respect
|
||||||
to respect the 'spirit' of Unix, even though it might pass some random tests
|
the 'spirit' of Unix, even though it might pass some random tests that certify a
|
||||||
that certify a system as a 'Unix'.
|
system as a 'Unix'.
|
||||||
|
|
||||||
If you want me to use my time on OSX features or issues, you have to pay me,
|
If you want me to use my time on OSX features or issues, you have to pay me,
|
||||||
because Apple is all about money, not freedom (that's what the 'free' in 'free
|
because Apple is all about money, not freedom (that's what the 'free' in 'free
|
||||||
|
|
Loading…
Reference in a new issue