This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please upgrade to a browser that supports web standards. It's free and painless.

修性不修命,萬劫陰靈難入聖; 修命不修性,猶有家財無主柄
Album | Blog | Comment | Profile | Control Panel
標題列表  簡短摘要
aquatower | 21 July,2009 23:59

Filesystem

entry in #/etc/fstab

partitions
-------------------------
5(or f)--Extended
82 --linux swap
83 --linux (ext2, ext3)
8e --linux LVM
(Read More...)

aquatower | 21 July,2009 23:44

Lab

1. using cron

job runs every ten minutes today between the hours of 0800 and 1700

#crontab -e
*/10 8-17 * * * /usr/bin/free

#Mail to user
(Read More...)

aquatower | 21 July,2009 23:24

Cron

#crontab [-u user] file
#crontab [-l | -r | -e]

restrict allow user
/etc/cron.allow (預設不存在, all user都允許, 除非黑名單deny, 才不允許使用)
/etc/cron.deny


(Read More...)

aquatower | 21 July,2009 23:12

CUPS

config file: /etc/cups/cupsd.conf, /etc/cups/printers.conf

config tool: system-config-printer


1.使用#system-config-printer 設定印表機
因測試需要設定二台

(Read More...)

aquatower | 21 July,2009 23:06

NTP: Network Time Protocol

config file: /etc/ntp.conf

config tool: #system-config-date


#vi /etc/ntp.conf

---略---
(Read More...)

1 2