码迷,mamicode.com
首页 >  
搜索关键字:lamp php-fpm 编译安装    ( 10770个结果
Nginx编译安装
cd/usr/srcyum-yinstallgccgcc-c++makelibtoolzlibzlib-develpcrepcre-developensslopenssl-develwgethttp://nginx.org/download/nginx-1.14.0.tar.gztarzxfnginx-1.14.0.tar.gzgroupaddwwwuseradd-gwwwwww-s/sbin/n
分类:其他好文   时间:2020-04-20 15:30:00    阅读次数:59
bootstrap4搭建绿色编译环境 本地文档 重新编译
1.安装nodejs 这个简单官网下载一个版本就ok了。 2.安装ruby ==注意下载带devkit的版本== 替换gem的镜像 3.WEBPACK的部署安装 4.在Ruby里安装jekyll ...
分类:其他好文   时间:2020-04-20 10:28:06    阅读次数:78
zabbix监控+apache服务
被监控端只装agent [root@6 ~]# yum -y install httpd mariadb-server mariadb php php-mysql #安装lamp [root@6 ~]# yum -y install mysql-devel curl-devel net-snmp-d ...
分类:Web程序   时间:2020-04-19 12:57:34    阅读次数:92
Deepin安装LAMP环境
版本:deepin V20 0. Mysql安装 我已经在我的另一篇博客写了如何安装mysql,建议先安装 https://www.cnblogs.com/Jennyism/p/deepin mysql install.html 1. Apache安装 使用apt安装(如果刚装系统没有换源,建议先换 ...
分类:其他好文   时间:2020-04-18 14:14:03    阅读次数:104
一款使用RxJava+Retrofit+MVP的快播App开源啦!
《快播》,仿网易云音乐UI,整体采用RxJava+Retrofit+MVP的架构,支持在线视频播放,在线图片浏览等功能。 用到第三方开源库: ButterKnife:依赖注入框架 glide:图片加载 retrofit:网络请求 jieCaoVideoPlayer:播放器 抓取接口用于数据展示 效果 ...
分类:移动开发   时间:2020-04-17 20:24:41    阅读次数:93
126-linux上的三种程序安装方法
https://www.cnblogs.com/raphael5200/p/5114714.html linux是不分绿色软件与安装软件的 三种安装方法: 1.tar解压 2.yum安装(但是yum服务器上不一定有所有的软件) 3.源码编译安装 ...
分类:系统相关   时间:2020-04-17 15:18:33    阅读次数:74
Redis源码学习
为什么要阅读Redis源码? 主要原因就是『简洁』。如果你用源码编译过Redis,你会发现十分轻快,一步到位。其他语言的开发者可能不会了解这种痛,作为C/C++程序员,如果你源码编译安装过Nginx/Grpc/Thrift/Boost等开源产品,你会发现有很多依赖,而依赖本身又有依赖,十分痛苦。通常 ...
分类:其他好文   时间:2020-04-16 15:36:31    阅读次数:67
electron制作上位机软件篇(一):编译安装serialport
参考: https://blog.csdn.net/qq_25430563/article/details/87968837 https://blog.csdn.net/weixin_36250061/article/details/103472978 https://github.com/seri ...
分类:其他好文   时间:2020-04-16 00:23:57    阅读次数:162
Openresty安装
1.安装依赖库: yum install pcre-devel openssl-devel gcc curl -y 2.编译安装openresty(默认, --prefix=/usr/local/openresty 程序会被安装到/usr/local/openresty目录): tar -zxvf ...
分类:其他好文   时间:2020-04-15 18:34:39    阅读次数:84
linux中没有tree命令,command not found,解决办法
在有网络的情况下: 1、包管理器安装 centos 中用 yum -y install tree ubuntu 中用 apt-get install tree 当然如果需要权限不要忘了在前面加上 sudo 2、源码编译安装 wget ftp://mama.indstate.edu/linux/tre ...
分类:系统相关   时间:2020-04-15 16:26:21    阅读次数:132
10770条   上一页 1 ... 37 38 39 40 41 ... 1077 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!