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
sudo dpkg-reconfigure wireshark-common (select yes)
sudo usermod -a -G wireshark $USER
sudo chmod 4711 sudo which dumpcap
1.10. 其他問題
- 升級 python 后,terminal 不能用了
https://blog.csdn.net/qincheng1/article/details/109531885