This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
required types | |
-------------- | |
- [X] Block allocation/freeing/delegation | |
- [ ] request for block owner | |
- [ ] lease renewal (proxy) | |
- [ ] lease renewal response (proxy) | |
Allocate Block |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hostname_prefix: freifunk | |
site_name: Freifunk Lübeck | |
site_code: ffhl | |
prefix4: 10.130.0.0/20 | |
prefix6: fdef:ffc0:3dd7::/64 | |
timezone: CET-1CEST,M3.5.0,M10.5.0/3 # Europe/Berlin | |
ntp_servers: | |
- 1.ntp.services.ffhl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Usage: scr [local|external|clone] | |
# (no option) → try external, else local | |
# local → local display | |
# external → external + local if closed, else external only | |
# clone → same content, local display scaled to fit external | |
export DISPLAY=`ck-list-sessions|grep 'x11-display = '|sed "s/.*\(:[0-9]\)'/\1/"` |
NewerOlder