pkill -HUP gnome-shell
in another TTY (should not logout the user on X11)systemctl restart gdm
(will logout the user)NFS mounts can be tricky. After an NFS request times out, NFS request are retried indefinitely by default. This can lead to unexpected hangs on the client. (1)
Use the mount option soft
to limit the number of retries to 3.
If an NFS share hangs, it can be unmounted as follows: Find the mount point using mount
and then umount -f -l [mount point]
(-f
for force and -l
for lazy unmount, i.e. detach now and cleanup references later) (2)
killall gsd-color
(1)pactl load-module module-detect
(2)grep -L [string] [files]
(e.g. grep -L foo *
)wipefs -a /dev/sd[x]
(1)[cmd]
that is shadowed by an alias (1), try:\[cmd]
command [cmd]
'[cmd]'
or "[cmd]"
sudo update-desktop-database
(1)