GNU nano basics| nano编辑器的使用提示

命令行选项 -m 此选项可激活鼠标,按住shift建即可选择文本。对应nanorc的set mouse -l 显示行号。对应nanorc的set linenumbers -E或--tabstospaces 把已有文件中的tab转换为空格。对应nanorc的set tabstospaces -i或--autoindent 启动自动缩进。对应nanorc的set autoindent -A或--smarthome启动智能home键。对应nanorc的set smarthome -$或--softwrap 开启自动折行。对应nanorc的set softwrap ...

2018年2月5日 · 1 分钟 · 380 字 · Thomas Xu

找回Windows 10右键菜单的“在此打开命令窗口”

在Windows 7以及以前的Windows系统上,我们基本上都是手动往注册表里添加键值实现这一目的的。 HKEY_CLASSES_ROOT\Directory\Background\shell\cmd HKEY_CLASSES_ROOT\Directory\shell\cmd...

2018年1月31日 · 1 分钟 · 348 字 · Thomas Xu

寒假立flag

阅读专利申请指导 CNN。至少把CS231n的视频和讲义学通了 看几部电影 读点《美的历程》 进一步学习git

2018年1月29日 · 1 分钟 · 51 字 · Thomas Xu

少有人提及的DNS提供商

Freenom World 80.80.80.80 80.80.81.81 Google DNS (IPv6)...

2018年1月12日 · 1 分钟 · 133 字 · Thomas Xu

tracert – The Windows counterpart of traceroute

It’s simple, no need to install cygwin or msys to obtain traceroute (I doubt if traceroute would work on Windows). tracert.exe comes with your Windows install: tracert /? Usage: tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout] [-R] [-S srcaddr] [-4] [-6] target_name Options: -d Do not resolve addresses to hostnames. -h maximum_hops Maximum number of hops to search for target. -j host-list Loose source route along host-list (IPv4-only). -w timeout Wait timeout milliseconds for each reply. -R Trace round-trip path (IPv6-only). -S srcaddr Source address to use (IPv6-only). -4 Force using IPv4. -6 Force using IPv6.

2018年1月8日 · 1 分钟 · 100 字 · Thomas Xu