排序
8.5客户使用电子邮件系统
1.安装OutLook2010,设置相关信息。 图8-2输入邮件服务器信息 图8-3连接到邮件服务器 图8-4新建电子邮件 图8-5发送邮件 2.安装查看邮件的程序mailx [root@mail ~]# dnf install mailx Updating ...
11.3配置TFTP服务程序
1.安装TFTP服务 [root@dsrw ~]# dnf install -y tftp-server xinetd Updating Subscription Management repositories. Unable to read consumer identity This system is not registered to Red...
第2章 ssh服务-2.1 配置网络服务-2.1.1配置网卡参数
1.使用nmtui工具命令来配置网络 图2-1 执行nmtui命令运行网络配置工具 2.nmtui图文管理器 图2-2选中编辑连接并按下回车键 3.选择网卡ens160,选择编辑按钮。 图2-3 选中要配置的网卡名称,然后...
3.5 配置时间NTP服务
1.查看时间 [root@dsrw ~]# timedatectl Local time: 四 2022-12-29 12:04:23 CST Universal time: 四 2022-12-29 04:04:23 UTC RTC time: 四 2022-12-29 04:04:20 Time zone: Asia/Shanghai (C...
第13章 用户和工作组管理
1.useradd 命令用于建立用户帐号 1)添加一般用户 [root@dsrw ~]# useradd dsrw.com 2)为添加的用户指定相应的用户组 [root@dsrw ~]# useradd -g dsrw dsrw.cn 3)为新添加的用户指定home目录 ...
1.2.3图形管理工具
提前挂载光驱并创建软件仓库的配置文件。 1.安装图形管理工具 [root@dsrw ~]# dnf install firewall-config Updating Subscription Management repositories. Unable to read consumer identity...