Tag: cybersecurity

  • FreeRADIUS with MySQL Setup Guide

    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

    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…

  • Apache Multisite Setup

    Host suar.services, cv.suar.services, and help.suar.services with Apache Set up an Apache server to host suar.services, cv.suar.services, and help.suar.services with both HTTP and HTTPS support. 1. Install Apache Ensure Apache is installed and running: sudo apt update sudo apt install apache2 sudo systemctl start apache2 sudo systemctl enable apache2 2. Enable Required Apache Modules Enable necessary…