Ubuntu配过几次,每次到网上到处搜感觉挺烦,总结了一些,只是我平常遇到的,以后有遇到情况会及时补充,主要针对于Ubuntu 10.04,10.10版配置方法基本相同
改源
源不同网速能差上几百倍
sudo gedit /etc/apt/sources.list
源快慢与所在网络和版本有关,这里不再列出,设一到两个源就行了,多了无益
更新源
sudo apt-get update
右键管理员权限(需注销)
终端用熟了这个可以无视
sudo apt-get install nautilus-gksu
常用软件:
Ubuntu Tweak
官网下deb包安装就好了
终端安装
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak
chrome 安装
官网下deb包就行了,同步下账户,改下字体
webQQ,Google翻译等做成应用程序就齐了
chrome 字体设置:
在任意输入框内点右键 拼写检查选项->语言设置,在字体和编码选项中进行设置
fcitx 安装
sudo add-apt-repository ppa:wengxt/fcitx-nightly
sudo apt-get update
sudo apt-get install fcitx fcitx-config-gtk fcitx-sunpinyin
还是进入系统->首选项->语言支持,在“键盘输入方式系统”中选择fcitx即可。
dropbox 安装
在这里下载下面两个文件, 下载地址
nautilus-dropbox_0.6.7_i386.deb
dropbox-lnx.x86-1.0.10.tar.gz
双击安装 nautilus-dropbox_0.6.7_i386.deb,然后把dropbox解压后复制到home目录中(隐藏文件,按 ctrl+h 显示)
QQ 安装
1.到官网去下载Linux qq deb包
2.使用webqq,在firefox或是chrome中制作成独立程序
3.使用wine虚拟qq,可以使用的深度单文件版的qq2009,也可使用TM2009,方法见这里
4. ...
Nautilus Elementary 安装
sudo add-apt-repository ppa:am-monkeyd/nautilus-elementary-ppa
sudo apt-get update
sudo apt-get upgrade
Thunderbird 安装
在新立的中搜索 thunderbird 安装主程序和中文包即可
sudo apt-get install thunderbird
sudo apt-get install thunderbird-locale-zh-cn
开发工具
eclipse+cdt 安装
sudo apt-get install build-essential
sudo apt-get install eclipse
help -> install new software...
添加cdt tools网址:
CDT http://download.eclipse.org/tools/cdt/releases/galileo
全部勾选(Ubuntu 10.10下可能出现依赖问题,试了下勾选第一个main基本功能都能搞定了),安装,重启eclipse
最近在线装cdt时经常出现连接错误的情况,可以下载离线CDT安装包,然后在install new software 里更新地址设置为下载的压缩包,然后安装即可,安装方法和在线相同,千万不要解压,CDT-6.0.2下载
netbeans 安装
sudo apt-get install netbeans
安装c++插件:
工具->插件->可用->c/c++
字体锯齿:
sudo gedit /etc/netbeans.conf
在netbeans_default_options最后添加
-J-Dawt.useSystemAAFontSettings=on
缩进tab:
工具->选项->编辑器->格式设置
取消勾选 将制表符扩展为空格 制表符大小改为 4
将每种语言都取消选择 覆盖默认设置
VirtualBox 安装
http://www.virtualbox.org/wiki/Linux_Downloads
下载deb包安装(或按里面的步骤加源在终端安装)
乱码类的:
txt 乱码
终端运行
gconf-editor
app -> gedit-2 -> preferences -> encodings
auto_detected shown_in_menu 添加GB18030编码挪到前面,貌似不能最前
(不过我的每次打开文件时都要在编码里选一下才行,不清楚哪里问题)
rar 文件名乱码
改rar装unrar
sudo apt-get remove rar
sudo apt-get install unrar
pdf 选中的中文乱码
把pdf打开方式改为chrome,没有乱码且速度快...
mp3 标签乱码
sudo apt-get install python-mutagen
mid3iconv -e GBK *.mp3
美化类的:
Ubuntu Unity 托盘图标显示(需注销)
终端运行
gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"
登录界面主题
终端运行
sudo cp /usr/share/applications/gnome-appearance-properties.desktop /usr/share/gdm/autostart/LoginWindow
然后注销,改主题,启动后终端
sudo unlink /usr/share/gdm/autostart/LoginWindow/gnome-appearance-properties.desktop
Docky
个人比较喜欢比较朴素的Docky,其他dock设置比较烦,特效多了机子受不了
sudo add-apt-repository ppa:docky-core/ppa
sudo apt-get update
sudo apt-get install docky
awn dock
搭配相关主题,效果任何dock都无法媲美
sudo apt-add-repository ppa:awn-testing/ppa
sudo apt-get update
sudo apt-get install avant-window-navigator-trunk
Conky
sudo apt-get install conky
附上配置一个:download
解压后按 ctrl+h显示隐藏文件,把文件全部拷到 /home/用户名/
终端运行下conky 先看下效果吧
开机启动项
建文件conky.sh,放到一个不容易被误删的地方,拷下面代码进去
#!/bin/bash
sleep 10 && conky
保存,设置可执行权限,做一个开机启动项就行了
Compiz
基本是把新立得里带Compiz的全装了,然后就是看自己喜好去选了
其他的美化看自己喜好了,搞得特效多了反倒不爽,必竟系统是让用的
其他:
桌面我的电脑图标
终端运行
gconf-editor
app -> nautilus -> desktop 对应地方勾一下
关闭按钮位置
可直接在Tweak中修改
或者终端运行
gconf-editor
apps -> metacity -> general
把 button_layout 改为 menu:minimize,maximize,close
OSD Lyrics
https://launchpad.net/~osd-lyrics/+archive/ppa
找下源加一下,终端里装或是下deb包
开机自动打开小键盘灯
sudo apt-get install numlockx
sudo gedit /etc/gdm/Init/Default
在“exit 0“的前面添加
if [ -x /usr/bin/numlockx ]; then
numlockx on
fi
其他 Ailurus/Do 什么的装一下,个人感觉用处不大