抛弃搜狗输入法,开始全平台使用 rime 输入法引擎 2021年01月23日 Allen Hua 3332 本文更新日志 updated at 2022-01-05 15:44:40 https://github.com/xhql/rime 这个仓库也非常不错 今天早上正常使用电脑(8400主机)来着,但是突然卡住,无奈只能强制关机,然后重新启动电脑。然后发... 阅读全文 0 评论
2020 年终总结 2021年01月10日 Allen Hua 2763 毕业后第一个完整社会人身份的一年,收获了不少,却又感觉没有得到足够的成长。 工作和技术 今年博客分享的一些文章 https://hellodk.cn/archives#2020 今天在 v2ex 阅读了两个比较有触动的帖子 大家的博客都会写一些什么内容... 阅读全文 0 评论
openwrt 定时检查进程是否还在运行并自动重启(以 qbittorrent-nox 为例) 2021年01月10日 Allen Hua 3604 众所周知 openwrt 的软件包不够完善,除了自己编译,目前官方或第三方源里都没有 systemd 这些程序 本文以 qbittorrent-nox 为栗子? 首先找到 qbittorrent-nox 的执行命令,是 /usr/bin/qbittorr... 阅读全文 0 评论
windows powershell 实现类似 grep 的效果 2020年12月15日 Allen Hua 2998 windows powershell 下使用 ps 命令可以查看当前所有的 process name 但是如何才能像 linux 那样使用 ps |grep nginx 那样 只输出和字符串 nginx 相匹配的进程呢? ps | Out-String ... 阅读全文 0 评论
托管docker-getting-started(docker快速入门)页面 并使用 https 访问 2020年10月13日 Allen Hua 2290 centOS7 安装 docker yum install docker 查看 docker 版本 docker -v docker version 设置 docker autostart 并且 启动之 systemctl enable docker ... 阅读全文 0 评论