Skip to content

4K's Blog

生活如此美好!

  • 首页
  • 运维技术
    • 系统运维
    • 云技术
  • 编程开发
    • PHP相关
  • 资源收录
    • 软件工具
    • 源码程序
    • 其他资源
  • 区块链
    • Swarm/Bzz
  • 杂项
  • 在线工具

标签:centos

centos7系统yum命令提示占用,无法执行的解决方法
Posted in: 系统运维

centos7系统yum命令提示占用,无法执行的解决方法

Written by liwei4k 2022年2月1日2022年3月11日 Leave a Comment on centos7系统yum命令提示占用,无法执行的解决方法

原因是yum被某个程序占用,粗暴的解决方法是执行以下命令,强制结束占用yum的进程: 执行以上命令后,yum就 […]

Read More “centos7系统yum命令提示占用,无法执行的解决方法”

Posted in: 系统运维

CentOS6 yum源失效的解决方法

Written by liwei4k 2020年12月12日2022年3月11日 Leave a Comment on CentOS6 yum源失效的解决方法

2020年12月初开始,centos官方宣布已停止centos6的yum源维护,centos6将无法使用yum […]

Read More “CentOS6 yum源失效的解决方法”

CentOS自动同步时间的设置方法
Posted in: 系统运维

CentOS自动同步时间的设置方法

Written by liwei4k 2020年11月3日2022年3月11日 Leave a Comment on CentOS自动同步时间的设置方法

三步解决方法: 1、安装ntpdate工具 [root@slave1 ~]#  yum -y ins […]

Read More “CentOS自动同步时间的设置方法”

Posted in: 系统运维

CentOS6/CentOS7 绕过密码 进入单用户模式,即可重置密码

Written by liwei4k 2020年10月22日2022年3月11日 Leave a Comment on CentOS6/CentOS7 绕过密码 进入单用户模式,即可重置密码

CentOS 6.x 进入单用户模式的方法: 开机进入系统引导界面的时候按任意键(一般建议上下方向键)进入系统 […]

Read More “CentOS6/CentOS7 绕过密码 进入单用户模式,即可重置密码”

Posted in: 系统运维

CentOS 使用SCP 命令进行数据迁移|服务器之间互传文件

Written by liwei4k 2020年9月26日2022年3月11日 Leave a Comment on CentOS 使用SCP 命令进行数据迁移|服务器之间互传文件

1. 安装scp yum install -y openssh-clients 2. 命令参数 OPTIONS […]

Read More “CentOS 使用SCP 命令进行数据迁移|服务器之间互传文件”

Posted in: 云技术, 系统运维

CentOS云服务器 挂载硬盘到/home的教程

Written by liwei4k 2020年8月22日2022年3月11日 Leave a Comment on CentOS云服务器 挂载硬盘到/home的教程

一般云服务器的数据盘,也就是第二硬盘,默认是不自动挂载的,需要手动配置挂载上。 1. 查看硬盘信息 可以看到需 […]

Read More “CentOS云服务器 挂载硬盘到/home的教程”

Posted in: 系统运维

CentOS6和CentOS7 批量绑定多IP的教程

Written by liwei4k 2020年8月22日2022年3月11日 Leave a Comment on CentOS6和CentOS7 批量绑定多IP的教程

CentOS 7 批量绑定IP的方法: 输入以下命令即可批量绑定IP: 重启网卡即生效 service net […]

Read More “CentOS6和CentOS7 批量绑定多IP的教程”

Posted in: 系统运维

CENTOS下重置IPMI密码的教程

Written by liwei4k 2020年8月21日2022年8月6日 CENTOS下重置IPMI密码的教程有1条评论

安装IPMITOOLyum install ipmitool -y 执行以下命令加载模块:modprobe i […]

Read More “CENTOS下重置IPMI密码的教程”

近期文章

  • [图文教程]如何远程桌面连接windows服务器
  • 华为/H3C交换机查看IP对应的mac地址和端口号
  • CentOS7安装BBR加速的部署教程
  • [亲测有效]Windows等系统远程桌面提示”出现身份验证错误 要求的函数不受支持”的解决方法(2008/2012/2016/2019/win7/win10)
  • KMS激活非VL windows系统失败的解决方法[转换VL版本]

近期评论

  • liwei4k发表在《laravel框架 执行迁移”php artisan migrate”操作时报错失败的解决方法》
  • liwei4k发表在《CENTOS下重置IPMI密码的教程》

Copyright © 2025 4K's Blog.
Theme Galaxis by ScriptsTown.

Back to Top