<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>Bo's Oracle Station - 4081-RHCE认证班第十七期</title>
    <link>https://www.botangdb.com/forum.php?mod=forumdisplay&amp;fid=73</link>
    <description>Latest 20 threads of 4081-RHCE认证班第十七期</description>
    <copyright>Copyright(C) Bo's Oracle Station</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 19 Apr 2026 04:21:49 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.botangdb.com/static/image/common/logo_88_31.gif</url>
      <title>Bo's Oracle Station</title>
      <link>https://www.botangdb.com/</link>
    </image>
    <item>
      <title>课程第35/36次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1224</link>
      <description><![CDATA[端口转发：/etc/rc.local:
或者可选可以装一下：
yum -y install iptables-services
service iptables save 

拷贝/usr/share/doc/httpd=2.4.26/httpd-vhost.conf到/etc/httpd/conf.d/vhosts.conf:mod_ssl的配置：对应iptables
:Chain IN_public_log (1 reference ...]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>botang</author>
      <pubDate>Sun, 07 Jul 2019 02:03:24 +0000</pubDate>
    </item>
    <item>
      <title>Bash Shell编程</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1221</link>
      <description><![CDATA[了解变量，和存储位置参数的变量：

[root@server3 labs]# ./5.sh
1 2 3 4 5 6 7 8 9 10
1 2 3 4 5 6 7 8 9 a
10
0

[root@server3 labs]# ./5.sh
1 2 3 4 5 6 7 8 9 a
1 2 3 4 5 6 7 8 9 a
10
0
------------------------------------------------- ...]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>botang</author>
      <pubDate>Sun, 30 Jun 2019 13:26:05 +0000</pubDate>
    </item>
    <item>
      <title>课程第34次docker</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1220</link>
      <description><![CDATA[安装Docker:
还是在报container-selinux版本低于2.9的错误：
rpm.pbone.net去搜索container-selinux这个包：


rpm -ivh  container-selinux...rpm

在文件系统任何地方创建一个文件夹：hello_world
在hello_world里面，写以下文件

Dockerfile文件的内容：
 ...]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>botang</author>
      <pubDate>Sun, 30 Jun 2019 03:31:16 +0000</pubDate>
    </item>
    <item>
      <title>课程第33次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1219</link>
      <description><![CDATA[首先请把Instructor虚拟机初始化一下：
/root/bin/gls-setup-tls-ca --reverse  
/root/bin/gls-setup-tls-ca 
/root/bin/gls-setup-ldap --reverse  
/root/bin/gls-setup-ldap
/root/bin/gls-setup-krb5 --reverse  
/root/bin/gls-setup-krb5
用Instructor虚 ...]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>botang</author>
      <pubDate>Sun, 30 Jun 2019 01:06:46 +0000</pubDate>
    </item>
    <item>
      <title>课程第32次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1216</link>
      <description><![CDATA[直接用iptables来实现firewalld的功能：
1. 禁用firewalld:
2. 查看iptables两张表（filter表和nat表的规则）：]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>botang</author>
      <pubDate>Sun, 23 Jun 2019 12:14:50 +0000</pubDate>
    </item>
    <item>
      <title>课程第31次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1215</link>
      <description><![CDATA[检查网络配置：
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      1 ...]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>botang</author>
      <pubDate>Sun, 23 Jun 2019 00:48:11 +0000</pubDate>
    </item>
    <item>
      <title>课程第30次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1213</link>
      <description><![CDATA[RHEL7的日志系统：
1. 内核空间： rsyslog: dmesg
.........




2. 用户空间(Welcome to Redhat Enterprise Linux):
rsyslog: boot.log

.........

3. 用户空间(login提示符之后):
rsyslog: messages：
.........

4. jourctl：
 ......





 ...]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>botang</author>
      <pubDate>Thu, 20 Jun 2019 12:37:07 +0000</pubDate>
    </item>
    <item>
      <title>课程第29次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1211</link>
      <description><![CDATA[192.168.0.4 ssh  连接 192.168.0.5的时候， 前者是Alice，后者是Bob
（谁输入密码谁是Alice, 谁有公钥和私钥对谁是Bob） 




如果BOB的公钥不对的话，Alice出现：]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>botang</author>
      <pubDate>Tue, 18 Jun 2019 13:24:06 +0000</pubDate>
    </item>
    <item>
      <title>课程第27/28次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1208</link>
      <description><![CDATA[添加/www到策略规则：
（整个过程中，tail -n 30 -f /var/log/audit/audit.log）

cd /www
加上ACL：
（整个过程中，tail -n 30 -f /var/log/httpd/error.log）

在其下，新建index.html

---------------------------------------------------------
KVM官网 ...]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>botang</author>
      <pubDate>Thu, 13 Jun 2019 13:18:35 +0000</pubDate>
    </item>
    <item>
      <title>课程第26次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1205</link>
      <description><![CDATA[ACL组位上的实验：
另外一种改掩码的方法：



如果真要改group选项：

默认acl权限和默认掩码：]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>admin</author>
      <pubDate>Tue, 11 Jun 2019 12:23:16 +0000</pubDate>
    </item>
    <item>
      <title>课程第25次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1204</link>
      <description><![CDATA[替换文本：]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>admin</author>
      <pubDate>Thu, 06 Jun 2019 12:11:42 +0000</pubDate>
    </item>
    <item>
      <title>课程第24次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1202</link>
      <description><![CDATA[2019-06-04
------------------------------
%post
KS_IPADDR=$(ifconfig | head -n 2 | tail -n 1 | cut -c 14- | cut -d \' \' -f 1)
KS_IPADDR_SHORT=$(ifconfig | head -n 2 | tail -n 1 | cut -c 14- | cut -d \' \' -f 1 | cut -d \'.\' -f 4)
KS_DEVICE=$( ls /e]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>admin</author>
      <pubDate>Tue, 04 Jun 2019 17:44:32 +0000</pubDate>
    </item>
    <item>
      <title>课程第23次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1200</link>
      <description><![CDATA[Kickstart:RH134-P20的示例kickstart:
改过的：
/kickstart/workstation.cfg
改过/var/lib/tftboot/pxelinux.cfg/default:
post节：]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>botang</author>
      <pubDate>Sat, 01 Jun 2019 22:57:39 +0000</pubDate>
    </item>
    <item>
      <title>课程第22次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1198</link>
      <description><![CDATA[samba自动挂载:/etc/auto.master:
/etc/auto.test:
或者：
凭空cd /sambaclient/test

-------------------------------------------------------------
/etc/samba/smb.conf:]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>botang</author>
      <pubDate>Thu, 30 May 2019 13:12:00 +0000</pubDate>
    </item>
    <item>
      <title>课程第20/21次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1195</link>
      <description><![CDATA[2019-05-26 2019-05-28

kerberos化的nfsipa server(192.168.0.61：)

192.168.0.62是nfs 服务器(exports:   /nfsserver      192.168.0.0/24(rw,sec=krb5p))
生成了keytab凭证：
验证keytab凭证：
分发keytab凭证：]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>botang</author>
      <pubDate>Sun, 26 May 2019 03:52:49 +0000</pubDate>
    </item>
    <item>
      <title>课程第18/19次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1192</link>
      <description><![CDATA[2019-05-21  2019-05-23

列出SELinux上下文策略的命令：
/var/lib/samba/winbindd_privileged(/.*)?           all files          system_ubject_r:winbind_var_run]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>botang</author>
      <pubDate>Tue, 21 May 2019 13:49:06 +0000</pubDate>
    </item>
    <item>
      <title>课程第17次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1191</link>
      <description><![CDATA[2019-05-19
逻辑卷相同的写法：
/dev/mapper/vg_install-lv_home/   === /dev/vg_install/lv_home

kvm虚拟机的盘/dev/vda...                                   xen虚拟机的盘/dev/xvda...
如果要跨设备做硬链接，那么：
对比一下grep -r：关于RHEL7  RH124 P35 ...]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>botang</author>
      <pubDate>Sun, 19 May 2019 12:02:54 +0000</pubDate>
    </item>
    <item>
      <title>课程第16次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1190</link>
      <description><![CDATA[2019-05-16

BIOS+MBR的硬盘是不可能有第16个分区的：

目录的“硬链接”：]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>botang</author>
      <pubDate>Thu, 16 May 2019 12:37:18 +0000</pubDate>
    </item>
    <item>
      <title>课程第15次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1188</link>
      <description><![CDATA[2019-05-14

RHEL7启动的顺序：
1. BIOS/UEFI自检
   BIOS-&gt;init13-&gt;找定义的外存的第一个扇区
   UEFI-&gt;找UEFI分区-&gt;对应的文件夹下面的文件（efi/redhat/...）

2. grub2
   root（不是根文件系统，是指boot挂载点）在哪里？7.6开始/boot已经可以在逻辑卷里， ...]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>botang</author>
      <pubDate>Tue, 14 May 2019 13:24:11 +0000</pubDate>
    </item>
    <item>
      <title>课程第14次</title>
      <link>https://www.botangdb.com/forum.php?mod=viewthread&amp;tid=1187</link>
      <description><![CDATA[2019-05-12
复习一下：进程4种:
前台长命、前台短命、后台、后台守护

进程执行方式3种：
fork-exec/exec/source

历史上（服务器）进程启动顺序有4种：
1. 内核空间服务（3N）:network+nfs(runlevel2 +nfs=runlevel3)+netfilter(iptables)
2. /etc/inittab 改 ...]]></description>
      <category>4081-RHCE认证班第十七期</category>
      <author>botang</author>
      <pubDate>Sun, 12 May 2019 13:16:56 +0000</pubDate>
    </item>
  </channel>
</rss>