04 2017 档案
摘要:cgi 就是网站中各种后台的程序,该程序可以通过网页运行,cgi可以通过C编写,也可以通过shell,python编写 如何在apache中运行各种cgi程序,例如shell perl等程序 1、在apache的主配置文件httpd.conf 中添加 Scriptalias /cgi "/usr/l
阅读全文
posted @ 2017-04-30 15:13
二勇的技术博客
摘要:Centos7修改主机名与Centos6不一样 使用命令 # hostnamectl set-hostname ipa7.example.com 文件为 /etc/hostname cat /etc/hostname ipa7.example.com 查询主机名 # hostname ipa7.ex
阅读全文
posted @ 2017-04-30 14:51
二勇的技术博客
摘要:当启动zabbix_server的时,报错:zabbix is not running ,the information displayed may not be current 解决办法:查看zabbix服务器日志/var/log/zabbix_server.log tail -f /var/lo
阅读全文
posted @ 2017-04-25 11:40
二勇的技术博客
摘要:1. GitLab 简介 GitLab 是一款基于 git 的开源代码仓库系统 GitLab 与著名的 GitHub 最大的区别就是: 允许我们搭建自己的 git 代码私有仓库,非常方便 2、安装Gitlab 安装Gitlab特别的复杂,因此这里我们使用docker搭建一款Gitlab,特别方便 (
阅读全文
posted @ 2017-04-25 10:57
二勇的技术博客