maybe chmod 0644 'apt/sources.list.d/nodesource.list'
maybe chmod 0644 'apt/sources.list.d/nodesource.list.save'
maybe chmod 0644 'apt/sources.list.d/signal-xenial.list'
+maybe chmod 0644 'apt/sources.list.d/signal-xenial.list.save'
maybe chmod 0644 'apt/sources.list.d/teamviewer.list'
maybe chmod 0644 'apt/sources.list.d/teamviewer.list.save'
maybe chmod 0644 'apt/sources.list.d/webupd8team-ubuntu-java-xenial.list'
maybe chmod 0644 'apt/sources.list.d/webupd8team-ubuntu-java-xenial.list.save'
maybe chmod 0644 'apt/sources.list.d/xenial-partner.list'
maybe chmod 0644 'apt/sources.list.d/xenial-partner.list.save'
+maybe chmod 0644 'apt/sources.list.d/yubico-ubuntu-stable-xenial.list'
maybe chmod 0664 'apt/sources.list.save'
maybe chmod 0644 'apt/trusted.gpg'
maybe chmod 0755 'apt/trusted.gpg.d'
maybe chmod 0644 'apt/trusted.gpg.d/graphics-drivers_ubuntu_ppa.gpg'
maybe chmod 0644 'apt/trusted.gpg.d/mozillateam_ubuntu_firefox-next.gpg'
maybe chmod 0644 'apt/trusted.gpg.d/webupd8team_ubuntu_java.gpg'
+maybe chmod 0644 'apt/trusted.gpg.d/yubico_ubuntu_stable.gpg'
maybe chmod 0755 'aptdaemon'
maybe chmod 0755 'aptdaemon/high-trust-repository-whitelist.d'
maybe chmod 0644 'aptdaemon/high-trust-repository-whitelist.d/aptdaemon-trust-webapps.cfg'
maybe chmod 0755 'udev'
maybe chmod 0755 'udev/hwdb.d'
maybe chmod 0755 'udev/rules.d'
+maybe chmod 0644 'udev/rules.d/49-onlykey.rules'
maybe chmod 0644 'udev/rules.d/51-android.rules'
maybe chmod 0644 'udev/udev.conf'
maybe chmod 0755 'udisks2'
--- /dev/null
+deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main
--- /dev/null
+deb http://ppa.launchpad.net/yubico/stable/ubuntu xenial main
+# deb-src http://ppa.launchpad.net/yubico/stable/ubuntu xenial main
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
+deb http://archive.canonical.com/ precise partner
+# deb-src http://archive.canonical.com/ precise partner
OpPolicy default
ErrorPolicy retry-job
</Printer>
-<Printer TEST>
-UUID urn:uuid:68e1d793-4ed7-3212-7d66-37b0d854a283
-Info TEST @ linux-a5xv
-Location linux-a5xv.local
-DeviceURI ipps://linux-a5xv.local:631/printers/TEST
-State Idle
-StateTime 1533879303
-ConfigTime 1533879303
-Type 6
-Accepting Yes
-Shared No
-JobSheets none none
-QuotaPeriod 0
-PageLimit 0
-KLimit 0
-OpPolicy default
-ErrorPolicy retry-job
-Option cups-browsed true
-</Printer>
--- /dev/null
+# UDEV Rules for OnlyKey, https://docs.crp.to/linux.html
+#
+# This file must be placed at:
+#
+# /etc/udev/rules.d/49-onlykey.rules (preferred location)
+# or
+# /lib/udev/rules.d/49-onlykey.rules (req'd on some broken systems)
+#
+# To install, type this command in a terminal:
+# sudo cp 49-onlykey.rules /etc/udev/rules.d/49-onlykey.rules
+#
+# After this file is installed, physically unplug and reconnect OnlyKey.
+#
+ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789B]?", ENV{ID_MM_DEVICE_IGNORE}="1"
+ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789A]?", ENV{MTP_NO_PROBE}="1"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789ABCD]?", MODE:="0666"
+KERNEL=="ttyACM*", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789B]?", MODE:="0666"
+#
+# If you share your linux system with other users, or just don't like the
+# idea of write permission for everybody, you can replace MODE:="0666" with
+# OWNER:="yourusername" to create the device owned by you, or with
+# GROUP:="somegroupname" and mange access using standard unix groups.