我是靠谱客的博主 自信白羊,这篇文章主要介绍Ubuntu 18.04 小技巧dock 点击最小化安装gnome-tweak-tool使用gnome高级功能(主题很麻烦,而且很可能出错,还是不要搞了hhh)gitanaconda安装sublime text3搜狗拼音乱码安装pygame,现在分享给大家,希望可以做个参考。
dock 点击最小化
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'
安装gnome-tweak-tool
sudo apt-get install gnome-tweak-tool
使用gnome高级功能(主题很麻烦,而且很可能出错,还是不要搞了hhh)
- 网页报错:Although GNOME Shell integration extension is running, native host connector is not detected
- 查看gnome-shell版本:
gnome-shell --version - 安装扩展:
sudo apt install gnome-shell-extensions - 安装:
sudo apt install chrome-gnome-shell - 安装firefox的GNOME Shell integration
- 最好重启一下
- 查看gnome-shell版本:
- 参考:https://itsfoss.com/gnome-shell-extensions/
git
- 安装:
apt-get install git
- 查看版本:git --version
anaconda
- 更新
- 先提权:
sudo chown -R ss:ss /home/marley/miniconda3 - 升级:
conda update -n base conda
- 先提权:
安装sublime text3
- 自带软件商店安装太慢了
- 使用命令安装
- Install the GPG key:
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
- Ensure apt is set up to work with https sources:
sudo apt-get install apt-transport-https
- Select the channel to use: stable
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
- Update apt sources and install Sublime Text
sudo apt-get update
sudo apt-get install sublime-text
搜狗拼音乱码
cd ~/.config
rm -rf SogouPY* sogou*
重启即可
安装pygame
python3 -m pip install -U pygame --user- 注意最好去官网找最新的安装方法,需要好的网络
最后
以上就是自信白羊最近收集整理的关于Ubuntu 18.04 小技巧dock 点击最小化安装gnome-tweak-tool使用gnome高级功能(主题很麻烦,而且很可能出错,还是不要搞了hhh)gitanaconda安装sublime text3搜狗拼音乱码安装pygame的全部内容,更多相关Ubuntu内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复