上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: CentOs7安装部署Zabbix3.41.关闭selinux和firewall1.1检测selinux是否关闭[root@localhost ~]# getenforce Disabled #... 阅读全文
posted @ 2018-09-12 14:16 希曼博客 阅读(100) 评论(0) 推荐(0)
摘要: zabbix3.4支持微信报警 一般来说,Zabbix可以通过多种方式把告警信息发送到指定人,常用的有邮件,短信报警方式,但是现在越来越多的企业开始使用zabbix结合微信作为主要的告警方式,这样可以及时有效的把告警信息推送到接收人,方便告警的及时处理。然而新版微信已... 阅读全文
posted @ 2018-09-12 14:13 希曼博客 阅读(295) 评论(0) 推荐(0)
摘要: Centos7扩展根分区——不增加磁盘时间:2018-01-16 18:18:16 阅读:1847 评论:0 收藏:0 [点我收藏+]标签:存储系统 卷管理 lin 环境 内核 百度 应用 输入 ... 阅读全文
posted @ 2018-09-11 13:03 希曼博客 阅读(485) 评论(0) 推荐(0)
摘要: 文章目录[隐藏]错误一:Cannot register service: RPC 错误二:Address already in use 错误三:mount: …:/nfsdata failed, reason given by server: Permission d... 阅读全文
posted @ 2018-08-15 14:33 希曼博客 阅读(1061) 评论(0) 推荐(0)
摘要: 1、mount 命令的可选参数如下:下面列出mount关于nfs相关的参数(1)-a:把/etc/fstab中列出的路径全部挂载。(2)-t:需要mount的类型,如nfs等。(3)-r:将mount的路径定为read only。(4)-v mount:过程的每一个操... 阅读全文
posted @ 2018-07-17 10:59 希曼博客 阅读(1216) 评论(0) 推荐(0)
摘要: I participate in about 30 usenet newsgroups, and in a virtual LUG, and a number of questions keep coming up. I've answered a few of th... 阅读全文
posted @ 2018-07-17 10:58 希曼博客 阅读(195) 评论(0) 推荐(0)
摘要: 常用 Git 命令清单。几个专用名词的译名如下。Workspace:工作区Index / Stage:暂存区Repository:仓库区(或本地仓库)Remote:远程仓库一、新建代码库# 在当前目录新建一个Git代码库$ git init# 新建一个目录,将其初始化... 阅读全文
posted @ 2018-07-10 17:42 希曼博客 阅读(151) 评论(0) 推荐(0)
摘要: Centos6.8搭建Git服务(git版本可选)搭建Git服务器需要准备一台运行Linux的机器,本文以Centos6.8纯净版系统为例搭建自己的Git服务。准备工作:以root用户登陆自己的Linux服务器。第一步安装依赖库[root@localhost ~]# ... 阅读全文
posted @ 2018-07-10 17:41 希曼博客 阅读(178) 评论(0) 推荐(0)
摘要: 内部的glitlab服务器在git clone 某个repository时很慢,服务器响应变慢。上服务器一看2g物理内存几乎都被git进程沾满了,交换内存都用上了,cpu load值很高, %wa值在90%以上了。加到3g物理内存问题依旧。原因: 当客户端个git c... 阅读全文
posted @ 2018-07-10 17:23 希曼博客 阅读(570) 评论(0) 推荐(0)
摘要: Git的gitattributes文件是一个文本文件,文件中的一行定义一个路径的若干个属性。1. gitattributes文件以行为单位设置一个路径下所有文件的属性,格式如下:要匹配的文件模式 属性1 属性2 ...2. 在gitattributes文件的一行中,一... 阅读全文
posted @ 2018-07-10 17:22 希曼博客 阅读(772) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页