News

So what have you learned? Instead of replacing a series of bash commands with one Python script, it often is better to have Python do only the heavy lifting in the middle. This allows for more modular ...
A collection of simple, real-world cybersecurity scripts for threat detection, network scanning, log analysis, and incident response. Built as part of my transition into cybersecurity, this repo ...
When running Python interactively or on a script file, you rarely need to care about this global namespace. However, when running the embedded interpreter, you'll often need to access this dictionary ...
Sure That Works on Linux, But… Python, of course, runs on many different platforms. So why is this part of Linux Fu? Because you can easily use it to launch any command line program.
Perl, Python, and Ruby modules can ease development for large projects, but Bash is simpler and better for many tasks Last week I talked a bit about how best to protect against the vagaries of ...