openwrt history 命令在退出后不保存历史记录的解决办法 2021年03月30日 Allen Hua 3993 1. 背景原因 由于 openwrt 默认 root 用户使用的 shell 解释器是 ash 它的 history 命令默认只能在当前这次 ssh 会话中有效,当你 exit 重新 ssh 登录上了之后,执行 history 命令发现输出是空的 最简单... 阅读全文 0 评论
openwrt 定时检查进程是否还在运行并自动重启(以 qbittorrent-nox 为例) 2021年01月10日 Allen Hua 2819 众所周知 openwrt 的软件包不够完善,除了自己编译,目前官方或第三方源里都没有 systemd 这些程序 本文以 qbittorrent-nox 为栗子? 首先找到 qbittorrent-nox 的执行命令,是 /usr/bin/qbittorr... 阅读全文 0 评论
windows powershell 实现类似 grep 的效果 2020年12月15日 Allen Hua 2348 windows powershell 下使用 ps 命令可以查看当前所有的 process name 但是如何才能像 linux 那样使用 ps |grep nginx 那样 只输出和字符串 nginx 相匹配的进程呢? ps | Out-String ... 阅读全文 0 评论
markdown 借助 html 原生标签 实现上标和下标 2020年06月03日 Allen Hua 1830 markdown 使用上标和下标 上标用 <sup> 包围,下标用<sub> 包围 上标,比如: 2<sup>2</sup>=4 效果见① 下标,比如: 2<sub>2</sub>... 阅读全文 0 评论
dogedoge.com 之外,再度推荐一个搜索引擎 https://searx.be/ 2020年03月25日 Allen Hua 3886 dogedoge.com (多吉搜索) 这个搜索引擎已经用了很久了,v 站上也有开发者活跃,这是一个非常不错的中文搜索引擎,效果很 ok。今天又发现了一个新的挺棒的搜索引擎,https://searx.be/ 搜索效果相当不错,特此推荐,目前已加入常用列... 阅读全文 1 评论