This article will show the simple steps of installing a modern Linux Distribution Fedora 38 Server edition. Fedora line offers many bleeding-edge Linux technologies than the more enterprise CentOS of the same RPM Linux family.
In fact, if the user needs a server with the latest Linux stable software Fedora server is the right and easy choice for a server!
It is interesting to compare to the other big rival Ubuntu Server, which has the latest software and upgrade path to the future release.
Here are some basic data from the default installation setup settings:
- Installed packages – ~673 occupying 1.7G of space.
- 3 partitions when using automatic partition layout – boot efi, boot and lvm.
- xfs used for the root and the boot partitions.
The Fedora 38 Server comes and updates to the latest stable Linux:
- Linux kernel : 6.2.15.
- Python : 3.11.3
- GLibc : 2.37
- OpenSSL : 3.0.8
- systemd : 253.4
More detailed software overview here – coming soon (Software and technical details of Fedora Server 38 including cockpit screenshots).
Of course, one can expect the latest version of GCC (13.1.1), PHP (8.2.6), GO (1.20.4), MySQL Server (8.0.33), PostgreSQL (15.1), Nginx (1.24.0), Apache (2.4.57) and so on. Almost all of them are the latest stable version on their Internet sites.
Just be careful, the Fedora life cycle is 13 months from the release to the EOL (End of Life)! Of course, a dist-upgrade is supported and indeed, it has been flawless for years!
We used the following ISO for the installation process from https://getfedora.org/en/server/download/:
https://download.fedoraproject.org/pub/fedora/linux/releases/38/Server/x86_64/iso/Fedora-Server-netinst-x86_64-38-1.6.iso
It is not a LIVE image so you cannot try it before installing it. The easiest way is to download the image and burn it to a DVD or USB stick disk and then follow the installation below (a USB flash drive could be also created from this ISO). The netinstall installation is as simple as having a good Internet connection to download the packages, the installation wizard automatically detects the closest mirror, from which it will download the packages. Essentially, the network does not differ from the ordinary installation except it expects to download the packages from the Internet. The good thing f network installation is that the bootable ISO is just 686Mbytes and the minimal install of the Fedora 38 Server will consume only around 560 Mbytes.
SCREENSHOT 1) Select the UEFI OS (KINGSTON …), which is the USB flash drive connected to the server.
This USB flash drive is created by the Fedora Official ISO described above.
Keep on reading!