Instalare SeaFile 13 Pro – Docker – Ubuntu Server 24.04
Like3 Post Views: 229
Prerequisites: A server running Ubuntu 24.04 with a minimum of 2 CPU Cores and 2GB of RAM. A non-root user with sudo privileges. A fully qualified domain name (FQDN) like…
PARTITION HARD DISKS The first thing we’ll need to do to configure our hard disks is to partition them as Linux RAID auto. STEP1 We can see our…
1. Check RAID Status Use the following command to inspect the current state of the RAID: State : clean, degraded Active Devices : 1 Failed Devices : 1 2. Mark…
We are going to show you how to install PHP and PHPFPM on Ubuntu 24.04. PHP, or Hypertext Preprocessor, is a popular open-source programming language used mostly for online…
1. Installing Apache2 sudo apt update sudo apt install apache2 libapache2-mod-fcgid Now enable a few modules required for the configuration of multiple PHP versions with Apache. These modules are necessary…
Ubuntu Server and Ubuntu Desktop use different network managers.Ubuntu Server uses networkd which doesn’t have a GUI component. So after adding a desktop to Ubuntu Server you won’t be able…
In Terminal, the ip address and other information are displayed with the following command: Mac address: 64:00:6a:c9:c9:2d and eno1 is the computer’s network interface name. To view and change…
Ubuntu Server and Ubuntu Desktop use different network managers. Ubuntu Server uses networkd which doesn’t have a GUI component. So after adding a desktop to Ubuntu Server you won’t be…