Wednesday, March 5, 2025

How do I allow non-root access to ttyUSBx

Best solution
 
sudo usermod -a -G dialout $USER
 
Just add your user to the dialout group so you have appropriate permissions on the device.

Tuesday, February 18, 2025

How to Install ClamAV on Ubuntu 22.04.5 LTS

  • Install ClamAV
    • sudo apt update && sudo apt upgrade
    • sudo apt install clamav clamav-daemon -y
  • Update ClamAV virus signatures
    • sudo systemctl stop clamav-freshclam
    • sudo freshclam
    • sudo systemctl start clamav-freshclam
  • ClamTK GUI
    • sudo apt-get install clamtk