Journal
-
Starting A New Jekyll Site Using The Jekyll Container Image
Some workflow updates for the blog. A simple Hugo Podman/Docker container for writting content with docker/podman-compose.
-
Deploying Your Hugo Blog Development Server Using Podman/Docker Compose
Some workflow updates for the blog. A simple Hugo Podman/Docker container for writting content with docker/podman-compose.
-
Using The IISRESET Command To Reset IIS & Obtain Its Status
Some brief notes on how to reset Internet Information Services (IIS) on Windows client/servers. Before executing the command(s). This operation will need to be performed with Administrator/elevated privileges.
-
Listing, Reading, & Decompressing GZip (GNU zip) Files
Some Notes for unzipping or decompressing gzip files.
-
Verifying Nagios Configuration Using CLI
Quick note for verifying Nagios Core configuration via commandline.
-
Creating Policy Address Objects Using CLI For FortiGate
Notes for creating policy address objects on FortiGate firewalls using the CLI.
-
FortiGate: Appending An Address To An Address Group CLI
Appending addresses to address groups in FortiOS CLI.
-
FortiGate: Creating Address Groups
A useful object category that FortiOS has available for policies are Address Groups. An IPv4 Address Group is an array/list of addresses that can be applied to firewall policies. This is useful if you have multiple servers that need the same filtering. But, limiting the administrator overhead is needed to manage policies.
-
FortiGate: Creating Static Routes Using CLI
Some notes for the creation of Static Routes on FortiGate firewalls in FortiOS CLI.
-
Creating QCOW2 Disk Images With qemu-img(1)
This is will be a short entry that contains notes for creating qcow2 disk images using qemu-img(1). For now I’m not going to focus entirely on their use and just creating them. This can be useful for scaffolding the disks you need for a KVM VM before its creation.