- mount /mnt/cdrom /media
mount -t cifs //IP/共享目录 /挂载点 -o username= samba
- 测试DNS工具
dig 查看域名信息
host 互查
nslookup 查询DNS地址,解析域名,解析IP地址
3、windows客户端DHCP地址更新、申请
ipconfig ipconfig /release ipconfig /renew
4、防火墙
firewall-cmd --permanent --zone=public --add-port=8088/tcp
firewall-cmd --permanent --add-service =http
--reload
--list-all
setenforce=0
getenforce
5.设置密码
系统用户 passwd
samba用户 smbpasswd
apache 保证企业网站安全 htpasswd
6、各种服务器安装、主配置文件、启动
ftp dnf install vsftpd -y
ftp -y
systemctl start vsftpd
/etc/vsftpd/vsftpd.conf
Apache: dnf install httpd -y
systemctl start httpd
/etc/httpd/conf/httpd.conf
/etc/httpd/conf.d/userdir.conf
/etc/httpd/conf.d/vhost.conf
Samba; dnf install samba -y
systemctl start smb
/etc/smb.conf
DNS: bind bind-chroot -y
systemctl start named
/etc/named.conf
DHCP: dnf install dhcp-server -y
/etc/dhcp/dhcp.conf
防火墙: dnf install firewall-config -y
系统安装:默认的模式 快照 纯系统,,,交叉编译环境、boot制作
网络连接:连接互联网 nat
连接局域网
网络配置:图形界面:nmtui
命令行界面
连接测试:ping -c
cp 参数 源文件 目标文件 -a -r递归复制
rpm -ivh 安装包
-e
查找文件find 路径 匹配表达式
查找字符串 grep 参数 要查找的字符串 文件名 正则表达式
mkdir -p /he/hhr
tar tar -xf /home/work/data/data175158/CCPD2020.tar -C /home/work/data
vim 1.conf
i
命令模式 esc 输入模式 末行模式
:wq
末行模式 :wq :q :q! :set nu
输入模式:i
命令模式:光标移动 nG 移动到第n 行
gg 1
n(enter) 向下移动n行
n(space)某一行向右移动n个字符
查找与替换
删除、复制、粘贴
用户和组:groupadd 组名
useradd -g 组名 用户名
fdisk -l
fdisk /dev/sda
chmod