其他应用配置 - David-DHC/Ubuntu-22.04 GitHub Wiki
Typora使用PicGo上传到smms图床
(参考资料)
- 在Preferences的Image里,Image Uploader勾选PicGo-Core (command line)
- 点击下方的Download or Upgrade,然后无脑安装PicGo
- 打开smms图床网站,注册后在Users->Dashboard->API Token处生成并复制Token。
- 点击Open Config File,删除其中内容,复制进以下内容(token记得替换为自己的):
{
"picBed": {
"current": "smms",
"smms":{
"token":"YITRe******************mMPKpL8I"
}
},
"picgoPlugins": {}
}
- 重启Typora,完成。记得勾选When Insert...里面的Upload Image。
Vivado 2019.2 安装
- 从下载链接中下载Vivado安装包
- 解压。在文件夹中执行
sudo su进入管理员模式,然后运行./xsetup。 - 安装。如果只是计组课程使用,安装WebPack即可。
- 启动GUI的方式:在安装路径(默认为/tools/Xilinx/Vivado/2019.2/)的bin文件夹下执行
./vivado - 如果GUI启动时报错
libtinfo.so.5: cannot open shared object file: No such file or directory,可通过sudo apt-get install libncurses5来解决。
Seafile 安装
(参考资料) 执行下述代码即可。
sudo wget https://linux-clients.seafile.com/seafile.asc -O /usr/share/keyrings/seafile-keyring.asc
sudo bash -c "echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/seafile-keyring.asc] https://linux-clients.seafile.com/seafile-deb/focal/ stable main' > /etc/apt/sources.list.d/seafile.list"
sudo apt update
sudo apt install -y seafile-gui