NodeKite Blog
  • Blog

What are you looking for?

Filter by Category

  • Angular
  • Cloudflare
  • Database
  • Debian
  • DevOps
  • Docker
  • Fedora
  • GitLab
  • KDE Neon
  • Keycloak
  • Linux
  • Linux Mint
  • MariaDB
  • MySQL
  • Networking
  • PostgreSQL
  • Proxmox VE
  • SSO
  • Synology
  • Ubuntu
  • VirtualBox
  • Virtualization
  • VS Code
  • Wayland
  • WHM
  • WHMCS
  • Windows

Filter by Tags

  • angular
  • application
  • bluetooth
  • cinnamon-desktop
  • cloud
  • cloudflare-tunnel
  • cloudflared
  • cloudinit
  • cockpit
  • cPanel
  • cron
  • database-administration
  • debian
  • debian-12
  • docker
  • easydcim
  • fedora
  • fedora-41
  • fedora-42
  • fedora-43
  • fedora-kde
  • fnm
  • fonts
  • gnome-desktop-environment
  • gnome-shell
  • google-chrome
  • hibernate
  • hidpi
  • intel-igpu
  • ionic
  • kde-neon
  • kde-plasma-6
  • kdeneon
  • kvm-qemu
  • libvirt
  • linux
  • linux-kernel
  • linuxmint
  • lxqt
  • mariadb
  • mysql
  • networking
  • nodejs
  • nvidia-wayland
  • PHP
  • pnpm
  • portainer
  • powershell
  • proxmox-ve
  • robocopy
  • rsync
  • shell-scripting
  • sudo
  • sveltekit
  • swap
  • tailwindcss
  • tigervnc
  • ubuntu
  • udev
  • usb
  • virtualbox
  • virtualbox-guest-additions
  • vnc
  • vscode
  • wayland
  • WHM
  • WHMCS
  • winget

Recent Posts

  • Fixing angular.json File Schema Parsing Issue on VSCode on Windows

    Angular

    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…

    Read: Fixing angular.json File Schema Parsing Issue on VSCode on Windows
  • How to Sync Two Directories on Windows using RoboCopy

    Windows

    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…

    Read: How to Sync Two Directories on Windows using RoboCopy
  • How to Install Node.js using FNM on Windows 11 PowerShell

    How to Install Node.js using FNM on Windows 11 PowerShell

    Windows

    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…

    Read: How to Install Node.js using FNM on Windows 11 PowerShell
  • How to Enable Hibernate on Fedora 41 (KDE Plasma Spin)

    How to Enable Hibernate on Fedora 41 (KDE Plasma Spin)

    Fedora Linux

    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…

    Read: How to Enable Hibernate on Fedora 41 (KDE Plasma Spin)
  • How to Fix Bluetooth Mouse Disconnect/Timeout/Lagging Issue on Linux

    How to Fix Bluetooth Mouse Disconnect/Timeout/Lagging Issue on Linux

    Linux

    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…

    Read: How to Fix Bluetooth Mouse Disconnect/Timeout/Lagging Issue on Linux
  • How to Monitor Disk I/O Usage on Proxmox VE

    Proxmox VE Virtualization

    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…

    Read: How to Monitor Disk I/O Usage on Proxmox VE
  • How to Fix Screen Flickering Issue on Intel iGPU on Ubuntu 24.04 LTS

    How to Fix Screen Flickering Issue on Intel iGPU on Ubuntu 24.04 LTS

    Linux

    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…

    Read: How to Fix Screen Flickering Issue on Intel iGPU on Ubuntu 24.04 LTS
  • How to Fix Blurry Fonts in Visual Studio Code on HiDPI Monitors on KDE Plasma 6 Wayland

    How to Fix Blurry Fonts in Visual Studio Code on HiDPI Monitors on KDE Plasma 6 Wayland

    KDE Neon Linux Wayland

    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.…

    Read: How to Fix Blurry Fonts in Visual Studio Code on HiDPI Monitors on KDE Plasma 6 Wayland
  • How to Fix Blurry Fonts in Google Chrome on HiDPI Monitors on Wayland

    How to Fix Blurry Fonts in Google Chrome on HiDPI Monitors on Wayland

    Linux Wayland

    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…

    Read: How to Fix Blurry Fonts in Google Chrome on HiDPI Monitors on Wayland
  • How to Fix HiDPI Scaling Issues with Zoom Client on KDE Plasma 6+Wayland

    How to Fix HiDPI Scaling Issues with Zoom Client on KDE Plasma 6+Wayland

    KDE Neon Linux Wayland

    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…

    Read: How to Fix HiDPI Scaling Issues with Zoom Client on KDE Plasma 6+Wayland
←Previous Page
1 2 3 4 5
Next Page→

NodeKite Blog – All Rights Reserved