3.2.4通过在网站中添加密码功能访问个人主页
1.使用htpasswd命令生成密码数据库。 -c参数表示第一次生成;再分别添加密码数据库的存放文件,以及验证要用到的用户名称(不必是系统中已有的本地账户)。 [root@dsrw ~]# htpasswd -c /etc/ht...
8.7 Linux 邮件客户端
1.安装Thunderbird客户端的安装包。 [root@mail ~]# dnf install -y thunderbird Updating Subscription Management repositories. Unable to read consumer identity This system is not regis...
10.4 内部服务器映射(nat server)
图10-4 内部服务器映射(nat server)网络拓扑 图10-5 SERVER的IP配置 图10-6 SERVER的HTTP服务配置 图10-7 CLIENT的IP服务配置 1.R1配置(HTTP) [R1]interface GigabitEthernet 0/0/0 [R1-Gigab...
10.3 静态一对一IP映射
图10-3 静态一对一IP映射配置网络拓扑 1.R1配置 [R1]interface GigabitEthernet 0/0/0 [R1-GigabitEthernet0/0/0]nat static global 12.1.1.3 inside 192.168.1.1 [R1]ip route-static 0.0.0.0 ...
16.4 WRR(Weighted Round Robin) 加权轮询调度
1.RR:轮询调度,对每个队列进行轮询调度,跳过队列为空的队列,剩余带宽能被其他队列平均分配。单队列还是先进先出,从7号队列开始。 2.WRR:在进行WRR调度时,设备根据每个队列的权值进行轮循...
第16章 进程与作业管理
1. kill 命令用于删除执行中的程序或工作 [root@dsrw ~]# ps aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.4 245044 8460 ? Ss 08:01 0:05 /usr/lib/syste r...










