修复 Ubuntu 中的 “Key is stored in legacy trusted.gpg keyring” 问题
解决方案:复制到 trusted.gpd.d 目录中(快速而不优雅的方法)
把 /etc/apt/trusted.gpg 文件复制到 /etc/apt/trusted.gpg.d 目录。毕竟,Ubuntu 只是抱怨说它需要 /etc/apt/trusted.gpg.d 目录下的 GPG 密钥。
你仍然要使用终端。打开它并使用以下命令:
sudo cp /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d
现在,如果你运行更新,你就不会再看到 “Key is stored in legacy trusted.gpg keyring” 的警告信息。
https://zhuanlan.zhihu.com/p/608493042
ubantu安装密钥
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2F59B5F99B1BE0B4
后面那个23E7166788B63E1E换成缺少的密钥,是什么就换成什么
参考:
https://blog.csdn.net/weixin_44172434/article/details/89160720
ubantu源地址
/etc/apt/sources.list.d
conda、pip、系统环境变量,ubantu源地址
conda换源地址
home/mike/.condarc
pip 换源地址
/home/mike/.config/pip/pip.conf
系统环境变量地址
~/.bashrc
ubantu源地址
/etc/apt/sources.list
ubuntu查看端口占用及关闭终端命令
查看已经连接的服务端口(ESTABLISHED)
netstat -a
查看所有的服务端口(LISTEN,ESTABLISHED)
netstat -ap
查看指定端口,可以结合grep命令:
sudo netstat -ap | grep 80
或者 lsof -i:80
然后杀掉此进程。
kill -9 pid
参考链接:https://blog.csdn.net/weixin_42204713/article/details/122494317
ubantu 网络代理设置
https://blog.csdn.net/u011119817/article/details/110856212
ubantu输入法安装
Fckit5 installation
https://blog.csdn.net/qq_43790749/article/details/110431091
使用im-config工具配置首选项
im-config
ubantu常用工具
Appimage安装器
AppImageLauncher
下载地址:https://github.com/TheAssassin/AppImageLauncher/releases
PicGo 图片上传+管理新体验
下载地址:https://github.com/Molunerfinn/PicGo
typora主题商店
gitbook主题
https://theme.typora.io/theme/Gitbook/
路径:/home/mike/.config/Typora/themes