Filesystem
entry in #/etc/fstab
partitions
-------------------------
5(or f)--Extended
82 --linux swap
83 --linux (ext2, ext3)
8e --linux LVM
(Read More...)
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.
Filesystem
entry in #/etc/fstab
partitions
-------------------------
5(or f)--Extended
82 --linux swap
83 --linux (ext2, ext3)
8e --linux LVM
(Read More...)
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...)
Cron
#crontab [-u user] file
#crontab [-l | -r | -e]
restrict allow user
/etc/cron.allow (預設不存在, all user都允許, 除非黑名單deny, 才不允許使用)
/etc/cron.deny
(Read More...)
CUPS
config file: /etc/cups/cupsd.conf, /etc/cups/printers.conf
config tool: system-config-printer
1.使用#system-config-printer 設定印表機
因測試需要設定二台
(Read More...)
NTP: Network Time Protocol
config file: /etc/ntp.conf
config tool: #system-config-date
#vi /etc/ntp.conf
---略---
(Read More...)
Hits Today: 23
Total Hits: 21117