As a network engineer, one of the biggest challenges you face is keeping track of all the devices on your network, from switches to routers to firewalls. With so many moving parts, it’s easy to become overwhelmed. That’s where NetBox comes in. NetBox is an open-source web application designed to help network engineers manage and […]
If you’re an IT professional or a network engineer looking for a powerful open-source tool to automate your tasks and streamline your workflow, look no further than Ansible. Ansible is a configuration management tool that allows you to automate the deployment, configuration, and management of servers and network devices with ease. One of the key […]
If you’re an IT professional or network engineer looking for a versatile and powerful open-source tool, look no further than Wireshark. Wireshark is a free and open-source packet analyzer used for network troubleshooting, analysis, software and communications protocol development, and education. It allows you to capture and interactively browse the traffic running on a computer […]
This guide provides step-by-step instructions to install Docker correctly and deploy Passbolt using Docker Compose. 📌 Prerequisites ✅ A Linux Server (Ubuntu 24.04 recommended)✅ Minimum system requirements: 2 CPU cores, 2GB RAM✅ A domain name (e.g., passbolt.example.com)✅ An SSL certificate (Let’s Encrypt recommended) 📌 Step 1: Install Docker & Docker Compose (Ubuntu 24.04) Ubuntu 24.04 […]
Ventoy is an open-source tool that makes it easy to create a bootable USB drive capable of storing and booting multiple ISO files. It eliminates the need to format your USB drive repeatedly when switching between different operating systems. Here’s how you can set it up and use it effectively: Step 1: Download and Install […]
This guide will walk you through configuring an Apache web server and setting up SSL certificates using Certbot on an Ubuntu server. The process includes installing necessary packages, generating SSL certificates, and configuring Apache to serve your site securely. Prerequisites A server running Ubuntu with Apache installed. Basic knowledge of Linux command-line operations. Administrative (root […]
This guide will walk you through setting up FreeRADIUS with MySQL on an Ubuntu server. You’ll install necessary packages, configure MySQL, and set up FreeRADIUS to work with network devices and users. Prerequisites A fresh Ubuntu server. Basic knowledge of Linux command-line operations. Administrative access to the server. Step 1: Update and Upgrade the System […]
Immich Server Setup Guide Step 1: Update Your System Ensure that your system is fully updated before beginning the installation: sudo apt-get update && sudo apt-get upgrade Step 2: Install CIFS Utilities and Samba You’ll need cifs-utils for mounting network shares and samba to manage credentials: sudo apt-get install cifs-utils samba Step 3: Set Up […]
GiroCode Generator App The GiroCode Generator App is a standalone Python application that creates GiroCode QR codes for invoices. GiroCodes simplify the payment process by embedding essential payment details, such as the recipient’s IBAN, BIC, and amount, directly into a QR code. Customers can scan the QR code with their banking app to make payments […]