docs folder from separation of markdown notes/resources

This commit is contained in:
Emile Clark-Boman 2025-07-29 11:40:01 +10:00
parent 5c8a530cbd
commit 192536cba5
3 changed files with 38 additions and 0 deletions

45
docs/butterfly.txt Normal file
View file

@ -0,0 +1,45 @@
# ================ BEGIN ================ #
` '
;,,, ` ' ,,,;
`CRY6666bo. : : .od8888CRY'
888IO8DO88b. : : .d8888I8DO88
8LOVEY' `Y8b. ` ' .d8Y' `YLOVE8
jTHEE! .db. Yb. ' ' .dY .db. 8THEE!
`888 Y88Y `q ( ) p' Y88Y 888'
8MYb '" ,', "' dMY8
j8prECIOUSgf"' ':' `"?g8prECIOUSk
'Y' .8' d' 'b '8. 'Y'
! .8' db d'; ;`b db '8. !
d88 `' 8 ; ; 8 `' 88b
d88Ib .g8 ',' 8g. dI88b
:888BAUD88Y' 'Y88BAUD888:
'! BAUD888' `888BAUD !'
'8Y `Y Y' Y8'
Y Y
! !
# ================= END ================= #
>>> Original:
# ================ BEGIN ================ #
` '
;,,, ` ' ,,,;
`YES8888bo. : : .od8888YES'
888IO8DO88b. : : .d8888I8DO88
8LOVEY' `Y8b. ` ' .d8Y' `YLOVE8
jTHEE! .db. Yb. ' ' .dY .db. 8THEE!
`888 Y88Y `b ( ) d' Y88Y 888'
8MYb '" ,', "' dMY8
j8prECIOUSgf"' ':' `"?g8prECIOUSk
'Y' .8' d' 'b '8. 'Y'
! .8' db d'; ;`b db '8. !
d88 `' 8 ; ; 8 `' 88b
d88Ib .g8 ',' 8g. dI88b
:888LOVE88Y' 'Y88LOVE888:
'! THEE888' `888THEE !'
'8Y `Y Y' Y8'
Y Y
! !
# ================= END ================= #

12
docs/links.md Normal file
View file

@ -0,0 +1,12 @@
Web: dobutterfliescry.net
imbored.dev (195.114.14.69)
Socials:
Bluesky: @dobutterfliescry.bsky.social
Discord: @emileisbaud
Forges:
Github: @emileclarkb
Coderberg: @dobutterfliescry
Tearforge: https://tearforge.online

26
docs/todo/ipv6.md Normal file
View file

@ -0,0 +1,26 @@
## Current State + Analysis
> Current (default) `ens3` interface configuration
```fish
ae@hyrule ~> ip -6 addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 state UNKNOWN qlen 1000
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: ens3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 fe80::a0c7:1fe3:4851:b2b4/64 scope link noprefixroute
valid_lft forever preferred_lft forever
3: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 state DOWN
inet6 fe80::42:9ff:fe40:1e1c/64 scope link proto kernel_ll
valid_lft forever preferred_lft forever
```
However the address should actually be `2402:7340:5000:1800::a`.
Using the `2402:7340:5000::1` gateway.
IPv6 allocations are viewable under the VPS `Control Panel / Network` tab
## Guides + Resources
Mini guide on configuring IPv6 for NixOS:
https://nlewo.github.io/nixos-manual-sphinx/configuration/ipv6-config.xml.html
This forum post says how to do everything:
https://discourse.nixos.org/t/how-to-setup-ipv6-correctly-so-that-ping-6-google-com-works/33686