Projects
How to Install and Configure Secure FTP in Your Home Lab or Production Environment
Setting up a secure FTP server is an essential skill for anyone starting out in tech.
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
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
Creating a home lab with Proxmox is a great way to explore virtualization, experiment with various software, and improve your IT skills. In this guide, we'll walk you through installing Proxmox on a Dell Micro 3080 equipped with an Intel Core i5 10th-generation CPU 12 cores at 2.
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