From Firefox 57 onward, Mozilla’s browser has gone through a whole load of changes, overhauling it’s under- and over-the-hood functions…
Ubuntu 18.04 compile unbound dns
First step download and make install Make it auto start Edit unbound.conf file Refences http://www.linuxfromscratch.org/blfs/view/svn/introduction/bootscripts.html http://www.linuxfromscratch.org/blfs/view/svn/server/unbound.html https://github.com/ibksturm/dnscrypt-switzerland/tree/master/Unbound https://packages.debian.org/sid/amd64/unbound/download
VScode Mac useful keys
Shift + opt + mouse click and drag up/down to select multiline items Find and select all 1- Ctrl + F2-…
Mac OSX chflag lock file
Lock sudo chflags schg /Library/Preferences/SystemConfiguration/preferences.plist Unlock
Mozilla Firefox enable DNS-over-https
Enable Dns ove HTTPS in Firefox
Setup DNS-over-https in Mac OSX
Installation Using caddy server as https proxy Reference: https://scotthelme.co.uk/securing-dns-across-all-of-my-devices-with-pihole-dns-over-https-1-1-1-1/
Block China IP by Iptables
Servers: Debian9 Install ipset Next, I wrote a small Bash script to do all the work, which you should be…
Setup Unbound DNS resolve Opennic domain
Server env: Ubuntu 18.04 x64, Vultr Installation Get latest Opennic hints Verification Go: http://report.opennicproject.org/t2log/t2.phpPaste in your server IPv4/6 References: 1. https://famicoman.com/2017/10/14/bypass-your-isps-dns-run-a-private-opennic-server-2600-article/2. https://calomel.org/unbound_dns.html3. https://github.com/ibksturm/dnscrypt-switzerland4. https://github.com/publicarray/dns-resolver-infra5.…
Enable ipv6 with OpenVPN
Server: VultrOS: Ubuntu 18.04Protocol: TCPOpenvpn: 2.4.6 A lot of time, I struggled with Ipv6. Is it necessary to have it or…
WordPress rewrite rules under subfolder with Nginx
I separated different WordPress installation under the same domain name, but I need each of them have it own rewrite…