Filter by Category
Filter by Tags
WHM allows you to switch to a specific version of ionCube Loader from EasyApache4. But it may not have the latest version of ionCube Loader. You may need to upgrade to the latest ionCube Loader on WHM/cPanel for your website to work. In that case, you will have to manually…
WHMCS is configured to display a custom error page, which hides PHP errors even when error_reporting is enabled in the php.ini file of the MultiPHP INI Editor of WHM/cPanel. To enable error reporting in WHMCS, you need to configure the WHMCS configuration file. In this article, I will show you…
If you’re running Fedora 42 on Proxmox or other KVM/QEMU/libvirt-based hypervisors, you need to install the QEMU Guest Agent to get the best performance and integrations. To install QEMU Guest Agent on Fedora 42, run the following command: To confirm the installation, press Y and then press <Enter>. QEMU Guest…
Cockpit is installed by default on all Fedora server installations. You may not like it or want to remove it to make your Fedora system lighter. To remove cockpit from Fedora 42 server, run the following command: To confirm the removal operation, press Y and then press <Enter>. Cockpit should…
In this article, I am going to show you how to install the LXQT desktop environment on a Fedora 42 server. I will also show you how to install the TigerVNC server and configure it on the Fedora 42 LXQT desktop environment. Installing LXQT Desktop Environment on Fedora 42 Server…
At work I have come accross an issue with EasyDCIM. Before I installed EasyDCIM, an IP address was assigned to the server via DHCP because the IP will change when we will move the server to the datacenter. But when we did the move and a new IP was assigned…
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…