Bin mal gespannt, ob dein Auto Plan aufgeht :)
Bin mal gespannt, ob dein Auto Plan aufgeht :)
Tatsächlich habe ich auch eine, die jetzt gerade in die Blüte ist und aber noch deutlich wächst. Danke für den Tipp, dann lasse ich sie etwas länger stehen und beobachte das Wachstum bevor ich sie ernte.
Jo danke dir. Habe auch überlegt, ob ich Stecklinge nehme, da muss ich mich aber noch belesen, ob das jetzt noch geht, wahrscheinlich ja eher nicht.
Schönen Abend dir noch!
Oh mein Gott. Das erklärt einiges… Wenn ich also selber diie Phasen bestimmen möchte, sollte ich nur femisierte Seeds kaufen? Muss ich dann jetzt noch das Licht umstellen oder egal?
This is absolutely insane. Yesterday i went to github to look what they are cooking and what they have done the last few months is on another level. Props to anyone involved.
Mit Compose super einfach. Bitorrent container an den vpn container “heften” und los gehts. Geht mit
wireguard:
image: lscr.io/linuxserver/wireguard
container_name: wireguard
cap_add:
- NET_ADMIN
- SYS_MODULE
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- SERVERPORT=51820
#optional - INTERNAL_SUBNET=10.13.13.0
- ALLOWEDIPS=0.0.0.0/0
volumes:
- some_path/wireguard:/config
- /lib/modules:/lib/modules
ports:
- 8686:8686
qbittorrent:
image: lscr.io/linuxserver/qbittorrent
container_name: qbit
cap_add:
- NET_ADMIN
privileged: true
network_mode: "service:wireguard"
Die ports werden dann beim wireguard container weitergegeben. In der wireguard config sollte man dann nur nicht den killswitch vergessen.
Org mode, org roam, org agenda and org-ql
I also use a split keyboard. No fancy keymap in emacs, just stock bindings. I do use Bone layout, which is a neo like layout. Works really good for me, took some time to get into it though.
First days were really hard but i practiced typing every day. I also did not use 2 layouts at the same time, just switched fully to bone.
I recommend getting to know the keyboard first, then switch the layout. I switched to the split keyboard after 1 month of using bone and it definetly was a big challenge.