/usr/bin/xauth: /home/neil/.Xauthority not writable, changes will be ignored

Remotely logging into a Linux computer with SSH I was seeing an error which appeared to stem from the X windowing. The error shown was: /usr/bin/xauth: /home/neil/.Xauthority not writable, changes will be ignored What does it mean, how to resolve and can it be ignored? For ease I had used the up/down keys to access […]

Read More… from /usr/bin/xauth: /home/neil/.Xauthority not writable, changes will be ignored

Automating Debian Updates with Unattended Upgrades

The gist of automating the update of a Debian operating system is to use the package unattended-upgrades. I added the package using apt install unattended–upgrades Having previously worked disabling unattended updates I once again reviewed the details within that article to see where I had turned off its actions. Based on these settings I could […]

Read More… from Automating Debian Updates with Unattended Upgrades