centos
摩西KK
愿有岁月可回首,且有深情。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CentOS7 本地yum源配置,ifconfig不显示IP问题
1.挂载CentOS7的安装iso mount /dev/cdrom /mnt 2.备份yum源配置 cd /etc/yum.repos.d mkdir backup cp /etc/yum.repos.d/* /etc/yum.repos.d/backup 3.新建yum源配置 cd /etc/yum.repos.d rm -rf ./*原创 2015-09-30 14:00:55 · 2737 阅读 · 0 评论 -
CentOS7 禁用firewall,启用iptables,disable firewalld service and use iptables
1. Disable Firewalld Service. [root@localhost ~]# systemctl mask firewalld 2. Stop Firewalld Service. [root@localhost ~]# systemctl stop firewalld 3. Install iptables service related pack原创 2015-09-30 14:06:37 · 722 阅读 · 0 评论 -
CentOS7 yum安装mysql
CentOS7的yum源中默认是没有mysql的,为了解决这个问题,先下载mysql的repo源。 1. 下载mysql的repo源 #wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm 2. 安装mysql-community-release-el7-5.noarch.rpm包 #rpm原创 2015-09-30 14:05:13 · 376 阅读 · 0 评论 -
CentOS 修复/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
修复/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory问题 1、在64系统里执行32位程序如果出现/lib/ld-linux.so.2:bad ELF interpreter: No such file or directory, 安装下glic即可 #yum install glibc.i686 2原创 2015-09-30 14:07:36 · 709 阅读 · 0 评论
分享