sudo apt install zfsutils-linux
export ZFS_DISK=usb-Realtek_RTL_012345679039-0\:0-part2
export ZFS_POOL=backup
export ZFS_DATASET=some_dataset
sudo zpool import -d $ZFS_DISK $ZFS_POOL
## /home/YOUR_HOME_DIRECTORY/.initramfs_profile | |
## ssh root@TAILSCALE_IP | |
## ~ # unlock | |
alias unlock="systemctl start cryptsetup.target" |
sudo apt install zfsutils-linux
export ZFS_DISK=usb-Realtek_RTL_012345679039-0\:0-part2
export ZFS_POOL=backup
export ZFS_DATASET=some_dataset
sudo zpool import -d $ZFS_DISK $ZFS_POOL
On /etc/gdm3/custom.conf
, uncomment WaylandEnable=false
Also, add this line on the [daemon]
section:
DefaultSession=gnome-xorg.desktop
{ | |
if (!_) { | |
const res = await fetch('https://cdn.jsdelivr.net/npm/lodash') | |
const text = await res.text() | |
eval(text) // load lodash | |
} | |
window.unmatchedMovies = new Set([]) | |
const checkMovies = () => { |
blueprint: | |
name: Heiman 4 button remote [Zigbee2MQTT] | |
description: Automate Heiman remote via Zigbee2MQTT. | |
domain: automation | |
input: | |
action_sensor: | |
name: Action Sensor | |
description: Zigbee2mqtt action sensor | |
selector: | |
entity: |
{ | |
"name": "vscode-app-dev", | |
"build": { | |
"dockerfile": "Dockerfile", | |
"args": { | |
"VARIANT": "16-bullseye" | |
} | |
}, | |
"forwardPorts": [ | |
3000 |
source $HOME/.antigen.zsh | |
# Load the oh-my-zsh's library. | |
antigen use oh-my-zsh | |
antigen bundle git | |
antigen bundle bash | |
antigen bundle command-not-found | |
antigen bundle zsh-users/zsh-syntax-highlighting |
# LG TV update | |
0.0.0.0 su.lge.com | |
0.0.0.0 snu.lge.com | |
0.0.0.0 snu.lge.com.usgcac.cdnetworks.net | |
0.0.0.0 snu.lge.com.cdngc.net |
// npm i yaml | |
import YAML from 'yaml' | |
const codes = { | |
up: '0x20DF02FD', | |
down: '0x20DF827D', | |
left: '0x20DFE01F', | |
right: '0x20DF609F', | |
config: '0x20DFC23D', |