
linux
--LIANG--
愿你出走半生,归来仍是少年。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
/usr/bin/docker-current: Error response from daemon: oci runtime error: container_linux.go:235: star
# docker run -d -p 80:80 demo linux 运行docker 镜像报错: /usr/bin/docker-current: Error response from daemon: oci runtime error: container_linux.go:235: starting container process caused "process_linux.go:245: running exec setns process for init caused \"...原创 2020-05-10 11:49:11 · 9544 阅读 · 3 评论 -
centos 7.3 设置静态IP或ping 报name or service not known
首先把虚拟机配置为桥接模式,然后开启 再你打算修改虚拟机IP之前首先ping下127.0.0.1看看网卡是否是好的(如果127.0.0.1都ping不通的话,那网卡就是坏的了…)[root@localhost /]# ping 127.0.0.1 PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data. 64 bytes from 127.0.0.1: ic原创 2017-10-17 15:21:44 · 28499 阅读 · 6 评论 -
-bash wget command not found
一般我们选择安装Centos的最小安装,然后我们在使用好多工具的时候就会报错!wget不会默认被安装。 解决方法: 1.【推荐使用】 [root@DB1 ~]# yum -y install wget 安装完毕即可。2. rpm 安装rpm 下载源地址:http://mirrors.163.com/centos/6.2/os/x86_64/Packages/下载wget的RPM包:http原创 2017-10-17 16:00:21 · 1592 阅读 · 0 评论 -
Centos7.4最小安装使用wget下载报:-bash wget command not found
一般我们选择安装Centos的最小安装,然后我们在使用好多工具的时候就会报错!wget不会默认被安装。 解决方法: 1.【推荐使用】 [root@DB1 ~]# yum -y install wget 安装完毕即可。2. rpm 安装rpm 下载源地址:http://mirrors.163.com/centos/6.2/os/x86_64/Packages/下载wget的RPM包:http原创 2017-12-29 19:49:10 · 5657 阅读 · 1 评论 -
Centos7.4安装并配置Mysql5.7
一般我们选择安装Centos的最小安装,然后我们在使用好多工具的时候就会报错!wget不会默认被安装。需要安装的看我之前的博客。 1、配置YUM源下载mysql源安装包[root@localhost~]#wget http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm安装mysql源[root@localhost~]#原创 2017-12-29 20:00:16 · 4984 阅读 · 4 评论