How to Install LAMP Stack on AlmaLinux 9
A LAMP stack is a group of open-source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which…
A LAMP stack is a group of open-source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which…
LEMP is a combination of free, open source software. The acronym LEMP refers to the first letters of Linux (Operating system), Nginx Server, MySQL (database software), and PHP, PERL or…
First log in to your server using the SSH and download the installer file using the following command Now run the following command to start the installation process. On the…
How to change renderer from systemd-networkd NetworkManager First view the config file using the cat command: Sample outputs: The above config tells of bringing up the Ethernet interface named enp0s31f6 via…
Preliminary Note The particularity of this command is you don’t need any requirements, however, it’s run as a root The basic format of nmcli: OBJECT could be one of these…
Backwards Compatibility The transition to using systemd is made easier by the fact the service and chkconfig commands are still available. They have been reworked to call the equivalent systemctl commands. What’s more, they sometimes output the command…
Installation Troubleshooting Power on all VxRail nodes one by one. Type 192.168.10.200 into the browser and start the setup steps. If there is no access, check the network settings. If you are…
You need to create a vSphere Cluster (enable HA, DRS and vSAN), then add two vSAN nodes into this cluster. Now we can start to configure the 2-node vSAN cluster.…
Sometimes you will find yourself in a situation where a vSAN object Storage Policy Compliance status will become Out of Date. To resolve this you must go to the VM…
Last week I was on a reference call in regards to VxRail. I was asked many questions but one surprising question was, “How difficult is it to add storage?” I…