Server environment1. Debian10 Buster sid Updated Oct 25, 2019 Install PHP 7.4 PPA Install PHP7.4 Install Caddy Config a site…
Author: Edward

Implement blahdns verification service
Blahdns.com is one of my personal projects try to bring Ads block by default to my personal use. Since 2016,…

Notable Linux for me
This is my favourite Linux collection list. Enjoy Nice User Interface System76 POP OS NXOS Elementary OS Manjaro Linux Server Debian…

Haproxy with OpenVPN and ocserv
One of the reasons I wanna setup OpenVPN and ocserv OpenConnect under port 443 is because my university start to…

Debian setup DNS-over-TLS over haproxy with TLS-1.3 support
Finally, final version of TLS 1.3 has now been published as of August 2018. TLS 1.3 in 2018, encrypted connections are now…

Turn on color in ssh
Here is just a note on how I turn on ssh color on VPS like Vultr Featured image credit: Photo by Taras…

Debian9 setup DNSCrypt server
Environment: Debian 9 sidUpdated: add basic gcc c compiler on fresh install env DNSCrypt server installation Generate SSL, Public key,…

Debian 11 setup Ikev2 VPN
A tutorial about how to setup Ikev2 VPN with Let’s Encrypt SSL Updated Aug 11, 2022 Fixed Google GCP default…

Install Cisco anyconnect VPN on Debian 9 with SSL ready
Updated Jun 09, 2019 Installation step Recommended configuration Config your iptables Fixing DTLS Handshake Failure On Debian9 or Ubuntu 18.04,…

Typescript 101
What typescript is? Typescript is a superset of javascript. Any valid javascript code also valid typescript code. Typescript has strong typing,…