码迷,mamicode.com
首页 >  
搜索关键字:lamp 安装脚本    ( 4486个结果
zabbix 安装(离线源码安装)
1、LAMP 环境搭建 1.1 、安装 apache 安装 pcre tar -zxvf pcre-8.41.tar.gz cd pcre-8.41 ./configure --prefix=/home/pcre make make install 安装 apr tar -zxvf apr-1.6. ...
分类:其他好文   时间:2020-07-08 21:26:11    阅读次数:65
宝塔面板Linux命令大全
安装宝塔 Centos安装脚本 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh Ubuntu/Deepin安装脚本 wget -O inst ...
分类:系统相关   时间:2020-07-08 01:04:28    阅读次数:122
CentOS7安装Zabbix4
https://www.jianshu.com/p/dbc585a35061 系统版本:CentOS7.6; 基于LAMP环境安装 一、环境配置 1、安装环境 [root@jiahao ~]# yum install -y httpd mariadb-server mariadb php php-m ...
分类:其他好文   时间:2020-07-04 15:07:12    阅读次数:75
阿里云官方 Centos7 源码安装 LAMP环境
部署LAMP环境 请注意centos版本, https://help.aliyun.com/document_detail/50774.html?spm=5176.11065259.1996646101.searchclickresult.329a675cZHKfON ...
分类:其他好文   时间:2020-06-27 09:43:59    阅读次数:63
通达信如何批量导出自定义板块,以及定义常量
1.双击打开通达信平台,找到最上方的工具并鼠标左键点击。 2.点击“工具”在下拉框中找到“用户板块设置”。 3.打开设置后,在上方选择要导出的自定义板块。 4.在右下方选择导出板块并自定义文件名。 5.也可以添加其他板块如定制品种,也可以从文本导入至制定板块。 补充:牧童308在2013年就回答了: ...
分类:其他好文   时间:2020-06-23 13:07:58    阅读次数:428
Ubantu18安装SU(Seismic Unix)脚本
Uauntu18上安装SU(seismic unix) 安装环境: Ubuntu18.04,su-44R18 安装过程: 1.下载su:https://github.com/JohnWStockwellJr/SeisUnix 和安装脚本: https://github.com/cui-xiaoang ...
分类:其他好文   时间:2020-06-22 23:18:59    阅读次数:70
centos搭建LAMP环境
只是为了记录一下,出处看最后 一,安装 apache 1,安装 apache [hadoop@YunMaster ~]$ sudo yum -y install httpd httpd-manual mod_ssl mod_perl mod_auth_mysql 2,启动 apache [hadoo ...
分类:其他好文   时间:2020-06-22 22:39:34    阅读次数:66
contos7 一键安装docker harbor脚本
脚本使用说明:因为网络问题,请先下载harbor安装包,然后上传到/root目录下,再运行脚本harbor下载地址:https://github.com/goharbor/harbor/tags脚本支持任意版本harbor安装脚本如下:#!/bin/bashcheck_packet(){a=`rpm-qa$1|wc-l`[a==0]&&yuminstall-y$i}#thefunt
分类:其他好文   时间:2020-06-22 10:56:20    阅读次数:78
#linux vscode 保存总提示“Retry as sudo”
linux中,对不同路径下的文件,系统默认指定了不同的操作权限(读/写/执行),出现这个问题是由于文件的权限不足造成的。(路径为/opt/lampp/htdocs/LearnPHP_jayce/hello.php)。 为其父级目录指定可读可写可执行权限: cd /opt/lampp/htdocs s ...
分类:系统相关   时间:2020-06-21 11:52:11    阅读次数:75
ArchLinux下安装LAMP
ArchLinux下安装LAMP 1.安装Apache 安装apache sudo pacman -S apache 查看版本 ? httpd -v Apache配置文件位置("SeverRoot") ? /etc/httpd/conf/httpd.conf http服务文件夹("DocumentR ...
分类:系统相关   时间:2020-06-20 22:33:57    阅读次数:70
4486条   上一页 1 ... 5 6 7 8 9 ... 449 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!