Filter by Category
Filter by Tags
Create a Linux template VM on Proxmox VE. Download the Ubuntu Cloud image to Proxmox VE Resize the cloud image to 20G Add the cloud image as disk to the template VM Enable Snippets in the local storage and create a snippet file in the path /var/lib/vz/snippets/vendor.yaml The same configuration…
Ubuntu 24.04 LTS uses Linux kernel version 6.8.x and it has a bug that causes screen flickering on Intel iGPU. The screen mainly flickers when you hover at the corners of your screen. The issue is fixed in Linux kernel 6.10.x. So, the best solution is to upgrade the kernel…
Checking the Current Swap Disk Size and Swapfile Location You can check the current swap disk size with the following command: As you can see, currently my computer has 512MB of swap disk space configured. It’s using a file-based swap and the swap file path is /swapfile. Disabling the Current…
For hibernate to work, you must have swap disk configured on your computer. The swap disk size should be 2 times the memory (RAM) size installed on your computer. So, if you have 8GB of memory installed on your computer, your swap disk size should be 16GB. Checking Installed Memory…