👉 Summary of bill types (p. 7)
- QR-rechnungs → Need a Swiss bank account to pay those
Orange slips→ Don't exist anymore.- ✝ Replaced by QR-rechnungs (Feb. 2023)
Red slips→ Don't exist anymore.- ✝ Replaced by QR-rechnungs (Feb. 2023)
👉 Summary of bill types (p. 7)
// Go to Radarr and click 'settings' => 'general'. | |
// Open the JavaScript Console in Google Chrome (View => Developer => Javascript Console) | |
// Past the following in. Hit enter and away you go. | |
const key = document.getElementsByClassName('x-api-key')[0].value; | |
if (!key) { | |
alert('Navigate to /settings/general and run again'); | |
} |
Recently, I deleted some files by mistake in a Ubuntu machine with an ext4 fs. These notes document the steps I took to get them back.
With that out the way, let's begin.