Install VirtualBox 6.1 on Fedora 33
In this tutorial, you will learn how to install VirtualBox 6.1 on Fedora 33. VirtualBox 6.1 is available for installation in most Linux platforms package repositories. However, as of this writing, VirtualBox is not available on the default Fedora 33 repos. If you however need to install VirtualBox 6.1 on Fedora 33, you can do so by rebuilding the...
How To Install LAMP (Linux, Apache, MySQL, PHP) Stack on Fedora 28/29
In our previous article, we covered how to install LEMP (Linux, Nginx,MySQL/MariaDB, PHP) Stack on Fedora 28/29. Well, here we are again on yet another guide on how to install LAMP (Linux, Apache, MySQL, PHP) Stack on Fedora 28/29.
Update your system package repositories
dnf update -y
Install Apache Web server
Apache is available on default Fedora repositories. Thus run the command beiow...
How to Install and Configure NTP Server Using NTPd on Fedora 29/Fedora 28
This is yet another guide on how to install and configure NTP server using NTPd on Fedora 29/Fedora 28. Step through this guide in order to setup your NTP server for automatic time adjustments.. In our previous article, we learnt how to setup NTP server using Chronyd on Fedora28/Fedora29.
How to Install and Configure NTP Server Using NTPd on Fedora 29/Fedora...
How to Install and Configure NTP Server Using Chrony on Fedora 29/Fedora 28
In this tutorial, we are going to learn how to install and configure NTP server using Chrony on Fedora 29/Fedora 28.
NTP (Network Time Protocol) is an network protocol that enables clock synchronization between computer systems over packet-switched, variable-latency data networks. Accurate time keeping is paramount in system administration. There are two daemons that can provide network time synchronization in...