当前位置: 首页 > news >正文

网站建设需要基础吗免费的网站模板下载

网站建设需要基础吗,免费的网站模板下载,广州教育网站设计公司,wordpress 关于页面Centos7上面部署redis 编写这个部署redis#xff0c;只是为了另一个文章入侵redis做准备#xff0c;网上还有好多类似的文章#xff0c;这个单纯的就是部署安装#xff0c;并简单的测试使用以下 关联其他文章 [1]VMware上面安装部署centos7镜像系统【详细含镜像】 [2]血的教…Centos7上面部署redis 编写这个部署redis只是为了另一个文章入侵redis做准备网上还有好多类似的文章这个单纯的就是部署安装并简单的测试使用以下 关联其他文章 [1]VMware上面安装部署centos7镜像系统【详细含镜像】 [2]血的教训—入侵redis并远程控制你的机器场景复现 redis版本 3.0.4 系统版本IP地址详解Centos7192.168.144.128部署redis-server端 废话不多直接开干 部署redis 用的是redis-3.0.4的呦 #下载源码包 [rootlocalhost ~]# wget https://download.redis.io/releases/redis-3.0.4.tar.gz --2022-10-26 15:09:31-- https://download.redis.io/releases/redis-3.0.4.tar.gz 正在解析主机 download.redis.io (download.redis.io)... 45.60.125.1 正在连接 download.redis.io (download.redis.io)|45.60.125.1|:443... 已连接。 已发出 HTTP 请求正在等待回应... 200 OK 长度1364993 (1.3M) [application/octet-stream] 正在保存至: “redis-3.0.4.tar.gz”100%[] 1,364,993 1.59MB/s 用时 0.8s2022-10-26 15:09:33 (1.59 MB/s) - 已保存 “redis-3.0.4.tar.gz” [1364993/1364993])[rootlocalhost ~]# ls anaconda-ks.cfg mysql-5.6.39.tar.gz php-5.6.40.tar.gz zabbix-4.0.3.tar.gz zabbix_dd.py zabbix_wx.py msyh.ttf nginx-1.16.1.tar.gz redis-3.0.4.tar.gz zabbix_agent-4.0.0-windows-amd64.zip zabbix_sendmail.py ## 开始解压源码包 [rootlocalhost ~]# tar xvf redis-3.0.4.tar.gz redis-3.0.4/ redis-3.0.4/.gitignore redis-3.0.4/00-RELEASENOTES redis-3.0.4/BUGS redis-3.0.4/CONTRIBUTING redis-3.0.4/COPYING **********省略好多********************************* [rootlocalhost ~]# ls anaconda-ks.cfg mysql-5.6.39.tar.gz php-5.6.40.tar.gz redis-3.0.4.tar.gz zabbix_agent-4.0.0-windows-amd64.zip zabbix_sendmail.py msyh.ttf nginx-1.16.1.tar.gz redis-3.0.4 zabbix-4.0.3.tar.gz zabbix_dd.py zabbix_wx.py [rootlocalhost ~]# cd redis-3.0.4 [rootlocalhost redis-3.0.4]# ls 00-RELEASENOTES BUGS CONTRIBUTING COPYING deps INSTALL Makefile MANIFESTO README redis.conf runtest runtest-cluster runtest-sentinel sentinel.conf src tests utils ##开始编译 [rootlocalhost redis-3.0.4]# make make install make[1]: 进入目录“/root/redis-3.0.4/src” rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-dump redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html (cd ../deps make distclean) make[2]: 进入目录“/root/redis-3.0.4/deps” (cd hiredis make clean) /dev/null || true (cd linenoise make clean) /dev/null || true (cd lua make clean) /dev/null || true (cd jemalloc [ -f Makefile ] make distclean) /dev/null || true (rm -f .make-*) ******************省略好多********************LINK redis-serverINSTALL redis-sentinelCC redis-cli.oLINK redis-cliCC redis-benchmark.oLINK redis-benchmarkCC redis-check-dump.oLINK redis-check-dumpCC redis-check-aof.oLINK redis-check-aofHint: Its a good idea to run make test ;)make[1]: 离开目录“/root/redis-3.0.4/src” [rootlocalhost redis-3.0.4]# ls 00-RELEASENOTES BUGS CONTRIBUTING COPYING deps INSTALL Makefile MANIFESTO README redis.conf runtest runtest-cluster runtest-sentinel sentinel.conf src tests utils [rootlocalhost redis-3.0.4]# ls 00-RELEASENOTES BUGS CONTRIBUTING COPYING deps INSTALL Makefile MANIFESTO README redis.conf runtest runtest-cluster runtest-sentinel sentinel.conf src tests utils [rootlocalhost redis-3.0.4]# cd src/ [rootlocalhost src]# ls adlist.c anet.o cluster.h debug.c intset.c Makefile object.o redisassert.h redis-cli.c rio.c sha1.c syncio.c t_zset.o zmalloc.c adlist.h aof.c cluster.o debug.o intset.h Makefile.dep pqsort.c redis-benchmark redis-cli.o rio.h sha1.h syncio.o util.c zmalloc.h adlist.o aof.o config.c dict.c intset.o memtest.c pqsort.h redis-benchmark.c redis.h rio.o sha1.o testhelp.h util.h zmalloc.o ae.c asciilogo.h config.h dict.h latency.c memtest.o pqsort.o redis-benchmark.o redis.o scripting.c slowlog.c t_hash.c util.o ae_epoll.c bio.c config.o dict.o latency.h mkreleasehdr.sh pubsub.c redis.c redis-sentinel scripting.o slowlog.h t_hash.o valgrind.sup ae_evport.c bio.h crc16.c endianconv.c latency.o multi.c pubsub.o redis-check-aof redis-server sds.c slowlog.o t_list.c version.h ae.h bio.o crc16.o endianconv.h lzf_c.c multi.o rand.c redis-check-aof.c redis-trib.rb sds.h solarisfixes.h t_list.o ziplist.c ae_kqueue.c bitops.c crc64.c endianconv.o lzf_c.o networking.c rand.h redis-check-aof.o release.c sds.o sort.c t_set.c ziplist.h ae.o bitops.o crc64.h fmacros.h lzf_d.c networking.o rand.o redis-check-dump release.h sentinel.c sort.o t_set.o ziplist.o ae_select.c blocked.c crc64.o help.h lzf_d.o notify.c rdb.c redis-check-dump.c release.o sentinel.o sparkline.c t_string.c zipmap.c anet.c blocked.o db.c hyperloglog.c lzf.h notify.o rdb.h redis-check-dump.o replication.c setproctitle.c sparkline.h t_string.o zipmap.h anet.h cluster.c db.o hyperloglog.o lzfP.h object.c rdb.o redis-cli replication.o setproctitle.o sparkline.o t_zset.c zipmap.o##启动redis-server [rootlocalhost src]# ./redis-server 4203:C 26 Oct 15:11:20.884 # Warning: no config file specified, using the default config. In order to specify a config file use ./redis-server /path/to/redis.conf 4203:M 26 Oct 15:11:20.885 * Increased maximum number of open files to 10032 (it was originally set to 1024)._.__.-__ -.__.- . _. -._ Redis 3.0.4 (00000000/0) 64 bit.- .-. \/ _.,_ -._( , .- | , ) Running in standalone mode|-._-...- __...-.-._| _.-| Port: 6379| -._ ._ / _.- | PID: 4203-._ -._ -./ _.- _.-|-._-._ -.__.- _.-_.-|| -._-._ _.-_.- | http://redis.io-._ -._-.__.-_.- _.-|-._-._ -.__.- _.-_.-|| -._-._ _.-_.- |-._ -._-.__.-_.- _.--._ -.__.- _.--._ _.--.__.-4203:M 26 Oct 15:11:20.885 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 4203:M 26 Oct 15:11:20.885 # Server started, Redis version 3.0.4 4203:M 26 Oct 15:11:20.885 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add vm.overcommit_memory 1 to /etc/sysctl.conf and then reboot or run the command sysctl vm.overcommit_memory1 for this to take effect. 4203:M 26 Oct 15:11:20.885 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command echo never /sys/kernel/mm/transparent_hugepage/enabled as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled. 4203:M 26 Oct 15:11:20.885 * The server is now ready to accept connections on port 6379 ^C4203:signal-handler (1666768287) Received SIGINT scheduling shutdown... 4203:M 26 Oct 15:11:27.404 # User requested shutdown... 4203:M 26 Oct 15:11:27.404 * Saving the final RDB snapshot before exiting. 4203:M 26 Oct 15:11:27.405 * DB saved on disk 4203:M 26 Oct 15:11:27.405 # Redis is now ready to exit, bye bye...ctrl c停止掉redis[rootlocalhost redis-3.0.4]# vim ../redis.conf ##添加密码 # 设置需要密码才能访问123456为示例请改为强密码 requirepass 123456[rootlocalhost src]# ./redis-server ../redis.conf ##带配置文件启动 [rootlocalhost src]# [rootlocalhost src]# [rootlocalhost src]# [rootlocalhost src]# [rootlocalhost src]# [rootlocalhost src]# ps -ef | grep redis ##过滤下redis进程 root 4245 4219 0 15:13 pts/1 00:00:00 ./redis-cli root 4250 1 0 15:16 ? 00:00:00 ./redis-server *:6379 root 4254 1310 0 15:16 pts/0 00:00:00 grep --colorauto redis ## 到这我们的redis-server就已经布置好了 ## 大家可以看下其他的几个文章来了解下我们要干什么吧嘻嘻常见遇见问题 缺少gcc gcc-c依赖包报错如下 直接yum安装就可以解决yum -y install gcc gcc-c 如果你的服务器yum不能够直接安装建议你可以看看yum的离线安装方式 yum不安装只下载rpm包含centos6,centos7) 注意安装完gcc后需要删掉之前解压的redis包并重新解压一下才能正常编译否则还是报错如下 结束语 这篇文章只是简单的一个部署测试是为了跟同一专栏里面的其他的文章打基础的 [1]VMware上面安装部署centos7镜像系统【详细含镜像】 [2]血的教训—入侵redis并远程控制你的机器场景复现
http://www.yutouwan.com/news/6881/

相关文章:

  • 临夏市建设局网站移动网站怎么做
  • 抚顺地区网站建设昆明网站建设兼职
  • 吉林省住房和建设厅网站一级a做爰片在线看免播放器网站
  • 德阳百度网站建设文创产品设计方案模板
  • 网站开发与维护考察试题wordpress制作网站教程
  • wordpress网站被拒登郑州房产网58同城网
  • 个人网站备案 服务内容怎么写怎么做小程序
  • 东莞企业自助建站系统网站运营可以转行做网站设计吗
  • 青海wap网站建设比较好中国域名网官网
  • 徐州建设工程交易网站定制开发源代码归谁
  • 响应式网站建站价格如何创建公众号微信免费的
  • 做外贸网站公司南通公司做网站
  • 手机网站和pc网站的区别瓷砖网站建设
  • 网站建设公司如何做大电商运营推广怎么做
  • 网站开发人员工资wordpress的安装教程
  • 格尔木市建设局网站做网站公司赚钱么
  • 企业网站的基本类型包括商业授权证明
  • 做网站设计制作的响应式布局
  • 呼市网站设计公司四川微信网站建设推广
  • 绍兴市建设局网站python报班一般多少钱
  • 商用营销型网站建设优化建站深圳农产品网站制作
  • 北京市工程建设交易中心网站兄弟们试试这个网址
  • app怎么查网站备案广州网站建设需要多少钱
  • 设计网站排行榜前十名怎么知道网站的空间服务商
  • 北京通州区网站制作seo 百度网盘
  • 简单网站建设视频教程下载网页制作员工作厂家电话
  • 谷歌上怎样做网站建设工程安全备案网站
  • 获取网站访客qq号码程序下载哪里有软件开发培训机构
  • 网站论坛制作建设网站涉及哪些问题
  • 德阳做网站保定网站网站建设