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.…
Author: Edward
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…
Contribute OpenNIC Tier2 DNS server
Server env: 1. Ubuntu 18.04 64bit2. Vultr / Linode Bonus part about forward non Moderntld into GoogleDNS or Quad9 References: https://wiki.opennic.org/opennic/srvzone…
Automatically loading iptables rules on Debian/Ubuntu
If you want your iptables rules automatically loaded every time your networking comes up on your Debian or Ubuntu server,…
Using NPM compile SASS to css
Updated on June 27, 2020On your project you have to run npm init -y then install node sass package In…
Setup android adb on Mac
Option 1 – Using Homebrew This is the easiest way and will provide automatic updates. Install homebrewruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”…
Custom DNS on Ubuntu
Updated 2019-02-27 Server: Ubuntu 18.04 Provider: Vultr First of all, there are many tricks.. to set custom DNS on the…
Unity3d with Myo SDK
Dev env 1. Mac High Sierra2. Unity 5.6 / 2017.23. Latest Myo SDK To fix this problem Replace with this renderer.material…
Install Golang on Ubuntu 17
Server OS: Ubuntu 17.04 x64 Download latest Go lib: https://redirector.gvt1.com/edgedl/go/go1.9.2.linux-amd64.tar.gz Then, tar -C /usr/local -xzf go1.9.2.linux-amd64.tar.gz Then put those code into ~/.profile export…