Centos 6.5/6.10 操作系统OpeSSH高危漏洞修复、离线升级OpeSSH详细步骤,内外网通用教程,纯手打 升级所需要的所有包下载地址:https://blog.csdn.net/qq_42626061 1.准备工作,准备好升级安装需要的包 telnet-0.17-47.el6.x86_ ...
分类:
其他好文 时间:
2020-07-09 22:21:03
阅读次数:
244
当主机使用ssh免密码登录时,弹出Warning:Permanently added (RSA) to the list of known hosts的警告,看着很碍眼。通过以下方法进行解决: 1:vim /etc/ssh/ssh_config(master和slave1都需要设置) 找到#Stri ...
分类:
其他好文 时间:
2020-07-07 15:34:46
阅读次数:
57
centos6中防火墙是iptables,centos7中防火墙是firewalld 在centos7中用service iptables status查看防火墙状态会报错 Redirecting to /bin/systemctl status iptables.service Unit ipta ...
分类:
其他好文 时间:
2020-07-06 10:48:36
阅读次数:
94
1.忘记root密码,除了可采用进入单用户维护模式外,还可以利用LiveCD来挂载根目录将root密码清除后,再重新修改。 2.将CentOS6开机时的第一启动设备修改成CD-RAM.(修改BIOS) 3.进入LiveCD系统后,挂载根目录所在的系统分区: 4.将root用户的密码清除后,将第一启动 ...
分类:
其他好文 时间:
2020-07-05 00:19:31
阅读次数:
127
1.centos7永久修改主机名命令:hostnamectl set-hostname mylinuxops.com centos6永久修改主机名第一步:vi /etc/sysconfig/network NETWORKING=yes HOSTNAME=mylinuxops.com 第二步:vi / ...
分类:
其他好文 时间:
2020-07-04 13:12:56
阅读次数:
69
https://www.jb51.net/article/99996.htm 本文系统:Centos6.5_x64 三台主机:nginx主机,hostname: master.lansgg.com IP: 192.168.10.128 apache主机,hostname: client1.lansg ...
分类:
Web程序 时间:
2020-07-03 21:08:51
阅读次数:
52
参考: https://man.linuxde.net/download/CentOS_6_8 ...
分类:
其他好文 时间:
2020-07-03 00:42:43
阅读次数:
927
服务器环境要求CentOS6.964bit下载脚本文件并安装wgethttp://voip-sdk.oss-cn-beijing.aliyuncs.com/rtc_sip/install_rtc_sip.shwgethttp://voip-sdk.oss-cn-beijing.aliyuncs.com/rtc_sip/python_install.sh#yum-yinstalldos2unix#d
分类:
Web程序 时间:
2020-07-01 17:31:07
阅读次数:
77
1、学习Linux中的师傅推荐的经验贴: https://www.runoob.com/linux/linux-system-boot.html 2、进行安装vm ware 14及centos6 的安装步骤: https://www.runoob.com/w3cnote/vmware-install ...
分类:
其他好文 时间:
2020-06-29 11:25:44
阅读次数:
97
1.首先备份原来的yum源 cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak 2.获取阿里的yum源覆盖本地官方yum源 wget -O /etc/yum.repos.d/CentOS-Base.re ...
分类:
其他好文 时间:
2020-06-28 12:44:31
阅读次数:
174