Filter by Category
Filter by Tags
In this article, I am going to show you how to correctly configure VS Code to develop SvelteKit 5 app using TailwindCSS. Installing Required VS Code Extensions For SvelteKit app development, you will need to install the following VSCode Extensions. ESLint (by Microsoft) Prettier (by Prettier) Svelte for VS Code…
When you run the sudo command on the Terminal for the first time, it will ask you to enter your login password. If you don’t want sudo to ask for your login password ever again, you will need to configure sudo to be passwordless. Opening the sudo Configuration File On…
In this article, I am going to show you how to install the VirtualBox Guest Additions software on Fedora 43 operating system. Installing Package Updates on Fedora 43 Before you install the VirtualBox Guest Additions on Fedora 43, it’s recommended to install all the available updates on your Fedora 43…
At times, the docker service may take a long long time to start on your Proxmox VE VM/LXC containers. This usually happens due to network interface configuration issues. If the VM/LXC container fails to assign an IP or correct IP information to a network interface, the docker service will not…
Each Linux Mint release comes with amazing set of wallpapers. If you want to install all of those amazing wallpapers on Linux Mint, this article is for you. First, open the Terminal app and update the APT package repository cache with the following command: To install all the Linux Mint…
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…