山水情缘
山水情缘
# 想法 1. 使用shell 实现go 风格的template 能够支持条件语句, 自定义变量,特殊字符。等等
# nginx 辅助工具 1. [nginx 配置UI](https://gitee.com/cym1102/nginxWebUI?_from=gitee_search)
系统调优
# limits ## 参考 1. [limit资源限制ulimit 详解_skiwnc的博客-CSDN博客_ulimit](https://blog.csdn.net/skiwnc/article/details/84100095) 1. [Linux下TCP最大连接数_wqfhenanxc的专栏-CSDN博客](https://blog.csdn.net/wqfhenanxc/article/details/82971556)
# Consul 概念 ## 什么是consul Consul官网描述如下: >Consul is a service mesh solution providing a full featured control plane with service discovery, configuration, and segmentation functionality. Each of these features can...
java 分析
1、java dump文件分析 [java堆栈在线分析p](https://fastthread.io/ft-index.jsp)
# 证书问题 ## 您的连接不是私密连接 当前页面用键盘输入 thisisunsafe ## 参考 1. [Chrome您的连接不是私密连接解决办法--一个比较实用的技巧分享](https://blog.csdn.net/zhuxuemin1991/article/details/106251232/)
java 并发
# 可见性 ## 朋友给的一个demo ### 主干代码如下 ``` java import java.util.concurrent.TimeUnit; import java.util.function.Consumer; public class VolatileDemo { static int i = 5; volatile static int x; static int k ; public...
# Chrome 问题解决 1. [Chrome访问https页面显示ERR_CERT_INVALID,且无法跳过继续访问 chromehttps安全](https://segmentfault.com/a/1190000021843971)
Python学习
# shell 调用 ## subprocess 比如 kubernate 使用python启动 ``` python #!/usr/bin/env python # -*- coding: utf-8 -*- #author:wq date:2016-4-28 #import os #os.system("systemctl start etcd") #os.system("systemctl start docker") #os.system("systemctl start kube-apiserver")...
# SeLinux ## 停止Selinux 1. [How to Disable SELinux on CentOS 7](https://linuxhint.com/how-to-disable-selinux-on-centos-7/) 1. [How to Disable SELinux Temporarily or Permanently](https://www.tecmint.com/disable-selinux-in-centos-rhel-fedora/) 1. [How to Disable SELinux on CentOS 7](https://linuxize.com/post/how-to-disable-selinux-on-centos-7/)