Outline:

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

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

Read more »

Outline:

  • Job control
  • Tmux
  • Aliase
  • Dotfiles
  • Remote Machines ( ssh端口转发详见其他文章 )

ref: MIT lesson, tmux tutorial, a good introduction of Session

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 »

Outline:

  • Intro:
    • 多处理器编程的困难
    • 用状态机理解并发算法
    • 并发控制:互斥、同步
  • 概念: 互斥
  • 并发与状态机
  • Threading API
  • Lock
  • Concurrent Data Structure based on Lock
  • Conditional Variable
  • 信号量
  • 常见并发问题
  • 基于事件的并发

Ref:

  • Operating Systems Three Easy pieces
  • JYY OS
Read more »
0%