STM CTF 2021 Ear To Ear Coding Writeup

The writeup to the Ear to Ear coding challenge on STM CTF 2021
Read more →

Supercharge Your Bash Scripts with Multiprocessing

Supercharge Your Bash Scripts with Multiprocessing
Bash is a great tool for automating tasks and improving your workflow. However, it is SLOW. Adding multiprocessing to the scripts you write can improve the performance greatly.
Read more →