Tag Archives: LCOTW

[LCOTW] netstat

LCOTW (Linux Commands Of The Week) Tag 下是总结 Linux 常用命令的文章。 netstat 是用来检测网络信息的工具。 当直接在终端输入 netsate,可以看到两部分输出 Active Internet connections 和 Active UNIX Continue Reading →

[LCOTW] luit & iconv

LCOTW (Linux Commands Of The Week) Tag 下是每周总结 Linux 命令用法的活动。 今天突发奇想用 ssh 登录水木论坛,问题是 Linux 的终端是 UTF-8 的,而水木是 GBK 编码,所以登进去以后全变成乱码了,在网上搜索了一下得知可以用 luit Continue Reading →

[LCOTW] Netcat notes

LCOTW (Linux Commands Of The Week) Tag 下是每周总结 Linux 命令用法的活动。 本文内容是 netcat tutorial 的简化中文版。 1. 端口扫描 netcat -v -w 2 Continue Reading →