This is going to be the start of a series of tool collections i find useful
There’s a lot of useful tools i’ve found over the years but, due to my lack of organization, forgot to collect. This will be the start of an attempt to collect 😅
For first not, not for being the best/coolest but for being the most recent find:
Termbin.com
This is essentially a website that allows you to pipe the output via nc on port 9999 and generates a url in response with its content. Example:
# cat /etc/exim.conf | nc termbin.com 9999
https://termbin.com/8uil
It’s a good tool for when you’re in a terminal and want to upload a whole file or output of another command onto the internet.