- Pair and connect on Linux
- Pair and connect on Windows
- Shut down Bluetooth device
- Boot to Linux
- Mount Windows partition
- Go to
<windows-mount>/Windows/System32/config - Run command
chntpw -e SYSTEM
- Install chntpw if it is not available
| // Use this userscript with Tampermonkey extension | |
| // ==UserScript== | |
| // @name Remove PLUS articles | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Hides Iltalehti PLUS articles from the main news feed | |
| // @author Topi Vienonen | |
| // @match https://www.iltalehti.fi/ | |
| // @icon https://www.google.com/s2/favicons?domain=iltalehti.fi | |
| // @grant none |
| X latitude | X longitude | Y latitude | Y longitude | Signal strength | Signal strength (real) | |
|---|---|---|---|---|---|---|
| 60.298568100961496 | 24.748044003550376 | 60.29938488166851 | 24.78266214382662 | -53 dBm | 53 |
| #!/bin/bash | |
| set -euo pipefail | |
| IFS=$'\n\t' | |
| # Ubuntu 16.04 Dev Server | |
| # Run like - bash install_lamp.sh | |
| # Script should auto terminate on errors | |
| echo -e "\e[96m Adding PPA \e[39m" | |
| sudo add-apt-repository -y ppa:ondrej/apache2 |