Published on : November 27, 2019 by Shafeer P
Preface AWS LightSail provides cheap VPS hosting compared to EC2, with a simple management interface. LightSail allows us to create entire disk snapshots for reliability and portability. If you have a number of LightSail VPSs, managing the snapshots is a kinda headache for sure. So, we have written a shell script with the help of […]
Published on : September 10, 2019 by Shafeer P
AWS LightSail VPS are provided with XFS filesystem. But, we cannot enable the quota simply by the mount options in /etc/fstab, but this support needs to be enabled at the kernel level on the boot itself. Enabling Quota Step 1: Modifying the GRUB configuration Modern Operating System uses GRUBv2. We need to modify the grub2.cfg. […]