VirtualBox setuid/packaging error

If you encounter the following error running VirtualBox as a user under openSUSE: Error -10 in SUPR3HardenedMain, then execute chkstat -set /etc/permissions.easy to set correct file permissions on the VirtualBox . . . → Read More: VirtualBox setuid/packaging error

HP OfficeJet 5610 Error 5012 or Error 12 on Linux

This is due to the fact that the user does not have access to the device.

Add the user to the group lp.
sudo chmod 664 /dev/bus/usb/001/004
sudo chown root:lp /dev/bus/usb/001/004

Bus/Device 001/004 identifies my printer on my system, to see how it is identified on yours, execute lsusb.

Log out and in again and that should . . . → Read More: HP OfficeJet 5610 Error 5012 or Error 12 on Linux