Allow non root processes to bind to privileged ports in Linux
In Linux, processes cannot bind to privileged ports (<=1024) unless they are running as root. Here’s how to allow any process to bind to privileged ports.
Checkra1n GUI on other Linux distros

You can run the GUI version of checkra1n on non Debian-based distributions.
How to put (edited)
in the middle of a message in Discord

You might have seen a trick on Discord where the little (edited)
caption
appears in the middle of a message instead of at the end. With a small hack
involving the right-to-left embedding character
(U+202B), the (edited)
text can be moved
to any location inside the message.
Text substitution in Discord using sed
Discord has (very primitive) support for text replacement using sed
syntax.