You do not need to post a screenshot - click the Upload system info button. A browser tab will open to termbin.com, and you simply post the url. - Source: Reddit / 28 days ago
Install smartmontools then sudo smartctl -a /dev/sda | nc termbin.com 9999 and post the link. My ssd reads 194 Temperature 32 C. - Source: Reddit / about 2 months ago
Also another way to share a journal or the output of any command is to pipe it directly to a pastebin like (termbin)[https://termbin.com/] with a command like journalctl -u libvirtd.service | nc termbin.com 9999. journalctl won't truncate any lines if it is redirected, as happened in your paste. - Source: Reddit / 4 months ago
To explain, this command will cat (contcatinate) all the files in the /etc/X11/xorg.conf.d/ folder and then the pipe will send the output of the command into the netcat program instead of to your screen. Netcat is used to transmit or recieve data over the network. And termbin.com is like a pastbein service. 9999 is the port number used, like your browser will usually use port 80 and 443, but hide the port number... - Source: Reddit / 7 months ago
Or https://termbin.com/ if you're doing it from a terminal. - Source: Reddit / 12 months ago
I mean using a pastebin service like dpaste.com or termbin.com (or any other), because Reddit's code formatting tools are thrash and regularly break down or don't display properly on all platforms (mobile, web, old design, etc). - Source: Reddit / about 1 year ago
Maybe https://termbin.com/ ? Works with netcat only! - Source: Reddit / about 1 year ago
One alias of termbin to share text content. - Source: Reddit / about 1 year ago
One service is a pastebin service, I get the error: ztcp:16: connection failed: connection timed out. It involves port 9999. This comment confirms it is a port likely blocked by public networks at cafes. - Source: Reddit / over 1 year ago
Termbin deletes pastes older than 1 month. 0x0's pastes can last from 30-365 days depending on size of file and allows the user to delete a paste by messaging the author. - Source: Reddit / over 1 year ago
For text I like http://termbin.com. It just accepts text on port 9999, no HTTP required. - Source: Hacker News / over 1 year ago
You could try: iptables-save > nc termbin.com 9999. - Source: Reddit / almost 2 years ago
Do you know an article comparing termbin.com to other products?
Suggest a link to a post with product alternatives.