-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
69 lines (58 loc) · 2.14 KB
/
TODO
File metadata and controls
69 lines (58 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# in progress
- syncthing with managed secrets
- bitwarden/vaultwarden backup validator
- k9s with ctrl-z bg # can't resolve due to https://github.com/derailed/k9s/issues/625
- change freenas boot disk
- remove freenas small pool
# proposed
- clamav - OnAccessScan
- wfvm https://git.m-labs.hk/M-Labs/wfvm
- quickemu
- tpm remote attestation
- https://github.com/anordal/shellharden
- connect to p2p NAT64 network https://p2p.nat64.dk
- custom kernel that cuts out cruft like support for sandards or subsystems the computer will never need
- explore kernelshark debug tool
- possible to customize bios with tool like AMI Firmware Update linux (like amibcp?)
- pkgs.netdata - Real-time performance monitoring tool
- monitioring:
- metrics collection
- logging collection
- self host ntfy.sh or other ntfy for push notifications
- show updated packages on nix flake update?
- unify machine list in encrypt.sh machines/ secret/machines?
- uefi tools and isos to keep on me.
- TinyCoreLinux or similar as a alt boot?
- ephemeral boot option
- nixops deploy to other computer
- Some clipboard manager example: CopyQ - https://hluk.github.io/CopyQ/
- kexec emergency - already exists but explore options
- mpd - more use
- profile-sync-daemon possible/useful with impermance?
- hybernation, I don't think this works for any machines. Certainly not zfs systems
- add https://github.com/huseyinbabal/taws when added to nixpkgs or add myself
# services to add into secrets
- syncthing
- nebula
# Projects
- kms glsl shader boot experience like plymouth?
# new/alt browser?
https://nyxt.atlas.engineer/
# Kexec set JIT `systemctl kexec`
https://lists.freedesktop.org/archives/systemd-devel/2012-March/004760.html
# graphviz alternative http://blockdiag.com/en/
# makes cool network and process diagrams
# works but needs integration
## list monitor contorls
ddccontrol -d dev:/dev/i2c-5
## brightness control
### main monitor
ddccontrol -r 0x10 -w 100 dev:/dev/i2c-5
ddccontrol -r 0x10 -w 50 dev:/dev/i2c-5
### alt monitor
ddccontrol -r 0x10 -w 50 dev:/dev/i2c-6
## picture mode
### photo
ddccontrol -r 0x15 -w 32 dev:/dev/i2c-5
### reader mode
ddccontrol -r 0x15 -w 1 dev:/dev/i2c-5