Filter by Category
Filter by Tags
While working on a Ionic/Angular project on Windows 11, I opened the angular.json file on VScode and I saw that the $schema option is not recognized and VSCode wouldn’t do any code suggestions because of that. I checked if the file schema.json was available in the ./node_modules/@angular/cli/lib/config/ directory and it…
To sync two directories on Windows using robocopy and also remove the files/folders not available in the source from the destination directory as well, run the command below: For example, to sync the source directory D:\Projects\app1\src with the destination directory D:\Projects\app2\src and remove the files/folders that are not available in…
Windows 11 now ships with the winget package manager. You can access winget from Windows Terminal. You can use winget to install packages such as FNM (Fast Node Manager) Node.js package manager on Windows. Installing FNM Node.js Package Manager on Windows 11 To install the FNM Node.js package manager using…
In this article, I will show you how to enable the hibernate feature on Fedora 41 KDE Plasma Spin. Required Swap Partition Size for Hibernation For hibernation to work, your swap partition size must be at least 1.5x – 2x the size of your physical memory. So, if you have…
In most cases, your Bluetooth adapter is connected to your laptop/computer via USB. By default, Linux disconnects idle USB devices to save power. That is the main reason your Bluetooth devices gets disconnected if you leave it idle for a few seconds and it takes a few seconds to reconnect…
Installing iostat on Proxmox VE To monitor disk I/O on Proxmox VE, you must install the iostat program. On Proxmox VE, you can install the iostat program with the following commands: Checking for Disk/IO Statistics on Proxmox VE You can check for read/write statistics for all the disks on Proxmox…
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…
I am using KDE Neon with KDE Plasma 6 desktop environment on a 4k+ 4:3 aspect ratio 28″ monitor. After I installed Visual Studio Code, the text/fonts looked really blurry. So, I tried to find a way to solve this issue and the good news is I got it fixed.…
I am using KDE Neon with KDE Plasma 6 desktop environment on a 4k+ 4:3 aspect ratio 28″ monitor. After I installed Google Chrome, the text/fonts looked really blurry. Firefox ran just fine with the default settings. So, I tried to find a way to solve this issue and the…
I installed Zoom client on my KDE Neon (KDE Plasma 6 desktop environment + Wayland) and HiDPI scaling on my 4k 27″ monitor wasn’t working. The text and icons of the Zoom client was so small that my eyes started to hurt. I looked around all the Zoom client settings…