feat: add sugar snap pease

This commit is contained in:
notes 2023-06-20 21:26:07 +00:00
parent 3928e2a406
commit 9b9a8e8184
7 changed files with 49 additions and 4 deletions

View File

@ -9,6 +9,12 @@ protected: true
flowchart TD
Start --> Stop
```
7:30 - 10:00
15:00 - 16:45
2:30 + 1:45
4:15
# Notes

View File

@ -1 +1,4 @@
# Basilikum
## Cutting
Apparently basilikum really wants to develop flowers. But when it does the taste becomes very bitter and strong. To prevent this you want to cut Basilikum from time to time. Cat about 5-7cm from the top of the plant and cut just above two branches.

View File

@ -0,0 +1,14 @@
# Sugar Snap Peas
#weak-feeder #sunny #airy
![Hülsen der Zuckerschote](https://www.mein-schoener-garten.de/sites/default/files/styles/inline_scaled_s/public/zuckerschoten-samen-huelse-133418586-istock.jpg?itok=uCy6Nv2p "Hülsen der Zuckerschote")
> Using a climbing aid can increase yield.
50-100cm tall
## Sowing
Because sweet pea can easily sucumb to root rot in cold temperatures they should be put out around april.
## Location and soil
Sugar snap peas prefer an airy and sunny location. The soil should be rich in humus, loose and evenly moist. The plants do not feel well in heavy soils and soils prone to waterlogging.

View File

@ -7,7 +7,6 @@
10.0.0.5 - MaxBlade
10.0.0.6 - MaxMachine
## Routing all traffic through wireguard
To route all traffic through wireguard you need to specify that all IP addresses should be routed through a specified peer in your wireguard config:
@ -17,10 +16,10 @@ To route all traffic through wireguard you need to specify that all IP addresses
...
[Peer]
AllowedIPs=0.0.0.0/0, ::0/0
AllowedIPs=0.0.0.0/0, ::0
```
The `0.0.0.0/0` is CIDR Syntax and defines a range the encompasses all IPv4 addresses, the `::0/0` Part defines a range for all Ipv6 addresses.
The `0.0.0.0/0` is CIDR Syntax and defines a range the encompasses all IPv4 addresses, the `::0` Part defines a range for all Ipv6 addresses. That means that all traffic gets routed through the peer you specify it for.
On that peer you need to setup some PostUp/PreDown [[Resources/dev/iptables]] scripts that set it up so all traffic gets routed to the www.
@ -34,6 +33,14 @@ PreDown = iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE
PreDown = ip6tables -t nat -D POSTROUTING -o eth0 -j MASQUERADE
```
You also need to add the following to `/etc/sysctl.d/wireguard.conf`:
```conf
net.ipv4.ip_forward = 1
net.ipv6.conf.all.forwarding = 1
```
And run `sysctl -p` to apply the changes.
Here is a breakdown from ChatGPT on the iptables command:

View File

@ -0,0 +1,9 @@
## Social Media Detox Month 20.06.23 - 20.07.23
I just came back from holidays in the netherlands. The Goal is to not use Reddit/Youtube/Netflix/Instagram in an excessiv way or not at all for atleast one month.
*> 20.06*
Started today, put a book next to the toilet so I have something to read, and not feel tempted to reach for my smartphone
Today was a very full day, woke up at 11:00, worked on ruumio until 16:30 then went straight to the gym. After the Gym we finished building the plant shelf for the [[Resources/biology/growing/sweet_peas|Sweet Peas]] until 22:30.

View File

@ -5,3 +5,6 @@
[Stanford Marshmallow Experiment](https://en.wikipedia.org/wiki/Stanford_marshmallow_experiment);
You can train willpower.
## [[Resources/health/mental/SocialMediaDetox_2023_06|SocialMediaDetox_2023_06]]

View File

@ -43,6 +43,9 @@
- [[Resources/dev/neovim|neovim]]
- [[Resources/dev/webgl|webgl]]
## 🫀 Health
- [[Resources/health/mental/willpower]]
## 🧠 Psychology
- [[Resources/psychology/maslows-pyramid|Maslows Pyramid]]
- [[Resources/psychology/learning|Learning]]