Kenneth KOFFI·Dec 31, 2023How to Set Up an IKEv2 Point-to-Site VPN with strongMan — the Web UI for strongSwanIn a previous blog post, I showed you guys how to install strongMan on Ubuntu 22.04 in order to manage your strongSwan instance via a web…
Kenneth KOFFI·Nov 23, 2023Apache Guacamole: Session recordings and playback in-browser — version 2Assuming you’ve installed Apache Guacamole as per my manual installation blog post, this article guides you through enabling graphical…A response icon1A response icon1
Kenneth KOFFI·Nov 18, 2023Set up strongMan on Ubuntu 22.04 — a Web UI for strongSwan VPN solutionRecently, I explored the WireGuard VPN solution and was pleasantly surprised by its user-friendly setup. Setting up a VPN server with a…A response icon1A response icon1
Kenneth KOFFI·Nov 6, 2023Using Multipass as an Executor in GitLab CI/CD Pipelines — Part 2In this final part, we will see how to improve the performance of the executor we created in the previous article.
Kenneth KOFFI·Nov 6, 2023Using Multipass as an Executor in GitLab CI/CD Pipelines — Part 1In the ever-evolving landscape of DevOps and continuous integration/continuous deployment (CI/CD), finding the right tools and strategies…
Kenneth KOFFI·Oct 22, 2023Microsoft 365: Create a shared mailbox in Exchange online with PowerShellIn this blog post, I’m going to show you how to create a shared mailbox in Exchange online using PowerShell.
Kenneth KOFFI·Oct 7, 2023Intune: How to bypass USB device restrictionsLet’s assume that as an IT administrator, you deployed a configuration profile via Intune to prevent users from connecting USB devices to…
Kenneth KOFFI·Sep 23, 2023Azure: Reduce a Linux VM data disk sizeHave you ever needed to decrease the size of a data disk in Azure? I have, for a variety of reasons, including cost optimization. To my…
Kenneth KOFFI·Aug 18, 2023Expand a Multipass VM disk (no space left on device)Lately, I ran out of space on one of my Multipass virtual machine. I decided to write down here, the steps I followed to expand the VM disk…A response icon3A response icon3
Kenneth KOFFI·Jul 29, 2023Manage your Multipass VMs with AnsibleI use Multipass to create virtual machines (VM) in my homelab. And, in most cases, it is followed by the execution of Ansible playbooks…