Skip to main content

Posts

2024

Linux Firewall: Blocking a lot with a little
·1211 words·6 mins
Linux Iptables Ipsets Firewall
I have a need to block a large list of ever changing IP addresses from servers and systems I operate.

2021

Packer: Using an image family from another project
·204 words·1 min
Packer GCP Google Cloud Cloud
Following on from my previous post: Packer: Building images on Google Cloud You should now be able to build compute images on GCP and you may have used this to build a pre-configured image you can effortlessly deploy again and again without having to wait to install software.
Google Cloud: IAM Conditions
··541 words·3 mins
GCP Google Cloud Cloud IAM Security
We can use IAM to control who has access to what within our project and who can do what to things like storage buckets, but what if we wanted to restrict when someone could do something or to what object in a bucket. That’s where IAM Conditions come in to play.
Terraform: Getting started with GCP
·670 words·4 mins
GCP Google Cloud Cloud Terraform
What’s Terraform? # Terraform is a tool created by Hashicorp which allows us to describe our infrastructure in easily readable code. This code can also be stored in our source code management system to allow us to track changes to our infrastructure over time.

2020

Packer: Building images on Google Cloud
·991 words·5 mins
Packer GCP Google Cloud Cloud
Installing the software we need to run our website or tools, can take some time to complete. This isn’t ideal when our deployments are time sensitive, like when we need to scale up the web server pool to handle that sudden interest in your latest line of fancy socks.