I hereby claim:
- I am csamsel on github.
- I am csamsel (https://keybase.io/csamsel) on keybase.
- I have a public key ASDHrm4CEkXQuramKWPKoiKtLQ3uQwSVlMwUW54NSAGNCwo
To claim this, I am signing this object:
| # PPPoE username and password as provided by NetAachen / NetCologne | |
| username_ppp0="[email protected]" | |
| password_ppp0="XXXXXX" | |
| modules="tuntap ethtool pppoe arping dhcpcd iproute2 !ip6rd !wpa_supplicant !iwconfig !ssidnet !apipa !dhclient !pump !bond !bridge" | |
| #LAN | |
| config_eth1="192.168.2.1/24" # Router IP | |
| vlans_eth1="12 20 34" # used VLANs, configure to your likings | |
| config_eth1_12="192.168.12.1/24" # IoT |
| interface eth1 # local network interface | |
| { | |
| AdvSendAdvert on; | |
| MaxRtrAdvInterval 300; | |
| MinRtrAdvInterval 30; | |
| prefix ::/64 # derives prefix from interface IP | |
| { | |
| AdvOnLink on; | |
| AdvAutonomous on; | |
| AdvRouterAddr on; |
| find -L /etc/runlevels -type l -delete |
| certbot certonly --manual --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory -d *.domain.tld |
| openssl rsa -outform der -in privkey.pem -out privkey.key | |
| openssl x509 -outform der -in fullchain.pem -out fullchain.crt | |
| openssl x509 -outform der -in cert.pem -out cert.crt |
| assumptions: | |
| /dev/sd[bcde]1 in Linux md (/dev/md0) RAID5/RAID6 mounted as /storage. | |
| Less space used then capacity of one drive. | |
| 1. | |
| stop all services accessing the array first. | |
| Remounting the array ro might be a good idea (mount /dev/md0 -o remount,ro). | |
| 2. | |
| remove one disk from array |
| for i in sdb sdc sdd sde | |
| do | |
| # activate TLER | |
| smartctl -q errorsonly -l scterc,70,70 /dev/$i | |
| # disable NCQ | |
| echo 1 > /sys/block/$i/device/queue_depth | |
| done |
I hereby claim:
To claim this, I am signing this object:
| server=127.0.0.1#5300 | |
| no-resolv | |
| no-poll | |
| dnssec | |
| dnssec-check-unsigned | |
| conf-file=/usr/share/dnsmasq/trust-anchors.conf | |
| domain-needed | |
| expand-hosts | |
| no-negcache | |
| local-ttl=600 |
| listen_addresses = ['127.0.0.1:5300'] | |
| ... | |
| dnscrypt_servers = false | |
| doh_servers = true | |
| ... | |
| cache = false | |
| ... | |
| server_names = ['cloudflare', 'cloudflare-ipv6'] |