On occasion customers require an Ubuntu server to satisfy their objectives. In those instances a new Virtual machine is created and accesses the server moving forward. DHCP issues the IP address and everything works flawlessly online.
After inserting an entry in the “hosts” tables for the new server. Now simply use the server name in the invoking URL.
[codesyntax lang=”text”]
192.168.122.125 srv01
[/codesyntax]
Now I can use the command as follows:
[codesyntax lang=”bash”]
http://srv01
[/codesyntax]
Locate and download the the server image by clicking here.
Begin the KVM image creation process.. Afterwards launch the image and the server will begin it’s build.
Apply all available updates by issuing the following commands:
[codesyntax lang=”bash”]
sudo apt update sudo apt upgrade
[/codesyntax]
Install net-tools by issuing the followin command:
[codesyntax lang=”bash”]
sudo apt install net-tools
[/codesyntax]
install Webmin web administrator interface per the instructions by clicking here.
Install Apache Web Server. Install Apache2 from the unused modules in Webmin. You may review configuration information by clicking here.
From Webmin Unused Modules install MySQL Server. In a terminal session install PhPMyAdmin software.
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.