1. 创建service文件
sudo touch /etc/systemd/system/test.service
test.service中的test根据你的要求进行修改。
2. 向service文件添加内容
可以使用nano或者vim或者gedit打开xxx.service
[Unit]
Description=[程序的描述]
[Service]
……继续阅读 »
[email protected]
4年前 (2021-05-31) 1820浏览 0评论
0个赞
1. github创建仓库并设置令牌
1.1. 创建public仓库
1.2. 设置令牌
进入这个网址github_令牌设置
按照上图中的位置1、2、3进行设置,就可以生成令牌。注意:令牌只显示一次,请先保存再关闭。
2. 安装PicGo-Core和相关的插件
#安装nodejs和npm
sudo apt-get install nodejs -y
s……继续阅读 »
[email protected]
4年前 (2021-05-05) 1635浏览 0评论
0个赞