ubuntu使用笔记
Posted tr1ple
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu使用笔记相关的知识,希望对你有一定的参考价值。
用ubuntu接近1个月了,现在才开始记录一些环境软件配置方面的一些笔记,方便以后查看。
1.sublime默认不能输入中文,解决方法如下:
sudo apt-get update && sudo apt-get upgrade git clone https://github.com/lyfeyaj/sublime-text-imfix.git cd sublime-text-imfix ./sublime-imfix
2.ubuntu16.04安装后在执行sudo apt-get update && apt-get upgrade后自带的软件中心无法再次打开,
此时再次执行
sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install --reinstall software-center
安装新的软件中心(默认为蓝色)
以上是关于ubuntu使用笔记的主要内容,如果未能解决你的问题,请参考以下文章
python 一个终端代码片段,在mac上生成可启动的usb live CD,以运行类似ubuntu或debian的内容。
续:纠正:ubuntu7.04可以安装,而且完美的安装 ! for《Oracle-10.2.0.1,打补丁10.2.0.5:在 debian 版本4不含4以上,及 ubuntu 7.04不含(代码片段
用于 Ubuntu 中 C 代码和笔记本电脑摄像头使用的 openCV 库
ubuntu16.04 yum报错:There are no enabled repos. Run “yum repolist all“ to see the repos you have.(代码片段