linux 操作系统运行级别: 每个级别表示不同的功能 (笔试题)
7个运行级别 0-6 ![](http://static.51tbox.com/static/2024-08-29/col/52d0786b07eb0d9ece968aac491d0db9/4e2120b62ebb4fe793f40860097593f9.png.jpg)
7个运行级别 0-6 ![](http://static.51tbox.com/static/2024-08-29/col/52d0786b07eb0d9ece968aac491d0db9/4e2120b62ebb4fe793f40860097593f9.png.jpg)
今天介绍一下centos[yum源](https://51tbox.com/ "View all posts in yum源")配置,我们知道 [yum](https://51tbox.com/ "View all posts in yum")仓库,就是类似我们手机上的软件商店。 我们linux 需要的一些软件或者工具,需要去yum仓库...
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...
#命令行设置[网卡](https://51tbox.com/ "View all posts in 网卡")名称规则 cd /etc/sysconfig/network-scripts/ #修改网卡配置文件 mv ifcfg-ens33 ifcfg-https://51tbox.com/ sed -i "s#ens33...
[systemctl](https://51tbox.com/ "View all posts in systemctl") 的6个命令 stop 停止 start 启动 restart 重启 status 查看状态 enable 开机自动运行此服务 disable 开机禁止运行此服务 ![](http://static.51tbox...
linux查看cpu的信息的命令如下: **命令: [lscpu](https://51tbox.com/ "View all posts in lscpu")** ![](http://static.51tbox.com/static/2024-08-29/col/803318c980a114b630de78c1b52a21ad/7a2b8085deb...
如果你是内网的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地址有哪些呢? 1.每一个字节都为0的地址("0.0.0.0")对应于当前主机; 2.IP地址中的每一个字节都为1的IP地址("255.255.255.255")是当前子网的广播地址; 3.IP地址中凡是以"11110"开头的E类IP地址都保留用于将来和实验使用。 4.IP地址中不能以十进制"...
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 公有地址 全球唯一,不能出现重复. 公有地址(Public address)由Inter NIC(Internet Network Information Center因特网信息中心)负责。这些IP地址分配给注册并向Inter NIC提出申请的组织机构。通过它直接访问因特网。 IP 私有地址 局域网 私有地址(Private address)属于非注册地址,专...