Replies: 1 comment
-
Thought I ended up on a parked domain at first. But it's a netcat reciever that acts as a pastebin? I do like making things easier tho, and currently the only two options people seam to have is to SSH in/out and grab it or screenshot. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know if this is an idea per se, but rather a suggestion. I find the Termbin project interesting, and I think it could be used by users when asking for help.
We know that the
archinstall
log file is located in/var/log/archinstall/install.log
. And we also know that thegnu-netcat
package is installed by default in the Arch Linux ISO, so the user could run the following:nc termbin.com 9999 < /var/log/archinstall/install.log
In a few seconds the terminal will return a link in the form
termbin.com/XXXX
(whereXXXX
is a random alphanumeric code). The user should then just share that link to receive help. It is even possible to add an alias or similar, to avoid having to remember the command (although this is not very complex either).Beta Was this translation helpful? Give feedback.
All reactions