Tag: Bash
Showing all entries and posts with tag "Bash"
Other Posts
Fork Bomb: From Code to Defense
What a fork bomb is, how it works with examples in bash, C, and assembly, and the best practices to prevent this kind of DoS attack on modern systems.
Rewriting the Old TSR Using Bash
An MS-DOS TSR (Terminate and Stay Resident) example written in C, rewritten in Bash for UNIX-like systems.