当前位置:首页 > 2020年11月10日

Ubuntu搭建zabbix(apach/nginx)填坑篇

root6年前 (2020-11-10)运维&自动化1423
Ubuntu搭建zabbix(apach/nginx)填坑篇
apt-get install php7.0-bcmath php7.0-xml php7.0-mbstring php7.0-mysql安装Zabbix所需的几个PHP模块wget http://repo.zabbix.com/zabbi...

CentOS7.6部署Nginx+Zabbix监控系统

root6年前 (2020-11-10)运维&自动化1380
CentOS7.6部署Nginx+Zabbix监控系统2020.03.30  TsengYia ---- http://tsengyia.blog.chinaunix.net/ 系统环境: CentO...

Ubuntu apt-get彻底卸载软件包

root6年前 (2020-11-10)linux1406
apt-get的卸载相关的命令有remove/purge/autoremove/clean/autoclean等。具体来说:apt-get purge / apt-get –purge remove 删除已安装包(不保留配置文件)...

修改php默认开启端口

root6年前 (2020-11-10)php1831
环境:Ubuntu16.04背景:在使用nginx与php时,由于端口9000被暂用。因为php接收默认在9000端口这是修改nginx和php的连接端口:ngin:x根据每个人的配置位置不同找到对应配置;我的nginx配置位置在/etc/...