Filter by Category
Filter by Tags
I have a HiDPI monitor. So, I need to scale the Ubuntu Desktop VM to 200% from the Display settings. But every time I do that and change the display size of the VM, the scaling is automatically reset to 100%. I don’t want that to happen. I found a…
After migrating GitLab to a new server, GitLab users may not be able to push changes to their GitLab repository due to permission error. You can fix this by using the following command:
To configure/manage network adapters, the old Control Panel Network Connections Manager app is really helpful. In this article, I am going to show you how to open it on Windows 11. First, press Windows + R to open Run window, type in ncpa.cpl, and press Enter. The Control Panel >…
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…
I have set the Display > Layout > User interface scale to 200% on Linux Mint Cinnamon desktop environment installed as a VirtualBox virtual machine (VM). But every time I restart the VM, the user interface scale automatically changes back to 100%. I don’t want that to happen. I want…
In this article, I am going to show you how to enable automatic login to your Linux Mint Cinnamon desktop environment. First, find your login username with the following command: Open the Login Window app from the Linux Mint Start Menu. The Login Window app should be opened. Navigate to…
In this article, I will list all the GNOME shell extensions that I use on my laptop. Bluetooth Battery Meter This extension is used to display the available battery percentage of connected Bluetooth devices on the GNOME system tray or panel. WinTile This extension enables Windows 11 like tiling window…
In this article, I am going to show you how to configure WiFi network on Proxmox VE host. Installing Required Tools To configure WiFi network interface on Proxmox VE, you need to install the wpasupplicant and isc-dhcp-client programs installed on your Proxmox VE host. You can install those programs on…
You can use the pct command on the Proxmox VE host to copy files between LXC containers and your Proxmox VE host. Copying a File from LXC Container to Proxmox Host To copy a file /root/gitea.tar.gz from the LXC container ID 203 to your Proxmox VE host and put it…
Creating a Keycloak OpenID Client To configure Keycloak SSO for Proxmox VE, you need to create a Keycloak OpenID client with the following settings: General Settings: Client type: OpenID Connect Client ID: Proxmox Name: Proxmox Description: Proxmox VE OpenID Authentication Capability config: Client authentication: On Authentication flow: Standard flow Login…