自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 华为网络设备常用配置命令大全

dhcp server excluded-ip-address 192.168.1.1 192.168.1.10 排除IP范围。excluded-ip-address 192.168.1.250 192.168.1.253 排除IP范围。nat outbound 2001 address-group 1 no-pat 应用NAT不使用段数转换。ip route-static 192.168.10.0 24 serial 0/0/1 端口。

2023-04-26 13:07:27 3208 1

转载 CentOS7防火墙放行或限制指定IP和端口(firewall)

https://www.cnblogs.com/zmqcoding/p/14700374.htmlCentOS7防火墙放行或限制指定IP和端口(firewall)CentOS7默认没有安装iptables,可以手动安装iptables;也可以通过CentOS7已带的firewall配置防火墙。1.查看firewalld.service服务状态systemctl status firewalld2.查看firewall运行状态firewall-cmd --sta

2022-02-10 15:38:40 8793

转载 2021-11-01 Systemctl 操作指南

Systemd 并不是一个命令,而是一组命令,涉及到系统管理的方方面面。3.1 systemctlsystemctl是 Systemd 的主命令,用于管理系统。# 重启系统$ sudo systemctl reboot# 关闭系统,切断电源$ sudo systemctl poweroff# CPU停止工作$ sudo systemctl halt# 暂停系统$ sudo systemctl suspend# 让系统进入冬眠状态$ sudo systemctl h

2021-11-01 11:37:34 1310

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除