First, install minimum necessary tools: $ sudo yum install yum-utils Then using yum-builddep, set up a necessary build environment for…
Technology
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…
Windows 7-10 Wifi AP 無線AP生成分享
Setup Wifi AP by following Command with Administrators Privileges netsh wlan set hostednetwork mode=allow ssid=%ssid% key=%key% netsh wlan start hostednetwork…
免費GeoTrust SSL DV 證書(簡體中文)
前言 現在市場上很多免費的SSL,如 RapidSSL, StartSSL, 最近火紅Let’s Encrypted 。。。由於一個企業用的SSL都要100美元左右,每年更新,根本吃不消~~ 現在介紹一個GeoTrusted 這家的DV SSL給大家使用 中文版的說明 DV SSL 证书是 Domain Validation SSL Certificate 英文全称的简写,翻译成中文是域名型 SSL证书…
Android 6.0 Genymotion 安裝Google Services
平台:Mac/ Windows 都可 Android : 6.0 範例 以下簡單幾個步驟即可安裝Google Service 到你的系統啦~~ 轉換Genymotion 到Arm ,下載~ ARM_Translation_Marshmallow(直接拖ZIP進去安裝),需要Restart 到Open Gapps 6.0 Pico 版本 (網址:https://github.com/opengapps/x86/releases),需要Restart…
HashOcean集體雲端挖礦池介紹
Hash Ocean 是一個性價比較高的雲端挖礦池 2015年2月它開始出現,到現在已經3年多了, 口碑是算還不錯的一家 網址:HashOcean 至今的回饋有達到1%一天,我們這裡是以購買700瓦來計算 「特色」 每日收益可以算很固定 註冊 送15瓦的電力 不必花太多精力去天天看,一個月看一次就可以了 「請款條件」 金額達到0.005 BTC 即可自動提出 「數據中心」 「貼心提醒」 無用很急的錢去投資,投資有風險,請三思。 …
Linux常用的檢測軟體
介紹我個人常用的Linux 平台偵測功能軟體 –> IPTraf — 使用 yum -y install iptraf 就可以使用啦 –> hTop — 使用 yum -y install htop 就可以啦~~…
Centos6+Ubuntu14 定時把資料壓縮備份到Google Drive (Updated: 2017-12-27)
我在Github 找到一個Gdrive的程式可以幫助你加密tar.gz然後備份到Google Drive去 系統: Centos 6, Ubuntu 14+ Github源碼:https://github.com/ookangzheng/gdrive-upload 1. 第一步,把以下代碼複製到ssh 里 wget -O drive https://drive.google.com/uc?id=0B3X9GlR6EmbnMHBMVWtKaEZXdDg mv gdrive /usr/sbin/gdrive chmod…
Let Encrypted的實作教學Centos6
是一個免費開放式的SSL提供者,關於它的簡介如果需要詳細的請自行google咯,我這裡的案例是以我自己的Centos 6 及 Apache 來做示範。 1 在Centos 6 安裝以下Python2 元件 Install Epel Repository yum install epel-release Install IUS Repository rpm…