摘要:
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 阅读全文
摘要:
寄存器操作 Vim可以将不同字段剪切或复制到不同寄存器中,您可以从不同寄存器中取出内容后粘贴 "<寄存器名称> 按下“"”键和另一个字符键,便可以定义一个寄存器。例如: "a "1 定义寄存器后直接进行操作 "ayy 将当前行复制到寄存器 a 中 "ap 将寄存器 a 中的内容粘贴到光标之后 通常情 阅读全文
摘要:
➜ ~ 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:... 阅读全文
摘要:
#阿里 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... 阅读全文
摘要:
---登陆跳板机#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 .... 阅读全文
摘要:
###########openvpnapt-get install openvpncd /etc/openvpn/ca.crtca.key client.ovpn loginUser.crt loginUser.key ta.keylau-HP# openvpn /etc/openvpn/clien... 阅读全文
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... 阅读全文