3月 2007 - 工作雜記

工作雜記

My working blogger,In my daily work log, I meticulously record all the matters and processes I encounter during the day. From the task planning that begins in the morning and the discussions and collaborations with colleagues, to the tools, methods, and processes used in the actual execution of the work, I organize and write them down one by one. Problems encountered during the process, the directions of thought, and the solutions finally found are also clearly recorded in writing

工作雜記

搜尋此網誌

標籤

2007年3月30日 星期五

寄出信加入安全性(版權)宣告

改你的 MailScanner.conf 代碼: Sign Clean Messages = %rules-dir%/scm.rules scm.rules 內容概略如下: 代碼: From: *@yourdomain yes To: *@yourdomain no ...
Read More

2007年3月25日 星期日

gz/bz2 解壓

解gz  tar -zxvf  filename.tar.gz 解bz2 tar -jxvf  filename.tar.bz2
Read More

Layer 7 filter & 核心編譯

L7-filter is a classifier for Linux's Netfilter that identifies packets based on application layer data. It can classify packets as Ka...
Read More

2007年3月24日 星期六

CBQ 設定

更新: Centos 7 要注意device的名稱 eth0 ->enp11s0 eth1 ->enp6s0   FC5 已內建cbq.init 直接設定 /etc/sysconfig/cbq 設定檔便可 取得 cbq.init: cbq.init SourceFor...
Read More

Grub 設定

vi /boot/grub/menu.lst # 設定開機時的延遲時間 timeout 5 # 設定開機時,選單/項目的顏色。 # 依序為:選單背景/選單文字 項目背景/項目文字 color black/cyan yellow/cyan # 預設的開機項目。 # 和 LILO 不...
Read More

2007年3月14日 星期三

更換MB不用重灌

Win 2000/XP 換主機板免重灌 from discuss.com.hk 以前只要換了板子就要重灌XP 用了下面的程式就不會了 裡面有Readme檔 照做就行了 "注意"請在換主機板之前就執行,不然是沒有用的 相信有經驗的人都有過這種類似經驗吧? 在安裝...
Read More

2007年3月13日 星期二

AD在用戶端立刻更新GPO

在 2000 環境 secedit /refreshpolicy machine_policy /enforce secedit /refreshpolicy user_policy /enforce 在 xp/2003 環境 gpupdate /Force
Read More

2007年3月10日 星期六

LINUX dd 備份使用方法

首先你必須先了解到 "dd 指令" 的定義: dd即可從標準輸入裝置(或檔案讀取資料)? 經過指定的格式來轉換資料, 再輸出至檔案、裝置或標準輸出。 先用 df 觀看磁區 磁區備份需要不同磁區才行 例:  hda1 掛載根目錄 / 為磁區1 hda2 掛載 /...
Read More

2007年3月8日 星期四

postfix設定

用 Postfix 達成 MTA 功能 Sendmail 真是個很棒的 MTA 伺服器,不過他也有若干的缺點,包括早期的程式漏洞問題導致的主機安全性缺失; 還有 sendmail 將所有的功能都統合在 /usr/sbin/sendmail 這個程式當中,導致程式太大可能會有效能方...
Read More

Samba設定與使用

一、設定samba安全等級為user (需登入才可使用) vi /etc/samba/smb.conf [global]                 workgroup     = vbirdhouse                 server string = This...
Read More

Telnet 連線設定

1.安裝Telnet套件 yum -y install telnet telnet-server 2.設定組態 vi /etc/xinetd.d/telnet  service telnet {        bind            =192.168.0.1  < ...
Read More

MailScanner 安裝與設定

注意!! posfix版本2.0以上適用!! 安裝 MailScanner 下面這行最好貼到 vi 再執行 免得產生斷行問題 yum -y install rpm-build gcc-c++ rpm-devel zlib-devel libstdc++-devel bzip2-d...
Read More

2007年3月7日 星期三

Quota磁碟配額設定

一、讓使用者目錄開啟磁碟配額 前題是在當初灌系統時, /home 需要切割成獨立的分割區 為方便Quota管理,我們把 /var/spool/mail 搬家 1.mkdir /home/mail 2.chown root:mail /home/mail 3.chmod 775 /...
Read More

2007年3月5日 星期一

clamav安裝與使用

在安裝之前先新增 clamav 使用者及群組 不然下面會有權限的問題產生 到時還要手動修正 依照官方文件先創 clamav群組與使用者 groupadd clamav useradd -g clamav -s /bin/false -c "Clam AntiVirus...
Read More

spamassassin 安裝

SpamAssassin 官方網站: http://spamassassin.apache.org/ yum -y install spamassassin 讓procmail來處理spamassassin: cp /etc/mail/spamassassin/spamassas...
Read More

Yum 設定管理

2016/12/01 fedora版本太舊,需更新來源 fedora.repo: baseurl=http://archives.fedoraproject.org/pub/archive/fedora/linux/core/$releasever/$basearch/os/ f...
Read More

Post Top Ad

Your Ad Spot