1. INSTALLATION Ubuntu server 22.04.5 LTE
!!! Do not install newer versions of ubuntu server, snakeoil works correctly with version 22.04.5 LTE
Page to download the Ubuntu server 22.04.5 LTE ISO image
https://ubuntu.com/download/server/thank...4<s=true
----------------------------------------------------------------------------------------------------
Preparing a bootable USB drive using BalendaEtcher or Rufus.
Below are the websites to download.
https://etcher.balena.io/
https://rufus.ie/
--------------------------------------------------------------------------------------------------
Boot the computer from the USB drive with the Ubuntu server 22.04.5 LTE ISO image
During installation, select the location gb. Guaranteed installation without errors in Kernel.
During installation, select SSH to install.
------------------------------------------------------------------------------------------------------------------
!!! After installing the server, the lv partition (our audio files will be there) is reduced to about 20% of the available disk space.
!! Solving the problem of a small lv partition
Increase the lv partition to the full available size.
The command to check the size of the ubuntu--vg-ubuntu--lv partition is below.
Then we enter the commands to resize of the lv partition (press enter after each code)
After these commands, the ubuntu--vg-ubuntu--lv partition changes its size to the maximum available size.
We can check the effect with the lsblk command
-------------------------------------------------------------------------------------
2. INSTALLING SNAKEOIL IN UBUNTU SERVER 22.04.5 LTE
Useful information before installing snakeoil.
Snakeoil website
https://www.snakeoil-os.net/
Files with snakeoil versions for installation.
https://artifacts.snakeoil-os.net/artifacts/installer
There we will find snakeoil versions as below:
snakeoil-installer-bookworm-aarch64-1.3.0-0440b..> 31-Dec-2023
snakeoil-installer-bookworm-aarch64-1.3.0.sh 01-Jan-2024
snakeoil-installer-bookworm-aarch64-1.3.1.sh 20-Jan-2024
snakeoil-installer-focal-x86_64-1.3.0.sh 01-Jan-2024
snakeoil-installer-jammy-aarch64-1.3.0-0440b48.sh 31-Dec-2023
snakeoil-installer-jammy-aarch64-1.3.0.sh 01-Jan-2024
snakeoil-installer-jammy-aarch64-1 .3.1.sh 01-Jan-2024
snakeoil-installer-jammy-x86_64-1.3.0-0440b48.sh 31-Dec-2023
snakeoil-installer-jammy-x86_64-1.3.0.sh 01-Jan-2024
snakeoil-installer-jammy-x86_64-1.3.1.sh 01-Jan-2024
snakeoil-installer-lunar-aarch64-1.3.0. sh 01-Jan-2024
snakeoil-installer-lunar-x86_64-1.3.0.sh 01-Jan-2024
snakeoil-installer-mantic-aarch64-1.3.0.sh 01-Jan-2024
snakeoil-installer-mantic-x86_64-1.3.0.sh 01-Jan-2024
snakeoil-installer-noble-aarch64-1.4.0.sh 04-Sep-2024
snakeoil-installer-noble-x86_64-1.4.0.sh 04-Sep-2024
----------------------------------------------------------------------------------------------------
INSTALLATION
The installation can be started direct from the Ubuntu server 22.04.5 LTE console.
You can also use an SSH connection using the putty application connecting by providing the Ubuntu server IP, e.g. 192.168._._
Below is the link to download the application putty.
https://www.putty.org/
1. If we use putty, we connect to the ubuntu server via the IP address.
2. Log in to the ubuntu server by providing the login and password.
3. Enter the command as below. (The command below is for installing snakeoil for the ubuntu server version "jammy x86_64" for other versions
you must modify the last part of the command: snakeoil-installer-jammy-x86_64-1.3.1.sh
overwriting e.g. snakeoil-installer-noble-x86_64-1.4.0.sh for other server versions).
4. Restart server using code below.
Instalation is done.
-------------------------------------------------------------------------------------
Management of snakeoil application via www browser after entering server IP address 192.168._._
END.
!!! Do not install newer versions of ubuntu server, snakeoil works correctly with version 22.04.5 LTE
Page to download the Ubuntu server 22.04.5 LTE ISO image
https://ubuntu.com/download/server/thank...4<s=true
----------------------------------------------------------------------------------------------------
Preparing a bootable USB drive using BalendaEtcher or Rufus.
Below are the websites to download.
https://etcher.balena.io/
https://rufus.ie/
--------------------------------------------------------------------------------------------------
Boot the computer from the USB drive with the Ubuntu server 22.04.5 LTE ISO image
During installation, select the location gb. Guaranteed installation without errors in Kernel.
During installation, select SSH to install.
------------------------------------------------------------------------------------------------------------------
!!! After installing the server, the lv partition (our audio files will be there) is reduced to about 20% of the available disk space.
!! Solving the problem of a small lv partition
Increase the lv partition to the full available size.
The command to check the size of the ubuntu--vg-ubuntu--lv partition is below.
Code:
lsblk
Then we enter the commands to resize of the lv partition (press enter after each code)
Code:
vgdisplay
Code:
lvextend -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv
Code:
resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv
After these commands, the ubuntu--vg-ubuntu--lv partition changes its size to the maximum available size.
We can check the effect with the lsblk command
-------------------------------------------------------------------------------------
2. INSTALLING SNAKEOIL IN UBUNTU SERVER 22.04.5 LTE
Useful information before installing snakeoil.
Snakeoil website
https://www.snakeoil-os.net/
Files with snakeoil versions for installation.
https://artifacts.snakeoil-os.net/artifacts/installer
There we will find snakeoil versions as below:
snakeoil-installer-bookworm-aarch64-1.3.0-0440b..> 31-Dec-2023
snakeoil-installer-bookworm-aarch64-1.3.0.sh 01-Jan-2024
snakeoil-installer-bookworm-aarch64-1.3.1.sh 20-Jan-2024
snakeoil-installer-focal-x86_64-1.3.0.sh 01-Jan-2024
snakeoil-installer-jammy-aarch64-1.3.0-0440b48.sh 31-Dec-2023
snakeoil-installer-jammy-aarch64-1.3.0.sh 01-Jan-2024
snakeoil-installer-jammy-aarch64-1 .3.1.sh 01-Jan-2024
snakeoil-installer-jammy-x86_64-1.3.0-0440b48.sh 31-Dec-2023
snakeoil-installer-jammy-x86_64-1.3.0.sh 01-Jan-2024
snakeoil-installer-jammy-x86_64-1.3.1.sh 01-Jan-2024
snakeoil-installer-lunar-aarch64-1.3.0. sh 01-Jan-2024
snakeoil-installer-lunar-x86_64-1.3.0.sh 01-Jan-2024
snakeoil-installer-mantic-aarch64-1.3.0.sh 01-Jan-2024
snakeoil-installer-mantic-x86_64-1.3.0.sh 01-Jan-2024
snakeoil-installer-noble-aarch64-1.4.0.sh 04-Sep-2024
snakeoil-installer-noble-x86_64-1.4.0.sh 04-Sep-2024
----------------------------------------------------------------------------------------------------
INSTALLATION
The installation can be started direct from the Ubuntu server 22.04.5 LTE console.
You can also use an SSH connection using the putty application connecting by providing the Ubuntu server IP, e.g. 192.168._._
Below is the link to download the application putty.
https://www.putty.org/
1. If we use putty, we connect to the ubuntu server via the IP address.
2. Log in to the ubuntu server by providing the login and password.
3. Enter the command as below. (The command below is for installing snakeoil for the ubuntu server version "jammy x86_64" for other versions
you must modify the last part of the command: snakeoil-installer-jammy-x86_64-1.3.1.sh
overwriting e.g. snakeoil-installer-noble-x86_64-1.4.0.sh for other server versions).
Code:
sudo bash -c "$(wget -qLO - https://artifacts.snakeoil-os.net/artifacts/installer/snakeoil-installer-jammy-x86_64-1.3.1.sh)"
4. Restart server using code below.
Code:
reboot
Instalation is done.
-------------------------------------------------------------------------------------
Management of snakeoil application via www browser after entering server IP address 192.168._._
END.