CentOS 7 快速部署 PPTP VPN 服務
將下列 script 儲存成 build-pptp.sh yum -y install http://mirror01.idc.hinet.net/EPEL/7/x86_64/e/epel-release-7-5.noarch.rpm yum -y install ppp pptpd cp /etc/pptpd.conf...
Read More將下列 script 儲存成 build-pptp.sh yum -y install http://mirror01.idc.hinet.net/EPEL/7/x86_64/e/epel-release-7-5.noarch.rpm yum -y install ppp pptpd cp /etc/pptpd.conf...
Read More目錄檔案路徑表示原則 在 Linux 中,檔案的最上層是一個名為“Root Directory”的目錄,代表符號為正斜線(/),因此在描述某個檔案的完整路徑時,都會從 / 符號開始。 在 Linux 中,目錄與目錄、目錄與檔案之間的層級由一正斜線(/)所表示,比如:/etc/hostname(hostname 為檔案)。...
Read More自從 RHEL/CentOS 7 發佈後,有關網路卡代號的問題一直很頭大,新機制的網路卡代號已被 NetworkManager 所管理,預設會使用新的代碼顯示。 在系統上看到的網路卡代碼如 eno16780032,en 代表網路卡設備、o 代碼 onboard、16780032 代表位置主機板上的哪一個編號。...
Read More若您在 Linux 建立 SSL 的 key 與 csr 檔案,在簽發完成後會取得一個合法的 SSL crt 檔案,本文介紹如何將 SSL key 與取得的 crt 檔案轉為 Windows IIS 所使用的憑證 pfx 檔案。 所需項目: 憑證私鑰檔(如 www.twlab.net.key) 憑證檔(如...
Read More安裝 memcached 服務請參考 在 CentOS 7 設定 memcache 服務 安裝 PECL memcache 擴充功能 yum install php-pecl-memcache 1 yum install php-pecl-memcache 設定 /etc/php.ini session.save_handler =...
Read More