#scripting

[ follow ]
#bash
fromMedium
10 months ago
DevOps

Five Bash Scripts Every DevOps Must Know

Bash is essential for various DevOps tasks like networking, user management, and troubleshooting.
fromMedium
10 months ago
DevOps

Five Bash Scripts Every DevOps Must Know

Bash is crucial in a DevOps role for flexibility and efficiency in daily tasks.
#devops
Python
fromRealpython
10 months ago

Execute Your Python Scripts With a Shebang - Real Python

The shebang line allows direct execution of scripts by specifying the interpreter.
fromRealpython
10 months ago

How Can You Structure Your Python Script? - Real Python

By transitioning from interactive environments to structured scripts, you'll enhance readability, collaboration, and development practices in your Python coding.
Python
[ Load more ]