..

我的编程工具

以下是我的工作中可能会用到的工具,我尽量保持不要依赖太多的工具或者系统配置,以确保我在大部分环境下都能进入工作状态.

vim /usr/lib/systemd/system/clash.service
# edit and save this file to /usr/lib/systemd/system/clash.service
[Unit]
Description=clash
After=network.target

[Service]
WorkingDirectory=/home/hellojukay/.config/clash
ExecStart=/home/hellojukay/go/bin/clash -f /home/hellojukay/.config/clash/config.yaml -secret=hellojukay

[Install]
WantedBy=multi-user.target

笔记工具: https://github.com/schollz/offlinenotepad 注册为 linux 服务也挺好用的 http://localhost:8251/

# edit and save this file to /usr/lib/systemd/system/offlinenotepad.service
[Unit]
Description=clash
After=network.target

[Service]
WorkingDirectory=/opt/offlinenotepad/
ExecStart=/bin/offlinenotepad  -db /opt/offlinenotepad/notepad.db

[Install]

2020年09月10日更新