Useful Linux commands
Start Bluetooth if not already started
Restart Bluetooth
Start snap if it isnt already started
āsnap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacksā Error
ācannot change profile for the next exec call: No such file or directory
snap-update-ns failed with code 1ā Error
ā sudo apparmor_parser -r /var/lib/snapd/apparmor/profiles/*ā ā
To temp. start Anbox run the following from terminal
EGL_PLATFORM=x11 anbox.appmgr
To enable syncthing type the following command replacing username with your actual username:
sudo systemctl enable syncthing@neocube.service
To get Drive information
Used, free, & total size
df -H /mnt/SP-LIBRARY
To load the kernel module v4l2loopback.ko
sudo modprobe -v v4l2loopback
Using ārenameā command to change the file extensions of many files at once
For example to change all of the files with the JFIF extension to the JPG extension you would use the following:
rename 's/\\.jfif$/.jpg/' *.jfif
Reload Font Cache
sudo fc-cache -fv
Last updated