1. ubuntu18 环境安装
-
1. ubuntu18 环境安装
- 1.1. default language
- 1.2. sougou shurufa
- 1.3. cmake-last
- 1.4. audio-recorder
- 1.5. sources.list==切换清华源
- 1.6. oh my zsh
- 1.7. weixin
- 1.8. bcompare
- 1.9. wireshark
- 1.10. 其他问题
1.1. default language
ubuntu 修改系统默认语言为英文!
1.2. sougou shurufa
- 搜狗输入法无法输入中文
- https://zhuanlan.zhihu.com/p/455928877
- https://blog.csdn.net/chichoxian/article/details/103570332
1.3. cmake-last
ubuntu install last cmake
1.4. audio-recorder
ubuntu intall audio-recorder
sudo apt-add-repository ppa:audio-recorder/ppa
sudo apt update
sudo apt install audio-recorder
1.5. sources.list==切换清华源
#Ubuntu 重定位到清华的镜像源,提高下载速度
sudo sed -i’.bak’ ‘s,/[a-z]*.ubuntu.com,/mirrors.tuna.tsinghua.edu.cn,’ /etc/apt/sources.list
1.6. oh my zsh
1.7. weixin
https://zhuanlan.zhihu.com/p/336593807
安装包通过wget下载,直接点击没反应
wget http://packages.deepin.com/deepin/pool/non-free/d/deepin.com.wechat/deepin.com.wechat_2.6.8.65deepin0_i386.deb
消除中间黑框。 输入 哈哈或haha 二个字,弹出表情,选择表情后就消失了(都不用发送)
微信: https://mephisto.cc/tech/wechat/
1.8. bcompare
rm -rf /home/xxx/.config/bcompare/
sudo apt install bcompare
1.9. wireshark
sudo add-apt-repository ppa:wireshark-dev/stable
sudo apt update
sudo apt install wireshark
wireshark --version文章来源:https://www.toymoban.com/news/detail-829377.html
sudo dpkg-reconfigure wireshark-common (select yes)
sudo usermod -a -G wireshark $USER
sudo chmod 4711 sudo which dumpcap
文章来源地址https://www.toymoban.com/news/detail-829377.html
1.10. 其他问题
- 升级 python 后,terminal 不能用了
https://blog.csdn.net/qincheng1/article/details/109531885
到了这里,关于ubuntu18 环境安装的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!