SANE project website is using *.gitlab.io, gitlab.io
certificate and raising security exceptions.
https://sane-project.org/
Help wanted? Can someone help the maintainers register the domain with Let’s Encrypt?
#WebSecurity #SecurityException #WebBrowsingExperience #letsencrypt
Instalando NAPS2 em Ubuntu.
Não está nos repos Ubuntu nem tem o seu próprio SNAP (😉 voluntários?)
Forma recomendada é utilizando o próprio repositório “Using Apt” :
# Download the NAPS2 public key curl -fsSL https://www.naps2.com/naps2-public.pgp | sudo gpg --dearmor -o /etc/apt/keyrings/naps2.gpg # Add NAPS2 as an Apt source echo "deb [signed-by=/etc/apt/keyrings/naps2.gpg] https://downloads.naps2.com ./" | sudo tee /etc/apt/sources.list.d/naps2.list >/dev/null # Install NAPS2 sudo apt update sudo apt install naps2