🌓

Check for Listening Ports

本文主要学习记录 netstat,ss, lsof 命令,通过它们确定端口等信息

Read More

traceroute & mtr

本文主要学习记录 traceroute 及其 mtr 的学习使用。

Read More

Shell 入门

介绍 shell 的用处,shell 与 Python 执行方式对比以及shebang

Read More

shell 一些特性

介绍 shell 的一些特性,包括:login & nologin shell,文件描述符,元字符

Read More

Subshells

介绍 shell 脚本的三种执行方式: 子 shell, 当前 shell, exec

Read More

shell 前后台作业控制 & nohup screen

本文主要涉及两个点:前、后台任务控制、避免挂断终端影响(尤其是远程 ssh 连接断开时),涉及命令:`&`,`nohup`,`screen` 以及 `^c, ^d, ^z` 快捷键以及原理。

Read More

Bash Here document

本文主要介绍可以是实现多行输入的重定向的 Here document

Read More

Python 帮助文档

重点介绍在没有网络的情况下,如何查看 python 的帮助文档(比如:机试的时候)

Read More

Python with 语句操作文件(转)

本文主要介绍 Python 的 with 语句来更好的操作文件

Read More

FDT 文件目录表

详细介绍 FAT16 与 FAT32 的文件目录表 FDT

Read More