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.
I think you can probably tell from the website URL that I’m the one who owns this website.
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.
You can run the GUI version of checkra1n on non Debian-based distributions.
(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.
sed
Discord has (very primitive) support for text replacement using sed syntax.
Also see Isso, which is currently the comment system I use on my website.