加载中
supervisor管理golang程序

使用beego写了个程序,希望通过supervisor来进行守护管理,于是实验了一把,supervisor就是用Python开发的一套通用的进程管理程序,能将一个普通的命令行进程变为后台daemon,并监控进程状态,...

ubuntu安装nginx+php+mysql

1、mysql安装 apt-get install mysql-server php5-mysql 2、安装nginx apt-get install nginx 3、安装php apt-get install php5-fpm 4、配置php5-fpm #打开php.ini vi /etc/php5/fpm/php.in...

centos 常用命令1

查看服务是否启动 ps -le |grep mysql 启动一个服务 service mysqld start 查看软件安装在哪个盘 whereis httpd 查看运行文件在哪里 which go 查看命令的位置 locate ifconfig 增加路径 vi /...

ubuntu 小知识

/etc/profile 是系统的环境变量文件 /etc/hosts hosts文件的路径 grep -rn "test" ./* 可以讲当前目录下所有带有test内容的文件搜索出来 ps -awx|grep nginx 查找系统中是否有nginx的服务在运...

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部