Linux kernel and OS

2012-10-24・linux

Linux kernel

The Core Subsystems of the Linux Kernel are as follows:

  • The Process Scheduler
  • The Memory Management Unit (MMU)
  • The Virtual File System (VFS)
  • The Networking Unit
  • Inter-Process Communication Unit

kernel version

Linux内核版本号由3组数字组成:

第一个组数字:内核版本。 第二个组数字 …


Vim usage

2011-12-24・engineer

本文介绍 Linux 下的终端编辑器,对于远程服务器开发使用会提升一定的效率


Git basic

2011-10-30・engineer

a basic introduction of Git


Docker principle

2011-08-19・engineer

本文介绍 docker 的实现原理,主要参考以下博文:

  1. https://coolshell.cn/tag/docker
  2. https://www.liaoxuefeng.com/article/1481991528644643#0

涉及的内容包括:

  1. Namespace 实现进程隔离
  2. CGroup 实现资源隔 …

Docker cheetsheet

2011-08-18・engineer

本文介绍 Docker 使用的基础命令,使得我们能快速的入门使用,后续再详细了解具体原理。


Markmap combines markdown and mindmap

2011-02-22・blog

本文演示通过 markmapauto-loader 直接加载方式,在网页中展示思维导图。 前期准备工作是在pelican主题的模板 html 文件中加入stylemarkmap-autoloader脚本 …


Welcome All

2011-01-30・blog

欢迎来到我的博客,记录我的技术和思考。