Cyber Security
Building a Home SIEM, Part 1: Deploying the Elastic Stack" .
How I built a self-hosted SIEM at home using Elasticsearch, Kibana, and Logstash — the deployment, the gotchas, and everything I wish I'd known before starting
Explore a diverse range of IT projects on Jim Gogarty's blog, featuring step-by-step guides and tutorials on topics like setting up a LAMP stack on Ubuntu, creating virtual machines with Proxmox, and installing Docker on Windows. Ideal for IT professionals and enthusiasts seeking practical insights and hands-on experience
Cyber Security
How I built a self-hosted SIEM at home using Elasticsearch, Kibana, and Logstash — the deployment, the gotchas, and everything I wish I'd known before starting
Projects
So this week I deployed Outline, a self-hosted wiki, secured behind Authentik as a single sign-on provider. This post is a full walkthrough of the deployment — including the parts that didn't go smoothly, because I think the debugging is often more useful than the happy path.
learning
Projects
Setting up a secure FTP server is an essential skill for anyone starting out in tech.
Projects
This step-by-step guide teaches how to set up a LAMP stack on Ubuntu. Discover why LAMP (Linux, Apache, MySQL, PHP) is the go-to solution for hosting dynamic websites and web apps, and explore the projects you can build on this versatile platform.
Proxmox Projects
Learn how to create an Ubuntu 20.04 server virtual machine (VM) step-by-step on Proxmox VE. This beginner-friendly guide covers everything from uploading your ISO file to configuring networking and installing the Qemu Guest Agent.
Docker
Install Docker Desktop on Windows Installing Docker Desktop on Windows lets you easily manage containers, images, and Docker-related tasks. This guide walks you through the process in simple steps, ensuring you get Docker running smoothly. What is Docker Desktop? Docker Desktop is a user-friendly, graphical interface for managing Dockers. It&
Proxmox Projects
The Dell OptiPlex 3080 Micro is one of the best value home lab hosts you can buy second-hand. It is compact, quiet, energy-efficient, and packs enough CPU and RAM headroom to run a serious stack of virtual machines and containers. I picked mine up from CEX for €200, and it
Docker
Welcome to another simplified guide on leveraging Docker for your web hosting needs! In this tutorial, we'll walk you through installing Traefik, a powerful reverse proxy and load balancer, on Docker using a docker-compose.yaml file. Even if you're not a tech whiz, you can follow
Tools
Discover the must-have tools for IT support in our latest blog. These essentials keep tech pros ready for any challenge.
Docker
If you followed my last blog you now have Docker installed on your Ubuntu Home lab server you will want to create some Docker containers. In this blog, I will show you how to install Portainer so you can manage the container you create. Portainer is a powerful web-based Docker
Docker
What are docker and docker compose? Docker is a tool that lets you create and run virtual machines like mini-computers inside your computer. Docker Compose is another tool that helps you manage multiple virtual machines simultaneously. You can use them to test your software or website in different environments. How