How to set metric in OS moderated with NetworkManager
Ubuntu 20.04 desktop is using NetworkManager. Here is how to change the metric on CLI.
Just think about micro things
Ubuntu 20.04 desktop is using NetworkManager. Here is how to change the metric on CLI.
The problem is snaps packages is using the folders /var/lib/snapd
and /var/snap
by default. It may eat root space if we install too many packages. We can use mount --bind
to move them to a big disk or partition.
The original script is from https://askubuntu.com/questions/1029562/move-snap-packages-to-another-location-directory
The error happened when I use sudo virt-manager
.
sudo usermod -md /home/NewHome -l NewName OldName
sudo groupmod -n NewGroupName OldGroupName
NOTE: To mount usb drive in fstab is better. See Mount USB Drive Automatically on Ubuntu
From Ubuntu 17, the swap partition has been changed as img file. It makes it easy to reszie the swap partition.
On windows guest, the mouse movement is a bit jerky.
Java FX is a standalone package after Java 8. To run Java FX application, we must add VM parameters as below.