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.…
Technology
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,…
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…
小米路由器3g 刷Padavan
注意:刷機代表自動放棄保固,請三思 不過基本上都厭倦了吧,開始刷吧~~~ 路由器:小米路由器3g 電腦:Mac OSX High Sierra 連線方式: LAN (建議) 解鎖小米路由器root功能 確保你的小米路由器已綁定小米賬號,且在Chrome 登入 http://www.miwifi.com/miwifi_download.html 這里ROM 去下載 開發版 https://d.miwifi.com/rom/ssh ,領取你的ssh 密碼,用戶名:…
Restore iptables on system boot
Os: Ubuntu 17.04 Assuming you have the firewall rules in: /etc/iptables.up.rules Perhaps the most obvious answer will be to create…