星露谷值班站长
  • 首页
  • go运维工具
  • Devops
    • Nginx
    • docker
    • 系统命令
  • 监控
    • prometheus
    • zabbix
  • 容器镜像站
  • 数据库
    • Mysql
    • postgresql
    • mongodb
  • Adobe
  • 友情链接
  • 首页
  • go运维工具
  • Devops
    • Nginx
    • docker
    • 系统命令
  • 监控
    • prometheus
    • zabbix
  • 容器镜像站
  • 数据库
    • Mysql
    • postgresql
    • mongodb
  • Adobe
  • 友情链接
  1. 首页
  2. linux
  3. 文章列表
系统命令
zabbix报错(Not all processes could be identified, non-owned process info  will not be shown, you would have to be root to see it all.)

linux zabbix报错(Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.)

报错信息:(Not all processes could be identified, non-owned …

1,575次阅读 0个评论
linux 2017-03-20
Centos7安装docker-ce

linux Centos7安装docker-ce

Docker 社区版 for CentOS 用于 CentOS 分发的 Docker CE 是在基于 Cent…

1,933次阅读 0个评论
linux 2017-03-16
error: command ‘gcc’ failed with exit status 1

linux error: command ‘gcc’ failed with exit status 1

【系统】:centos7 安装 pillow-4.0.0 出现错误 error: command &#8216…

553次阅读 0个评论
linux 2017-03-07
PHP编译安装curl模块

linux PHP编译安装curl模块

【系统】:centos7.2 【PHP】:php-5.6.22 1. 下载 curl curl 官网:http…

1,863次阅读 0个评论
linux 2017-03-01
Docker-compose安装

linux Docker-compose安装

环境 【系统】:CentOS Linux release 7.1.1503 (Core) 【docker 版本…

1,969次阅读 0个评论
linux 2017-02-16
解决:”can’t create unix socket /var/run/docker.sock: is a directory”

linux 解决:”can’t create unix socket /var/run/docker.sock: is a directory”

开启 docker 服务遇到报错 “can’t create unix socket …

1,960次阅读 0个评论
linux 2017-02-09
解决yum报错error: %pre(xxxxx.el7_3.1.x86_64) scriptlet failed, exit status 1

linux 解决yum报错error: %pre(xxxxx.el7_3.1.x86_64) scriptlet failed, exit status 1

今天安装软件也就是 squid 遇到了报错本想着 yum 安装完事,但是却遇到报错 error: %pre(s…

1,466次阅读 0个评论
linux 2017-01-22
Centos7下配置docker http_proxy代理

linux Centos7下配置docker http_proxy代理

我们在使用 docker 需要去下载一些非 docker_hub 的镜像比如 kubernetes 这个时候我…

1,949次阅读 0个评论
linux 2017-01-13
Linux系统下Nginx+MySQL+PHP架构一键安装脚本

linux Linux系统下Nginx+MySQL+PHP架构一键安装脚本

本文中 LNMP 代表的就是:Linux 系统下 Nginx+MySQL+PHP 这种网站服务器架构。Linu…

2,059次阅读 0个评论
linux 2017-01-10
解决Error response from daemon: Get https://registry.com/v1/users/: dial tcp: lookup registry on [::1]:53: read udp [::1]:46618->[::1]:53: read: connection refused

linux 解决Error response from daemon: Get https://registry.com/v1/users/: dial tcp: lookup registry on [::1]:53: read udp [::1]:46618->[::1]:53: read: connection refused

【环境】windows 10 专业版 【版本】docker-engine 1.12.5 windows 上面安…

2,747次阅读 0个评论
linux 2016-12-29
docker配置加速器

linux docker配置加速器

因为国内访问 dockerhub 下载镜像会因为各种问题导致很慢,所以我们需要配置加速器进行加速 【系统环境】…

1,895次阅读 0个评论
linux 2016-12-27
Centos安装Docker

linux Centos安装Docker

安装前提! docker 需要 64 位操作系统和 3.10 或 Linux 内核的更高的版本 要查看当前的内…

1,896次阅读 0个评论
linux 2016-11-30
Nginx报错413 Request Entity Too Large错误解决方法

linux Nginx报错413 Request Entity Too Large错误解决方法

Nginx 出现的 413 Request Entity Too Large 错误, 这个错误一般在上传文件的…

1,534次阅读 0个评论
linux 2016-11-17
Centos7配置systemctl开机自启动服务

linux Centos7配置systemctl开机自启动服务

Centos7 上面已经把 /etc/init.d/ 服务的启动方式更改为 systemctl 启动。 当然编…

1,960次阅读 0个评论
linux 2016-11-14
Centos7编译安装Cmake高版本

linux Centos7编译安装Cmake高版本

当我们做一些应用的时候编译报错 cmake 版本过低,Centos7 上面默认 cmake 版本为 2.8.1…

1,857次阅读 0个评论
linux 2016-10-26
Redis报错-ERR max number of clients reached

linux Redis报错-ERR max number of clients reached

Redis 报错 redis 报错 ERR max number of clients reached错误 我…

1,723次阅读 0个评论
linux 2016-10-13
Tomcat 调整Log 日志路径

linux Tomcat 调整Log 日志路径

原创谢绝转载 有的时候为了规范日志需要把业务日志放到一个地方里面去 Tomcat 日志默认在 /Tomcat/…

1,142次阅读 0个评论
linux 2016-09-21
PHP option “always_populate_raw_post_data” must be set to “-1”

linux PHP option “always_populate_raw_post_data” must be set to “-1”

今天安装 zabbix 3.0.4 遇到的问题前面检测都通过就是按照遇到这个报错 PHP option &#8…

1,129次阅读 0个评论
linux 2016-09-12
dd命令

linux dd命令

dd 命令 用于复制文件并对原文件的内容进行转换和格式化处理。dd 命令功能很强大的,对于一些比较底层的问题,…

1,577次阅读 0个评论
linux 2016-08-26
date命令

linux date命令

date 命令 是显示或设置系统时间与日期。 很多 shell 脚本里面需要打印不同格式的时间或日期,以及要根…

1,648次阅读 0个评论
linux 2016-08-26
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • ...
  • 10
  • »
京ICP备16010327号
 Theme by Puock