localectl set-keymap us-colemak && \
localectl set-x11-keymap us "" colemakComplete guide for configuring Synaptics fingerprint readers (including Metallica MIS Touch) on Linux distributions using python-validity and fprintd.
This guide specifically covers Synaptics fingerprint sensors that require proprietary drivers:
- Synaptics Metallica MIS Touch (06cb:009a)
- Synaptics Prometheus (06cb:0081)
The Synaptics fingerprint sensor (06cb:009a) present on my T480 is not supported by libfprint and fprintd as it requires a non-free binary blob. uunicorn created open-fprintd, a replacement for fprintd, that allows for loading of binary blobs. In conjunction with their python-validity driver we are able to make use of the inbuilt fingerprint reader. The following instructions were tested against Fedora Linux 35.
sudo dnf copr enable tigro/python-validity
sudo dnf install open-fprintd fprintd-clients fprintd-clients-pam python3-validity- Create the GPT partition table
$ parted /dev/sdX mklabel gpt
- Create the UEFI FAT32 partition (which will be
/dev/sdXY)$ parted /dev/sdX mkpart esp fat32 1MiB 512MiB$ parted /dev/sdX set 1 esp on$ parted /dev/sdX set 1 boot on
$ mkfs.fat -F 32 -n UEFI /dev/sdXY
| #!/bin/bash | |
| # This script will run a restic backup and remove snapshots according to a policy. | |
| # In order for this script to work two environment vaiables must be set: | |
| # RESTIC_PASSWORD which is the restic repository password (or read https://restic.readthedocs.io/en/latest/faq.html#how-can-i-specify-encryption-passwords-automatically) | |
| # MY_RESTIC_LOGS_PATH which is the path where to save logs. For example: /home/paolo/restic/logs | |
| # | |
| # WARNING: This script prunes ond backups! Be careful not to delete backups that you need. | |
| # Customize the removing policy according to https://restic.readthedocs.io/en/latest/060_forget.html#removing-snapshots-according-to-a-policy | |
| # |
This gist was essentially created out of my own rant about Netflix being hostile to IPv6 tunnel services since June 2016. You are welcome to read my opinion on the matter, this is the more technical side to the issue and how to combat it within your own network.
Since I wrote this, various GitHub users have contributed their thoughts and ideas which has been incorporated into this gist. Thank you to everyone who have contributed their own methods and implementations.
Netflix now treats IPv6 tunnel brokers (such as Hurricane Electric) as proxy servers. A while ago it became apparent to users and Netflix that somewhat by accident, IPv6 tunnel users were being served content outside of their geolocation because of the way Netflix was identifyi
dhcp-script=/etc/detect_new_device.sh
Reference: