Install MicroK8s: You can simply follow the instruction on ubuntu initial setup as follow If you already setup your system, you can install it in snap store or with: NOTE: You may need to configure your firewall to allow pod-to-pod and pod-to-internet communication. Join the group: MicroK8s creates a group to enable seamless usage of…
What is LVM? LVM(Logical Volume Manager) is a system of managing logical volumes, it provides an additional layer of abstraction to the traditional disk partitioning system, enabling advanced storage management and efficient allocation of disk space. [Refer To] https://kb.vmware.com/s/article/1006371 This article provides steps for extending the root partition residing in a logical volume created with Logical…
If you don’t have access to port 80 or 443 on your server, which means you can’t do TLS challenge. This article may help. Install acme.sh or: or: root is recommended. Get a Certificate If you don’t have access to port 80, but not port 443. You can issue a TLS-ALPN-01 challenge: If you don’t…
[Refer To] https://ubuntu.com/tutorials/install-and-configure-wordpress#1-overview This tutorial assume you own domain name is example.com, and want to access WordPress via port other then 80/443. Install Dependencies Install WordPress Configure Apache for WordPress Create Apache site for WordPress. Create /etc/apache2/sites-available/wordpress.conf with following lines: NOTE: You probably need DNS-01 challenge to request a certificate from Let’s Encrypt. Enable the site with:…