- Make an install directory somewhere convenient and switch to it
mkdir -p ~/.local/share/authy
cd ~/.local/share/authy
- Fetch the current Authy snap
mkdir -p ~/.local/share/authy
cd ~/.local/share/authy
| #!/bin/bash | |
| set -e | |
| # Important note: this will add a new patch release AND deploy | |
| if [ $# -lt 2 ]; then | |
| git fetch --all --tags | |
| # Interactively get info | |
| LATEST=$(git describe --tags production) | |
| read -e -p "Enter the version to patch, or press return for default [$LATEST]: " VERSION |
| #!/bin/bash | |
| set -e | |
| # Important note: this will add a new patch release AND deploy | |
| if [ $# -lt 2 ]; then | |
| git fetch --all --tags | |
| # Interactively get info | |
| LATEST=$(git describe --tags production) | |
| read -e -p "Enter the version to patch, or press return for default [$LATEST]: " VERSION |
TLP, a power management utility for Thinkpads and other laptops, uses tpacpi-bat script for battery calibration and setting charge thresholds (for Thinkpads xx20 and later), which in turn uses acpi_call Linux kernel module that enables calls to ACPI methods through /proc/acpi/call. acpi_call can also be used for hybrid graphics switching and other power management tasks.
As explained here and here, a kernel upstream commit made seek support for [procfs](https://en.wikipedia.org/wiki/