随笔分类 -  CentOS运维

摘要:[root@Centos01 ~] yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh /*安装命令 Do you want to instal 阅读全文
posted @ 2021-08-12 11:13 金色毛毛
摘要:CentOS7根目录磁盘扩容(/dev/mapper/centos-root 空间不足) /*centos为计算机名 # 查看根分区大小[root@cbs ~]# df -h /* 从红色框中可见,已用36%,可用17G # 查看磁盘编号[root@cbs ~]# ls /dev/sd* # 这里在 阅读全文
posted @ 2021-07-27 16:17 金色毛毛
摘要:公网IP地址查询:icanhazip.com 类似在Windows系统下查询公网IP地址:www.ip138.com 查询命令: [root@bankint0 ~]# curl icanhazip.com27.154.232.23 阅读全文
posted @ 2021-07-03 14:16 金色毛毛