我是誰?你又是誰?
Posts tagged CentOS
安裝 SS5 Socks Server
十一月 21st
Description
SS5 is a socks server that implements the SOCKS v4 and v5 protocol. As a proxy server, SS5 authenticates, profiles and processes network requests for clients. It establishes connections to application hosts for client applications. When the client attempts to access the network, the client connects to the SS5 daemon instead of the application host.
Following authentication, clients request that SS5 perform network activities for the client. The activities might include:
* Connect
* Bind
* Udp Associate
The SS5 protocol is independent of application protocols, and can assist with different networking services, including telnet, ftp, finger, whois, gopher, and WWW access.
又是一個 OpenSource 的好東西,簡單紀錄一下安裝在 CentOS 5.4 的 VPS 過程
AceLNMP 1.4
十一月 15th
********** 檔案簡介 **********
AceLNMP 是一個基於 CentOS 系統的自動安裝 Shell Script,主要都是以各軟體官方釋出最新的穩定版本為主。
什麼是 LNMP? 就是 Linux + NGiNX + MySQL + PHP 的一個網站開發環境,本檔案僅適合於紅帽或 Fedora (好像是廢話)或 CentOS 系列的 Linux,其他 Linux 系統請參考 acelnmp.sh 的內容分別安裝軟體。
其他 Debian、Gentoo、Slackware、Ubuntu 之類的當然也很牛,不過我比較習慣玩帽子,而VPS 的主機商大多提供的都會有 CentOS,有興趣學習 CentOS 的先看看維基的介紹吧
對於 Linux 新手,鳥哥的 Linux 私房菜是個入門的好選擇。
本檔案參考了以下網站,非常感謝他們提供的資訊
關閉 VPS 不需要的服務
十一月 11th
VPS 買來主機商大多都已經調教的不錯了
輸入這個指令查看目前運作中的服務
chkconfig --list |grep "3:on" |awk '{print $1}' |sort
抓看看有沒有漏網之魚~ 亂我兄弟者~ 必殺之!
我的只砍到剩這些

該關的關一關,指令如下:
CentOS 安裝第三方套件加強 YUM 功能
十一月 11th
YUM 是個很好用的套件管理員,但是版本不一定會是最新也就不會是最安全,所以利用第三方套件來加強 YUM 的功能吧!
加速 YUM 套件升級
YUM 預設是運用鏡像站來下載更新,這邊要做的是不尋找鏡像站,而直接指定到哪個鏡像站來下載套件。
編輯 CentOS-Base.repo 裡面的 baseurl 位置到 CentOS 各國的鏡像站,這邊選的是中華電信~
cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
vi /etc/yum.repos.d/CentOS-Base.repo
CentOS 的書籤
十一月 11th
CentOS 官網
官方中文維基
鳥哥的Linux 私房菜 << Linux 新手上路的好地方
學生用伺服器建置流程(CentOS 5 版) << 玩過 Linux,但沒摸過 CentOS 的可以看看
酷!學園 << Linux 版版很可惜滴沒有專門人才維護
ChinaUnix.net 中國最大的Linux/Unix技術社區 (簡體中文) << 非常恐怖的資源
CentOS Pub — 純中文CentOS 攻略站 (簡體中文)
Linux寶庫 (簡體中文)
CENTOSCHINA CENTOS中文社區 (簡體中文)
CSDN Linux/Unix社區
HowtoForge
Linode Wiki! Linode 是一家主機商
Slicehost Forum Slicehost 是一家主機商
UnixTutorials – CentOS tutorials
