- JWT Authentication with Salesforce
Salesforce, for those of you who might have been living under a rock, is a customer relationship management tool. I work with developers who develop code for salesforce.
- Tiny Tiny RSS
Tiny Tiny RSS is a simple syndication application. I’ve been using RSS syndication readers for a long time.
- Verify Azure Blob Storage Automatically
This blog post outlines a problem I had whereby there were lots of files in Azure storage and I wanted to check that they had been uploaded correctly.
- Apache Rewrite Mod
mod_rewrite
is a powerful module that Apache can utilize.
- Bike-packing preparation
Due to covid-19, we are all currently in lock-down.
- Rsyslog configured to monitor journald /run/systemd/journal/syslog socket
Rsyslog (aka syslog) can pull in logs from journald, via the socket (using imuxsock module) or a specific module that taps in to a socket that journald runs (imjournal
) with very little config.
- SELinux Users, Roles, and Types
SELinux contexts follow the SELinux user:role:type:level syntax.
- SELinux Permissions
SELinux (Security Enhanced Linux) is a linux kernel security module that provides a mechanism for supporting access control policies.
- Setting Filesystem ACLs on Linux
ACLs are a method for defining access to files and directories on a system.
- How to Create Virtual Machines With Qemu
This post outlines the steps needed to create a qemu environment within a machine and install virtual machines in that environment.