51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

云服务器

linux yum源配置-epel-阿里源

linux yum源配置-epel-阿里源

厉飞雨 阅读(41) 评论(0) 赞(4)

今天介绍一下centos[yum源](https://51tbox.com/ "View all posts in yum源")配置,我们知道 [yum](https://51tbox.com/ "View all posts in yum")仓库,就是类似我们手机上的软件商店。 我们linux 需要的一些软件或者工具,需要去yum仓库...

linux 安装使用 netcat (待完善)

linux 安装使用 netcat (待完善)

厉飞雨 阅读(39) 评论(0) 赞(2)

https://my.oschina.net/u/4295888/blog/3340261 yum install [netcat](https://51tbox.com/ "View all posts in netcat") 需要 epel 扩展仓库的支持 ![](http://static.51tbox.com/static/2024-08-29...

linux修改网卡名称详细步骤

linux修改网卡名称详细步骤

厉飞雨 阅读(45) 评论(0) 赞(4)

#命令行设置[网卡](https://51tbox.com/ "View all posts in 网卡")名称规则 cd /etc/sysconfig/network-scripts/ #修改网卡配置文件 mv ifcfg-ens33 ifcfg-https://51tbox.com/ sed -i "s#ens33...

linux systemctl命令详解

linux systemctl命令详解

厉飞雨 阅读(43) 评论(0) 赞(3)

[systemctl](https://51tbox.com/ "View all posts in systemctl") 的6个命令 stop 停止 start 启动 restart 重启 status 查看状态 enable 开机自动运行此服务 disable 开机禁止运行此服务 ![](http://static.51tbox...

IP地址常见分类(ip地址怎么判断a类b类c类d类)

IP地址常见分类(ip地址怎么判断a类b类c类d类)

厉飞雨 阅读(50) 评论(0) 赞(4)

如果你是内网的ip 可以分ABC类,具体的可以参考 :[ip私有地址范围 (局域网IP)](https://51tbox.com/) **IP地址常见分类** ABCDE类 A类: 1.0.0.0 \~ 127.255.255.254 子网掩码: 255.0.0.0,第一段为网络号,其余3段为本机号码 , B类 : 128.1.0.0 \~ 191.255.255.2...

特殊的IP地址

特殊的IP地址

厉飞雨 阅读(46) 评论(0) 赞(5)

特殊的ip地址有哪些呢? 1.每一个字节都为0的地址("0.0.0.0")对应于当前主机; 2.IP地址中的每一个字节都为1的IP地址("255.255.255.255")是当前子网的广播地址; 3.IP地址中凡是以"11110"开头的E类IP地址都保留用于将来和实验使用。 4.IP地址中不能以十进制"...

TCP/IP4层结构及其对应协议

TCP/IP4层结构及其对应协议

厉飞雨 阅读(41) 评论(0) 赞(6)

OSI7层模型与[TCP/IP](https://51tbox.com/ "View all posts in TCP/IP")模型(DOD)对应关系 ![](http://static.51tbox.com/static/2024-08-29/col/6f8bd1affaa451a13c44512c0f42bb28/a5cf1dd72770436db8e...

ip私有地址范围 (局域网IP)

ip私有地址范围 (局域网IP)

厉飞雨 阅读(44) 评论(0) 赞(4)

IP 公有地址 全球唯一,不能出现重复. 公有地址(Public address)由Inter NIC(Internet Network Information Center因特网信息中心)负责。这些IP地址分配给注册并向Inter NIC提出申请的组织机构。通过它直接访问因特网。 IP 私有地址 局域网 私有地址(Private address)属于非注册地址,专...