会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
树袋先生
lnmp,elk,java,互联网,分布式
博客园
首页
新随笔
联系
订阅
管理
2016年5月28日
elasticsearch 常用命令
摘要: 4 [root@localhost:bin]#curl -XGEt http://10.0.2.15:9200/_cluster/health 5 关闭整个集群 6 [root@localhost:bin]#curl -XPOST http://10.0.2.15:9200/_cluster/nod
阅读全文
posted @ 2016-05-28 22:58 laughingLau
阅读(376)
评论(0)
推荐(0)
2016年2月1日
寄存器操作
摘要: 寄存器操作 Vim可以将不同字段剪切或复制到不同寄存器中,您可以从不同寄存器中取出内容后粘贴 "<寄存器名称> 按下“"”键和另一个字符键,便可以定义一个寄存器。例如: "a "1 定义寄存器后直接进行操作 "ayy 将当前行复制到寄存器 a 中 "ap 将寄存器 a 中的内容粘贴到光标之后 通常情
阅读全文
posted @ 2016-02-01 17:29 laughingLau
阅读(665)
评论(0)
推荐(0)
2016年1月21日
note(es , 随机ip)
摘要: ➜ ~ sudo apt-get install software-center➜ ~ sudo apt-get install ubuntu-mate-core ubuntu-mate-desktop[root@localhost:bin]#curl -XGEt http://10.0.2.15:...
阅读全文
posted @ 2016-01-21 21:08 laughingLau
阅读(203)
评论(0)
推荐(0)
2016年1月12日
常用dns
摘要: #阿里 AliDNS nameserver 223.5.5.5nameserver 223.6.6.6#百度 BaiduDNS nameserver 180.76.76.76#DNSPod DNS+ nameserver 119.29.29.29 nameserver 182.25...
阅读全文
posted @ 2016-01-12 11:18 laughingLau
阅读(590)
评论(0)
推荐(1)
scp跳板机
摘要: ---登陆跳板机#ssh -i ./test.pub user@10.0.0.44 -p4333 -v---把跳板机的文件拷贝下来#scp -P 4333 -i ./vv/test.pub user@10.0.0.44:~/test.html .---把跳板机文件拷贝到服务器#scp -r -i ....
阅读全文
posted @ 2016-01-12 11:15 laughingLau
阅读(2085)
评论(0)
推荐(0)
2015年8月2日
ubuntu openvpn 配置ssh key登陆
摘要: ###########openvpnapt-get install openvpncd /etc/openvpn/ca.crtca.key client.ovpn loginUser.crt loginUser.key ta.keylau-HP# openvpn /etc/openvpn/clien...
阅读全文
posted @ 2015-08-02 21:46 laughingLau
阅读(167)
评论(0)
推荐(0)
2015年7月31日
ubuntu下vagrant up经常出现Failed to upload a file to the guest VM via SCP due to a permissions error.最终解决
摘要: ➜ /vagrant vagrant reload[default] Attempting graceful shutdown of VM...[default] Clearing any previously set forwarded ports...[default] Clearing a...
阅读全文
posted @ 2015-07-31 22:19 laughingLau
阅读(644)
评论(0)
推荐(0)
2015年7月25日
Percona Xtrabackup快速备份MySQL
摘要: Percona Xtrabackup快速备份MySQL 提交 我的评论...
阅读全文
posted @ 2015-07-25 22:58 laughingLau
阅读(261)
评论(0)
推荐(0)
PHP程序员技能栈
摘要: PHP程序员技能栈 提交 我的评论 ...
阅读全文
posted @ 2015-07-25 22:57 laughingLau
阅读(590)
评论(0)
推荐(0)
10 个 Redis 建议/技巧
摘要: 10 个 Redis 建议/技巧 提交 我的评论 ...
阅读全文
posted @ 2015-07-25 22:56 laughingLau
阅读(330)
评论(0)
推荐(0)
下一页
公告