
Similar Posts
Lazydog för CNAME mailserver
Förord CNAME’s mailserver baseras helt på opensource produkter. De ingående delarna är postfix, clamd, amavisd, z-push, kopano. Dessa tar hand om transport, spamhantering, webmail och mobilsync.
DNSSEC
För många år sen när DNSSEC blev på tapeten så gjorde jag flertalet försök att få igång DNSSEC, det gick lite sådär med de försöken men nu vad det dags att göra ett nytt försök. Både instruktioner och verktyg har förbättrats och förenklats en hel del kan man väl säga. Jag har använt SE Direkt…
Unifi VPN L2TP Windows client setup
Windows 11 Lite nya instruktioner för Windows 11 och vad som behöver göras för att kunna ansluta till en Unifi gateway som VPN server How To Configure Windows 11 VPN Client UniFi Gateway – L2TP VPN Server L2TP is a traditional VPN server found in the Teleport & VPN section of your Network application that…
AIRCAM NO SSL SNAPSHOT NOTES
Logon to aircam, /tmp/system.cfg (use ubnt_system_cfg etc) httpd.https.port=443 httpd.https.status=0 httpd.snapshot.status=1 httpd.snapshot.status=enable httpd.status=1 http://<CAM_IP>/snapshot.cgi?chan=0 – 1280 (w) x 720 (h) http://<CAM_IP>/snapshot.cgi?chan=1 – 640 (w) x 368 (h) http://<CAM_IP>/snapshot.cgi?chan=2 – 320 (w) x 176 (h) http://<CAM_IP>/snapshot.cgi?chan=3 – 160 (w) x 96 (h) http://192.168.2.215/snapshot.cgi?chan=0 http://IPADDRESS:554/snapshot.cgi?user=[USERNAME]&pwd=[PASSWORD]&count=0 http://192.168.2.215:554/snapshot.cgi?user=ubnt&pwd=ubnt ubnt_system_cfg flash httpd.snapshot.status enable ubnt_system_cfg flash httpd.http.port=80 enable
Clevis and Tang – NBDE
Introduction What is NBDE? Its a short name for Network Bound Disk Encryption and it uses LUKS for the encrypted disks and clevis and tang for automatically unlock with a network key server. I’ve managed to get LUKS together with clevis and tang to work with the following OS’s. RHEL 7,8,9, Ubuntu 20.04, 22.04 and…
CentOS 7 och MariaDB 10
Efter lite stök och bök har CentOS7 anlänt som webserver och även databasserver med CentOS7 och MariaDB 10. Det är lite omställning från gamla CentOS/RHEL med att använda systemd och firewalld, innan man fått kläm på inställningar. Med PHP 5.4, Apache 2.4 och MariaDB 10 blev det en utmaning att få ihop det, av de…