10 2018 档案

ssh agent-forward
摘要:出于安全性考虑,服务器迁移后,将统一使用 SSH agent forwarding 方式登录所有服务器, 原则上所有 ssh 操作都要通过跳板机,而且跳板机上禁止存储一切私钥。 在此说明一下后续ssh登录服务器时,需要做的配置。 对于 SSH agent forwarding 原理不了解的老师,请参 阅读全文

posted @ 2018-10-24 09:20 szllq2000 阅读(870) 评论(0) 推荐(0)

mysql中建立索引的一些原则
摘要:1、先存数据,再建索引 有索引的好处是搜索比较快但是在有索引的前提下进行插入、更新操作会很慢 2、不要对规模小的数据表建立索引,数据量超过300的表应该有索引;对于规模小的数据表建立索引 不仅不会提高功能,相反使用索引查找可能比简单的全表扫描还要嫚而且建索引还会占用一部分的存储空间 3、当对表的查询 阅读全文

posted @ 2018-10-16 12:01 szllq2000 阅读(928) 评论(0) 推荐(0)

cordova
摘要:cordova build/ cordova run android -list cordova run android -target="TWGDU16926023795" cordova emulate android 在H5发展很不错,reactjs、vuejs等SPA单页应用框架非常强大,在 阅读全文

posted @ 2018-10-11 11:00 szllq2000 阅读(151) 评论(0) 推荐(0)

android gradle jnilibs and ant build
摘要:https://github.com/koush/Superuser You have to install an old Android Sdk version. The latest ones doesn't have tools\ant folder. You can download old 阅读全文

posted @ 2018-10-11 10:59 szllq2000 阅读(293) 评论(0) 推荐(0)

minikube k8 ingress--https://kubernetes.io/docs
摘要:https://ehlxr.me/2018/01/12/kubernetes-minikube-installation/[Kubernetes 学习笔记之 MiniKube 安装 in CHINA] https://www.slahser.com/2016/11/19/k8s%E5%90%8E%E 阅读全文

posted @ 2018-10-11 10:37 szllq2000 阅读(770) 评论(0) 推荐(0)

kubenets installation--ranchor-mesos
摘要:[kube-proxy]http://www.cnblogs.com/xuxinkun/p/5799986.html [flannel] 安装Flannel 指定网卡 如果有多个网卡,需要在kube-flannel.yml中使用–iface参数指定集群主机内网网卡的名称,否则可能会出现dns无法解析 阅读全文

posted @ 2018-10-11 10:36 szllq2000 阅读(576) 评论(0) 推荐(0)

hyperledger-fabric/qemu/kvm/virtual-manager -------vagrant-virtual-box
摘要:天我也遇到了这个问题,原因是你的 vagrant 版本跟你的 virtualbox 版本不匹配,解决的方法是,更换 virtualbox 的版本。我的 vagrant 版本是 1.8.4 ,virtualbox 的版本是 5.1.2,在 vagrant up 的时候就会提示你说的错误。我把 virt 阅读全文

posted @ 2018-10-11 10:25 szllq2000 阅读(295) 评论(0) 推荐(0)

opencv -python
摘要:https://www.python tab.com/html/2017/pythonhexinbiancheng_1120/1184.html http://www.cnblogs.com/pmars/p/4143158.html barcode pip show pytesseract pyth 阅读全文

posted @ 2018-10-10 15:05 szllq2000 阅读(139) 评论(0) 推荐(0)

saltstack---自动化运维平台
摘要:https://github.com/ixrjog/adminset[自动化运维平台:CMDB、CD、DevOps、资产管理、任务编排、持续交付、系统监控、运维管理、配置管理 ] https://www.cnblogs.com/hackerer/p/6617301.html http://www.t 阅读全文

posted @ 2018-10-10 15:00 szllq2000 阅读(221) 评论(0) 推荐(0)

ldap,openldap-docker,
摘要:ldap basic and usage in devops: https://blog.csdn.net/weixin_42578481/article/details/80863890 maybe more useful.https://github.com/aexo/docker-ldap-a 阅读全文

posted @ 2018-10-10 14:57 szllq2000 阅读(310) 评论(0) 推荐(0)

prometheus: celery, redis-export
摘要:检查集群状态: 阅读全文

posted @ 2018-10-10 14:46 szllq2000 阅读(601) 评论(0) 推荐(0)

【键盘上各种符号的英语读法】
摘要:~ 叫做:tilde或tweedle或squiggly line;` 叫做:grave accent或stress mark;! 叫做:exclamation point/mark;@ 叫做:(commercial) at sign,直接读at;# 叫做:number sign或pound sign 阅读全文

posted @ 2018-10-10 12:03 szllq2000 阅读(789) 评论(0) 推荐(0)

proxy and reverse-proxy---shawdow socks socks5,privoxy-shadowsocks
摘要:https://blog.phpgao.com/privoxy-shadowsocks.html Proxying A reasonable way is setup a proxy server outside of firewall. All traffic will need to go th 阅读全文

posted @ 2018-10-10 10:00 szllq2000 阅读(4) 评论(0) 推荐(0)