Tag: 源码安装

【Middleware】Redis部署及使用

官网github:http://github.com/redis/redis offical-website:https://redis.io/ 民间教程:https://www.runoob.com/redis/redis-tutorial.html 简介 官方说明:Redis is an open source (BSD licensed), in-memory data structure

[Linux]lsyncd安装

简介lsyncd是文件同步工具,它能通过对文件夹进行监控来实现实时同步功能。它是对inotify和rsync命令的lua封装。 依赖包 cmake 由于现在lsyncd需要cmake来进行编译打包操作,已经不像以前还在Google code时候是用的./configure。 1shell> yum install cmake -y 安装结果: lua和lua-devel lsync

[Linux]Nginx安装

Linux中Nginx安装1. 下载Nginx的tar.gz源码版本,解压并复制到安装的目录下12tar -zxvf nginx-file.tar.gzcd nginx-file 2. 创建Nginx组和用户12gorupadd nginxuseradd -M -s /sbin/nologin nginx -g nginx 3. 查看Nginx编译参数1./configure --help

[Linux]软件源码安装

小言在Linux中,安装软件和Windows的不尽相同(此处不考虑桌面环境下的安装)。Linux其实也有类似于Windows下的软件管理工具,如Debian家族的apt-get和dpkg;又如Red Hat家族的RPM和Yum,它们都和Windows下什么360软件管家、百度软件管家的角色差不多,都是用来管理系统软件。当然功能肯定是没有360和百度的强大,而且是一系列相关的命令。 然而通过这种软件