
rhce
scruffybear
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
RHCE6 Preperation (9) - SMTP,MTA, shell script, ftp
1, Configure SMTP mail service according to the following requiremnets:-- Your mail server should accept mail from remote hosts and localhost-- harry must be able to receive mail from remote hosts原创 2014-09-22 21:46:21 · 869 阅读 · 0 评论 -
RHCE6 Preperation (4) - user/group, kernel install, ip_forward, printer, crontab
1, create group, add user belong to the group, and create password,create the group 'admin'groupadd adminadd user to the group,useradd -G admin maryuseradd -G admin aliceuseradd -s /sb原创 2014-09-18 14:13:57 · 1043 阅读 · 0 评论 -
RHCE6 Preperation (5) - ldap, NIS, NTP, setfacl, vsftp
1, ldap for user authentication, without autofs in the authentication configuration,原创 2014-09-18 20:55:03 · 1369 阅读 · 0 评论 -
RHCE6 Preperation (2) - yum source and auto mount
1, configure the YUM source to the instructor location.原创 2014-09-16 20:47:04 · 860 阅读 · 0 评论 -
RHEL6 RHCE exam in Singapore
Just passed the RHCE exam of RHEL6 in Singapore, took the exam of EX200 (RHCSA) on 9th Oct. 2014 morning, and EX300 (RHCE) on 24th Oct. 2014 morning原创 2014-12-08 20:53:21 · 786 阅读 · 0 评论 -
linux rw in maintenance mode/extended partition
1, linux rw in maintenance modeAfter enter into the maintenance mode, sometimes you need to modify the system files, but you don't have t原创 2014-10-12 21:47:42 · 882 阅读 · 0 评论 -
RHCE6 Preperation (6) - httpd, lvm, grep, ssh, nfs
1, install the http server, make it automatically startupyum install -y http*/etc/init.d/httpdd startchkconfig httpd on2, create logical volume, name as lv0, lv0 belong to logical group vg0, P原创 2014-09-19 10:21:13 · 981 阅读 · 0 评论 -
RHCE6 Preperation (3) - find & copy, lvm resize, swap partition create
1, find the file belong to lucy and copy to a folder,d原创 2014-09-17 09:54:44 · 1005 阅读 · 0 评论 -
RHCE6 Preperation (11) – Quota
Create quota for user alice and /home/alice, least limit is 40K, when exeeding原创 2014-10-01 21:15:36 · 802 阅读 · 0 评论 -
RHCE6 Preperation (10) - SMTP,NFS, boot parameter
1, Configure smtp service, reject the mail from remote.testinstall postfix, installed before.copy原创 2014-09-23 11:51:20 · 709 阅读 · 0 评论 -
RHEL6 LDAP server configuration issue and solve
SummaryProblem and resolveno DB_CONFIG filedb_openvarlibldapid2entrybdb failed No such file or directory 2Permission denied for etcopenldapslapddcnconfigldifSuccessful resultReferenceSummaryEncou原创 2017-02-09 11:15:26 · 734 阅读 · 0 评论