This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
sysadminery:linux_boilerplate [2023/02/27 17:22] – created adam | sysadminery:linux_boilerplate [2024/12/04 03:23] (current) – adam | ||
---|---|---|---|
Line 9: | Line 9: | ||
- setup pubkey login | - setup pubkey login | ||
- < | - < | ||
+ | - dotnet consideration: | ||
+ | |||
+ | ====== create a user ====== | ||
+ | |||
+ | '' | ||
+ | |||
+ | * -m is for " | ||
+ | * -s is for " | ||
+ | |||
+ | if you fucked up and missed the -s: '' | ||
+ | |||
====== cooperate with nas ====== | ====== cooperate with nas ====== | ||
Line 20: | Line 31: | ||
- < | - < | ||
- | ====== join the wiregarden | + | ====== join the wireguarden |
[[https:// | [[https:// | ||
+ | |||
+ | ====== kodi ====== | ||
+ | |||
+ | - install it. it's in '' | ||
+ | - once you've mounted gusion, just go to videos and add a source. | ||
+ | - enable remote: settings -> services -> control (you can be in " | ||
+ | - set your username, and password, port if you like | ||
+ | - turn it on. it loves to turn itself back off :') | ||
+ | - android remotes don't have to be explicit peers. | ||
+ | - enable deletion: be " | ||
+ | |||
+ | ====== raspberry pi ====== | ||
+ | |||
+ | **BEFORE** __FIRST__ //BOOT// | ||
+ | |||
+ | mount the boot partition. | ||
+ | |||
+ | 1) make yourself a user | ||
+ | |||
+ | echo " | ||
+ | |||
+ | 2) enable ssh | ||
+ | |||
+ | touch ssh | ||
+ | |||
+ | yes, that's all. really. blank file. | ||
+ | |||
+ | 3) if you want wifi: | ||
+ | |||
+ | make '' | ||
+ | |||
+ | if it's wpa3/wpa2 mixed: | ||
+ | |||
+ | ctrl_interface=DIR=/ | ||
+ | update_config=1 | ||
+ | country=US | ||
+ | | ||
+ | network={ | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | } | ||
+ | |||
+ | if it's just wpa2, remove the '' |