Skip to content

Instantly share code, notes, and snippets.

@two-dogs
Last active July 15, 2016 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save two-dogs/0c44b607ea013f2a7966a3ae768b0364 to your computer and use it in GitHub Desktop.
Save two-dogs/0c44b607ea013f2a7966a3ae768b0364 to your computer and use it in GitHub Desktop.
copy / paste to terminal> inxi -Fxrc0 | pastebin # share the link / url here in chat
a brief explanation,
you need to copy paste all of ' inxi -Fxrc0 | pastebin ' to a terminal, and execute, below is a short explanation of terms.
inxi is a troubleshoot process.
| <--that is generally referred to as tee, it sends output elsewhere, in this case to pastebin.
pastebin is a process that sends output to a webpage.
the terminal output is a link, that is what you will share on the channel, unless you dont share the link of course, which is your choice.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment