Start, test, then stop a localhost web server in a Bash script
I wanted to write a bash script that would start a Datasette server running, run a request against it using `curl`, then stop the server again.
683 words
|
3 minutes
Pisco sour
This classic Peruvian cocktail recipe is particularly useful if you have both a lemon tree and chickens producing fresh eggs!
275 words
|
1 minute
Infrastructure as Code Concepts
Day 21 of 90 Days of DevOps - Infrastructure as Code Concepts. Part of the Infrastructure as Code series covering essential DevOps concepts and hands-on practices.
338 words
|
2 minutes
Accessing 1Password items from the terminal
I save things like API keys in [1Password](https://1password.com/). Today I figured out how to access those from macOS terminal scripts.
342 words
|
2 minutes
Building Your First CI/CD Pipeline
Day 20 of 90 Days of DevOps - Building Your First CI/CD Pipeline. Part of the Version Control & CI/CD series covering essential DevOps concepts and hands-on practices.
420 words
|
2 minutes
Using pipenv and Docker
I had [a Django project](https://github.com/natbat/cbwg) that used `pipenv` (in particular a `Pipfile.lock`) to manage dependencies and I wanted to...
390 words
|
2 minutes
The SQLite now argument is stable within the same query
I stumbled across an interesting little detail of SQLite today, running the following query:
127 words
|
1 minute
Monitoring Network Devices with Wazuh
Learn how to monitor network devices like routers, switches, and firewalls using Wazuh. This guide demonstrates MikroTik router integration with custom decoders and rules for comprehensive network security monitoring.
2083 words
|
10 minutes