This is all about securing servers with SSL/TLS certificates from udemy course SSL complete guide. The quality of SSL varies, you ...
Linux Networking Summary
//TODO [ ] https://www.youtube.com/watch?v=kQYQ_3ayz8w&list=PLvadQtO-ihXt5k8XME2iv0cKpKhcYqe7i&index=5 常用的关于networking 检查的 ...
System Design
This blog is for system design, please revisit frequently to refresh. The notes are mainly from https://www.educative.io/ and Yout ...
Linux CPU Info
Check CPU information on Linux, just like check memory by watching /proc/meminfo cat /proc/cpuinfo## each processor has a dedicate ...
Java LinkedList
About LinkedList operation time complexity: Adding to either end of a linked list does not require a traversal, as long as you kee ...
Kubernetes API curl Access
In the situation that issue k8s instructions from inside the container, usually we use curl command to do that (if you have kubect ...
Linux DNS Exploration
DNS is the phonebook of internet. Comparison of DNS server software, be aware of alternatives. Cloudflare DNS course 内容很不错。 Issue ...
Linux Network Port Watching
This issue is from a machine without net-tools.x86_64 : Basic networking tools pre-installed, so netstat command does not exist. W ...
Linux Network Interface
Sometimes I need to know IP of specified network interface, for example eth0. There are several ways to do it: ifconfig command, ...
Specify Kubernetes API Server IP
Kubernetes version 1.13.2 When I was working on softlayer cluster, after installing kubernetes the kubectl command get stuck and r ...