- 2026年07月10日
- 星期五
安装reids 预备工作:安装编译工具 yum install wget make gcc gcc-c++ zlib-devel openssl openssl-devel pcre-devel kernel keyutils patch perl 首次安装,要先安装tcl组件包(安装Redis需要tcl支持) wget http://downloads.sourceforge.net/tcl
Redis简介: Redis是一个开源的使用ANSIC语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。从2010年3月15日起,Redis的开发工作由VMware主持。 redis是一个key-value存储系统。和Memcached类似,它支持存储的value
搭建服务器环境时,为了保证客户端可以通过网站地址正常访问网站,而不得不关闭防火墙。使用Xshell 连到服务器后,输入以下命令搞定: 基本思路: 第一步,查看防火墙状态 第二步,关闭防火墙 第三步,再次确认防火墙状态 [root@localhost ~]# service iptabl
CentOS 5.5默认的是163的源,据说sohu的源很好用,今天小试了下。1、修改yum配置文件,更改为sohu源# cd /etc/yum.repos.d/# cp CentOS-Base.repo CentOS-Base.repo.bak清空CentOS-Base.repo文件内容,替换为以下内容:# CentOS-Base.repo## This file uses a
解决办法: 1:在centos中安装ntfs-3g和os-prober。 2:运行grub2-mkconfig -o /boot/grub2/grub.cfg出现下图提示: grub2-mkconfig -o /boot/grub2/grub.cfgGenerating grub configuration file …Found linux image: /boot/vmlinuz-3.
groupadd www useradd -g www www 1.centos编译安装 nginx yum install pcre pcre-devel zlib zlib-devel openssl openssl-devel gcc 下载nginx源码包,减压。 cd ./configure –prefix=/usr/local/nginx –with-http_stub_st
