Outline:

  • Intro
  • 虚电路和数据报网络
  • 路由器工作原理
  • 网际协议IP
  • ICMP
  • In-net Route Selection
  • Internet Route Selection
  • 广播和多播路由选择
  • VPN, NAT
  • MPLS
Read more »

Outline:

  • History
  • Hardware File Name
  • Partition
  • BIOS & UEFI
  • File System

介绍了Linux系统的硬件基本知识,更多内容参见我的《OS Introduction》

Read more »

Outline:

  • Docker Specification
  • Docker Engine
  • Docker Image
  • Docker Container
  • Docker Security
  • Docker Logs
  • Docker Management

介绍了docker的基本概念和命令

Read more »

OpenPGP is the standard for public-key encryption and digital signatures. GnuPG, usually called GPG, is its most widely used implementation.

This note is a practical introduction to GPG.

Some familiarity with public-key cryptography is helpful here; see also my note on network security.

Read more »

awk is a an interpreted programming language that is good at processing text streams

ref: awk tutorial

Read more »
0%