会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ywdba668
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
24
25
26
27
28
29
30
31
32
···
48
下一页
2018年4月21日
部署jenkins,采用普通用户tomcat来启动tomcat服务
摘要: 安装jdk+tomcat,部署jenkins,采用普通用户tomcat来启动tomcat服务 1.环境说明 登录后复制 CentOS Linux release 7.3.1611 (Core) jdk1.8.0_60 apache-tomcat-8.5.23 1.2.3. 已经安装好 2.编译安装服
阅读全文
posted @ 2018-04-21 19:57 勤奋的蓝猫
阅读(42)
评论(0)
推荐(0)
2018年4月18日
redis批量删除指定的key
摘要: 批量删除Key Redis 中有删除单个 Key 的指令 DEL,可以借助 Linux 的 xargs 指令来完成这个动作 [plain] view plain copy redis-cli keys “" | xargs redis-cli del //如果redis-cli没有设置成系统变量,需
阅读全文
posted @ 2018-04-18 22:36 勤奋的蓝猫
阅读(38)
评论(0)
推荐(0)
redis-dump数据导出以及redis-load还原数据
摘要: 一 、安装Ruby依赖 1)安装Ruby环境 yum -y install ruby ruby-devel yum -y install rubygems 2)添加taobao Ruby镜像 添加淘宝ruby源; 登录后复制 gem sources --add http://gems.ruby-ch
阅读全文
posted @ 2018-04-18 22:34 勤奋的蓝猫
阅读(20)
评论(0)
推荐(0)
Linux运维常用命令总结
摘要: 参考地址: http://www.saunix.cn/2663.html
阅读全文
posted @ 2018-04-18 11:55 勤奋的蓝猫
阅读(3)
评论(0)
推荐(0)
linux内核调优tcp_max_syn_backlog和somaxconn的区别
摘要: 登录后复制 The behavior of the backlog argument on TCP sockets changed with Linux 2.2. Now it specifies the queue length for completely established sockets
阅读全文
posted @ 2018-04-18 11:29 勤奋的蓝猫
阅读(25)
评论(0)
推荐(0)
2018年4月16日
redis基于密码验证的主从复制配置
摘要: 从库配置: 从库内网ip:192.168.1.9 [root@localhost ~]# grep -Ev “#|$” /usr/local/redis/etc/redis.conf|egrep “bind|tcp-backlog|daemonize|logfile|dir|slaveof|mast
阅读全文
posted @ 2018-04-16 14:12 勤奋的蓝猫
阅读(4)
评论(0)
推荐(0)
2018年4月12日
fail2ban安装与使用
摘要: 参考文档: 使用fail2ban防御 SSH 服务器的暴力破解攻击: https://linux.cn/article-5067-1.html 使用fail2baFail2ban的安装使用: http://www.rendoumi.com/fail2bande-an-zhuang-shi-yong/
阅读全文
posted @ 2018-04-12 21:41 勤奋的蓝猫
阅读(5)
评论(0)
推荐(0)
强化 SSH 安全的5条建议
摘要: 参考地址: https://linux.cn/article-7683-1.html
阅读全文
posted @ 2018-04-12 21:38 勤奋的蓝猫
阅读(10)
评论(0)
推荐(0)
2018年4月8日
物理机pureftpd安装使用文档
摘要: 1.环境 系统为centos6.8的物理服务器 一键安装包lnmp1.4.tar.gz中的pureftpd安装脚本 安装参考文档: https://blog.51cto.com/865516915/2064503 http://www.ttlsa.com/system/install-pureftp
阅读全文
posted @ 2018-04-08 23:36 勤奋的蓝猫
阅读(17)
评论(0)
推荐(0)
git版本库服务器搭建
摘要: 1、linux服务器端操作 1.1linu机器git-server上创建版本库 登录后复制 [zydrgit@git-server ~]$ mkdir www.tomcatfox.com.git [zydrgit@git-server ~]$ ls www.tomcatfox.com.git [zy
阅读全文
posted @ 2018-04-08 18:16 勤奋的蓝猫
阅读(9)
评论(0)
推荐(0)
上一页
1
···
24
25
26
27
28
29
30
31
32
···
48
下一页
公告