Edit /etc/xrdp/xrdp.ini
Locate tcp_send_buffer_bytes and change to:
tcp_send_buffer_bytes=4194304
sudo sysctl -w net.core.wmem_max=8388608
Create /etc/sysctl.d/xrdp.conf file and add the following:
net.core.wmem_max = 8388608
Reviews of products I like, plus whatever comes to my mind...
Edit /etc/xrdp/xrdp.ini
Locate tcp_send_buffer_bytes and change to:
tcp_send_buffer_bytes=4194304
sudo sysctl -w net.core.wmem_max=8388608
Create /etc/sysctl.d/xrdp.conf file and add the following:
net.core.wmem_max = 8388608
Install smartmontools and use smartctl:
sudo smartctl --all /dev/xxx
Rename C:\Windows\System32\Recovery\REAgent.xml to REAgent.old
Using elevated command prompt:
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /RestoreHealth
sfc /scannow
chkdsk /f /r
References:
I almost always forget to add users to Samba group after enabling Samba. So here it is:
sudo smbpasswd -a <username>
Make a change so that slow-non/responding services to terminate quickly during shutdown:
sudo nano /etc/systemd/system.conf
Uncomment and edit to:
DefaultTimeoutStopSec=5s
Reboot or reload with:
sudo systemctl daemon-reload