
Bash Scripting π©π½βπ»
Originally published on my other Hashnode blog on November 5, 2024. Table of...
Tag archive

Originally published on my other Hashnode blog on November 5, 2024. Table of...

Automating Process Monitoring and Restarting with Bash Script System uptime is critical...

Bash scripting is a powerful way to automate tasks and streamline command-line operations. Whether...
Managing user accounts can be a time-consuming task, especially when dealing with frequent...
Introduction Welcome to DevOpsFetch, your new best friend in system monitoring and...

Managing users in a Linux environment can be daunting, especially when dealing with multiple users...

Managing users and groups on a Linux system can be a cumbersome task, especially when dealing with a...

Introduction A Bash Script is a text file with several commands written in the Bash shell...
This blog post is about using the [domain mapping](https://cloud.ibm.com/docs/codeengine?topic=codeengine-domain-mappings) functionality in [IBM Cloud Code Engine](https://cloud.ibm.com/codeengine) to use custom domains and TLS certificates for your applications. The source code related to an example setup is in the GitHub project [example WebApp build on Vue.js](https://github.com/thomassuedbroecker/vue-simple-webapp).
Problem : Write a script to replace 20% lines in a C file randomly and replace it with the pattern...
How to determine the expiration date of a remote server's TLS certificate using the OpenSSL s_client and x509 commands
Automation is dah king.