帖子列表

  • Apache 限制上傳檔案體積

    adj 發表於: 2008-05-15, 回復: 1

    在 Apache 裡面有一個選項是 LimitRequestBody,這個選項可以限制用戶送出的 HTTP 請求內容。這個選項可以在 .htaccess 或 httpd.conf 裡使用,而如果在 httpd.conf 內使用,分別.

  • 讓Vim 支援 UTF-8 編碼

    adj 發表於: 2008-05-09, 回復: 1

    編輯 ~/.vimrc,如沒有請自行產生...加入下面設定 set encoding=utf-8 set fileencodings=ucs-bom,utf-8,big5,latin1 set fileencoding=big5 set termencoding=big5 設定.

  • php-oci8 on centos5 ...解決連結Oracle 讀.

    adj 發表於: 2008-04-28,

    環境: CentOS5 i386 # wget http://ftp.freshrpms.net/pub/fre ... 0.2.0.3-1.nosrc.rpm # rpm -ivh oracle-instantclient-10.2.0.3-1.nosrc.rpm # wget ftp://fr.rpmfind..

  • vm-pop3d dead but subsys locked ?

    adj 發表於: 2008-04-09, 回復: 1

    如果你遇到 vm-pop3d 的Process 掛掉...restart 又沒作用...該怎麼辦? Sometimes my vm-pop3d dies without giving any error. When I try to restart the service serv.

  • 如何關閉 phpinfo 的顯示...

    adj 發表於: 2008-02-29,

    有時後如果我們要查系統PHP的資訊...常常會使用底下的方法 如果不想讓別人看到...可以在 /etc/php.ini 裡面...設定 disable_functions = phpinfo 這樣就看不到主機.

  • 在 Linux 下更改 MAC 位址

    adj 發表於: 2008-01-17,

    1.首先必須關閉網卡設備,否則會報告系統忙,無法更改。 命令是: # /sbin/ifconfig eth0 down 2.修改MAC地址,這一步較Windows中的修改要簡單。 命令是: # /sbin/ifconfig eth.

  • Snort 入侵偵測系統--Install and Use.

    adj 發表於: 2008-01-11, 回復: 3

    原始網頁:Snort 入侵偵測系統1.介紹 Snort 它是一套免費的小型「IDS-入侵偵測系統」,可用來偵測網路上的異常封包。它捉取和檢查所有的網路封包,並利用一些入侵偵測規則來判斷.

  • proftpd.conf 設定備忘

    adj 發表於: 2008-01-05, 回復: 2

    proftpd.conf 設定備忘 MasqueradeAddressPassivePorts60000 65000IdentLookupsoffUseReverseDNSoffTimeoutIdle600MaxClientsPerHost5AllowStoreRestartonAuthPAMoffDefaul.

  • 網站流量分析軟體 Webalizer 安裝.

    ohmyadj 發表於: 2008-01-05,

    一.前言:        Webalizer 是一個好用的Web Server 紀錄檔分析軟體,它除了能夠分析 Apache web server 所產生的log 紀錄檔之外,還能夠分析FT.

  • 巧妙運用 Virt-Manager 在RHEL5 Xen之中進.

    adj 發表於: 2008-01-03,

    不可諱言,「伺服器虛擬化」這門技術,當下對於多數企業而言,確實愈來愈有顯學的意味,此乃由於,伴隨企業資訊應用史一路演進至今,業已累積了滿坑滿谷的歷史包袱,而這些包袱彼此間的協.

  • linux指令大全-Linux 常用指令集-Linux 基.

    adj 發表於: 2007-12-21, 回復: 11

    安裝 Linux: 準備兩張磁片: bootdisk: rawrite  <Enter鍵> bare.i    <Enter鍵> A     <Enter鍵> rootdi.

  • 商業服務的Rails HTTP Cluster觀念及測試.

    adj 發表於: 2007-12-05,

    Rails如果運用在正式上線的服務,便是相當需要配置為Cluster(叢集)服務。不過大部分使用Rails來建立Cluster通常都是藉著Apache mod_proxy,但在一些情況之下,他只有好設定的優點.

  • F7 (Fedora 7) 上安裝 MRTG 說明

    adj 發表於: 2007-11-30,

    學生用伺服器建置流程(Fedora Core X 版) http://apt.nc.hcc.edu.tw/web/student_server_FC5/appendix.html#mrtg MRTG - Multi Router Traffic Grapher MRTG 官方網站:htt.

  • 使文件具有連 root 都無法更改的權限.

    adj 發表於: 2007-11-30,

    使該文件具有不可更改屬性。只有root 才能解開,用命令 #chattr +i /etc/inetd.conf 解開的指令: #chattr -i /etc/inetd.conf 如要檢查...可用 # lsattr /etc/inetd.c.

  • Postfix+Openwebmail 2.51+ cyrus-sals +Vm.

    adj 發表於: 2007-11-30,

    功能: Postfix+Openwebmail v2.51 + cyrus-sals+Vm-pop3d on Fedora Core 2 Openwebmail 2.51版部分設定與2.2版之前的有稍微不同 為方便大家學習及設定..所以修編之前的文.

  • 修改 openwebmail 介面空間用量的百分比....

    adj 發表於: 2007-11-30,

    修改檔案為:openwebmail-folder.pl 第206、209行 my $usagestr; if ($config{'quota_module'} ne "none") { my $percent=0; my $allquota=0; my $old.

  • Instructions for setting up MySQL Replic.

    adj 發表於: 2007-11-30,

    -以下這份文件是針對兩台MySQL伺服器進行One-way Replication -Starting in Version 3.23.15, MySQL supports one-way replication internally. -參考文件 1. http://ww.

  • Mysql Cluster 個人實作心得筆記

    adj 發表於: 2007-11-30,

    http://dev.mysql.com/doc/refman/5.0/en/images/cluster-components-1.png I am going to talk about three servers, manage.domain.com 192.168.20.10.

  • 安裝並優化 Squid Proxy 代理伺服器.

    adj 發表於: 2007-11-30,

    如果你看到squid 的 log 出現很多底下的內容... WARNING! Your cache is running out of filedescriptors 這時你就需要用compile 的方式重建squid (1)先找到 /usr/inclu.

  • Apache 2.0 性能優化

    adj 發表於: 2007-11-30,

    http://www.kuanshan.com.tw/simple/index.php?t15136.html Apache 2.0性能優化         ————MPM的選擇與配置 作者:◇ 邢飛 甄廣啟 本文選自:開放系統.

網管小技巧