Wednesday, July 25, 2012

配置 Ubuntu 12.04

首先安装 ubuntu-restricted-extras


sudo apt-get install ubuntu-restricted-extras


>> qq

sudo add-apt-repository ppa:lainme/libqq
sudo apt-get update
sudo apt-get install libqq-pidgin

empathy 里面就有qq了。
或者看这里


>> stardict

sudo apt-get install stardict

词典


>> trash


click here.

>> Ubuntu在顶部面板显示系统状态条

click here.

>> ubuntu tweak


click here.

>> mac thema


click here.

>> 修改grub参数


click here.

>> proxy setting


click here.


>> 解决 ibus 输入法图标


启动项加入
ibus-daemon -r -d -x


>> fix graphics unknown


sudo apt-get install mesa-utils


>> Fixing Google Chrome's 100% CPU Usage on Ubuntu


sudo apt-get install m4


or click here.


>> BIOS不能屏蔽显卡的


显卡切换:终端sudo su
echo IGD > /sys/kernel/debug/vgaswitcheroo/switch
echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
第一句是切换到集成显卡;
第二句是关闭没有连接的显卡;
此时独显指示灯熄灭。
然后把这两句加入到/etc/rc.local文件里的exit 0之前保存;以便开机时自动运行。


>> indicators


link1; link2


>> 无线网络不稳定


更换network-manager:


sudo apt-get install wicd


连接好网络后,


sudo apt-get remove network-manager
注意先后顺序。


>> Psensor



Psensor 是一个监控硬件温度的工具,并且与Unity很好的整合在一起,支持使用桌面通知系统高温报警,拥有应用程序指示器。

支持监控以下硬件温度:

主板和CPU温度
Nvidia GPU温度
实验性ATI/AMD GPUs温度监控,Ubuntu PPA中未启用。
硬盘温度
风扇转速
CPU使用率


首先安装监控cpu 主板 风扇等需要的包:


sudo apt-get install lm-sensors hddtemp
sudo sensors-detect
回复"yes"即可。
重启或通过以下命令加载 sensor需要的模块。
sudo service module-init-tools start
sudo apt-get install psensor


或者通过stable PPA安装


sudo add-apt-repository ppa:jfi/ppa 
sudo apt-get update 
sudo apt-get install psensor


另外还有个unstable Ubuntu PPA,可能会有bug


sudo add-apt-repository ppa:jfi/psensor-unstable 
sudo apt-get update 
sudo apt-get install psensor

>> 美化 terminal


link1; link2


emacs -nw .bashrc


在最后添加试试。


PS1="\[\033[0;32m\]├ \[\033[0;33m\]\d\[\033[0;32m\] ┼ \[\033[0;33m\]\t\[\033[0;32m\] ┼ \[\033[0;36m\]\u\[\033[0;32m\] ┼ \[\033[0;36m\]\h\[\033[0;32m\] ┼ \[\033[0;35m\]\w\[\0\
   33[0;32m\] ┤ \n\[\033[0;31m\]\$\[\033[0;32m\] >> \[\033[0m\]"


>> Install Jupiter


sudo add-apt-repository ppa:webupd8team/jupiter
sudo apt-get update
sudo apt-get install jupiter


>> install Unity Window Quicklists


sudo apt-add-repository ppa:alanbell/unity
sudo apt-get update
sudo apt-get install unity-window-quicklists


There's a bug with the autostart .desktop file and Unity Window Quicklists doesn't start automatically on login, so let's fix it:


sudo sed -i 's/OnlyShowIn=UNITY/OnlyShowIn=Unity/g' /etc/xdg/autostart/unity-window-quicklists.desktop


>> indicator-cpufreq


click here.


>> 让Ubuntu支持CPU动态调频


click here.

No comments:

Post a Comment