• 1 Post
  • 233 Comments
Joined 10 months ago
cake
Cake day: July 22nd, 2024

help-circle













  • * Host simplycreate.online:443 was resolved.
    * IPv6: 2a0a:4580:103f:c0de::2
    * IPv4: 217.197.84.141
    *   Trying [2a0a:4580:103f:c0de::2]:443...
    * ALPN: curl offers h2,http/1.1
    } [5 bytes data]
    * TLSv1.3 (OUT), TLS handshake, Client hello (1):
    } [512 bytes data]
    *  CAfile: /data/data/com.termux/files/usr/etc/tls/cert.pem
    *  CApath: /data/data/com.termux/files/usr/etc/tls/certs
    * TLS connect error: error:00000000:lib(0)::reason(0)
    * OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to simplycreate.online:443 
    * closing connection #0
    



  • I just try to make everything as self documented as possible. Eg. no stray scripts, everything is either implemented in other software (eg. my main wireguard peer in systemd-networkd, without any non-obvious external dependencies) or tracked as a part of an arch pkg with a simple PKGBUILD. I usually either have very simple nets (eg. my VPN’s net only consists of four peers, in the order main - secondary - laptop - phone) or leave it to DHCP and SLAAC. I try to avoid using ports for local servers as much as possible and use unix sockets. Stuff like LVM/Luks pretty much documents itself.