This is the continue tutorial for Debian remote desktop with XRDP with XFCE Desktop environment. Here is the quick way…
Author: Edward

Debian partition disk over 2TB
Usually you cannot create a Linux partition larger than 2 TB using the fdisk command. The fdisk won’t create partitions…

Enable Audio for remote RDP XFCE on Debian
By default there is no audio for RDP on XFCE Desktop environment. Such as this picture showed below. Install the…

Install XFCE on Debian with XRDP
I will use Debian 12 (Bookworm) as today sample. Install tasksel apt install tasksel -y Run tasksel to install tasksel…

Debian format external hard disk
Format external hard disk via command line Check the harddisk info Check detial Create partition Review the partition Format the…

GL-inet router adblock via hosts file
Why use ad-blocking? Using the /etc/hosts file for ad-blocking: Advantages: Disadvantages: For users who prefer not to manually update the…

Docker build curl with http3 support
Linux build command Enable build arm64 on Linux amd64 architecture Solution Photo by Ian Taylor on Unsplash

GL-inet AX1800 router turn on fan
The way to switch on fan Here is a solution that I found on the GL.iNet forum, and it worked…

Rclone mount error on Debian 12
rclone fusermount3 not found in $PATH and Fatal error: mount not ready Solution Try and mount again with -vv command…
Nodejs module __dirname not found solution
Why __dirname is not defined in ES module scope, thats why error shows up Solution You first need to import…