Updated 2019-02-27 Server: Ubuntu 18.04 Provider: Vultr First of all, there are many tricks.. to set custom DNS on the…
Linux
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…
Ubuntu enable tcp bbr 開啟bbr
TCP BBR 的目的是要盡量跑滿頻寬, 並且盡量不要有排隊等待的情況,效果並不比速銳來的差。 首先,確保你的主機 Kernel > 4.9 以上,若要更新Kernel到最新版本,可以參考這個 教學範例 假設主機的Kernel > 4.9 以上,我們要開啟該功能,若有跟新Kernel,請記得Reboot主機先 ssh 輸入該指令 echo “net.core.default_qdisc=fq” >> /etc/sysctl.conf…
How to update Ubuntu kernel to latest version
Update Ubuntu kernel to Latest version (Updated 2018.04.08) OS: Ubuntu 14+, XEN, KVM 64bit Goto: http://kernel.ubuntu.com/~kernel-ppa/mainline/
Manually install Python3 on CentOS
First, install minimum necessary tools: $ sudo yum install yum-utils Then using yum-builddep, set up a necessary build environment for…
Password protect for Nginx directory
Create a htpasswd file inside your website directory you wish to protect (xxx.com/htpasswd) Password must be encoded by the crypt(3) function…
How To Change your DNS on Linux
If you want to hard-code DNS Servers to use on CentOS or Debian, it has 2 methods. Configure static DNS…
免費GeoTrust SSL DV 證書(簡體中文)
前言 現在市場上很多免費的SSL,如 RapidSSL, StartSSL, 最近火紅Let’s Encrypted 。。。由於一個企業用的SSL都要100美元左右,每年更新,根本吃不消~~ 現在介紹一個GeoTrusted 這家的DV SSL給大家使用 中文版的說明 DV SSL 证书是 Domain Validation SSL Certificate 英文全称的简写,翻译成中文是域名型 SSL证书…