安装ubuntu后必须做的事情(对我而言)

1.  下载wiki文档:http://www.kiwix.org/index.ph/Ubuntu_PPA

http://forum.ubuntu.org.cn/viewtopic.php?f=95&t=288348

2.类似mac主题

往软件源里添加

deb http://ppa.launchpad.net/webupd8team/themes/ubuntu raring main 
deb-src http://ppa.launchpad.net/webupd8team/themes/ubuntu raring main 

然后apt-get install gnome-cup....即可

3.使用Kazam Screencaster录制屏幕,该软件已经在官方源
4.使用ubuntu-tweak设置相关字体;
5。修改图标为Linux 平台上最流行的图标集之一 Faenza Icon Theme (真的很好看)
# Ubuntu 用户安装

sudo add-apt-repository ppa:tiheum/equinox
sudo apt-get update
sudo apt-get install faenza-icon-theme

6.安装fection,Ailurus,
7.使用Dconf-editor来解决gedit中文乱码问题;
8.安装VirtualBox,安装Win7;
9. 安装电驴下载神器:MLdonkey;
10.
ubuntu下安装桌面工具Screentlets:
在ubuntu下可以使用PPA源来安装,非常方便,在终端中输入如下命令:


sudo apt-add-repository ppa:screenlets/ppa
                                                  
sudo apt-get update
                                                  
sudo apt-get install screenlets


11.解决  不能满足依赖关系,build-essential: 依赖: libc6-dev 但是它将不会被安装


sudo apt-get update
                                               
sudo aptitude install build-essential


12.解决gedit乱码问题

sudo gsettings set org.gnome.gedit.preferences.encodings auto-detected"['UTF-8','GB18030','GB2312','GBK','BIG5','CURRENT','UTF-16']"


13.终端出现E: 无法获得锁 /var/lib/dpkg/lock - open (11: 资源暂时不可用)E: 无法锁定管理目录(/var/lib/dpkg/),是否有其他进程正占用它的解决办法

sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock

13.(为了不用再找,方便)  ubuntu下的chrome的安装位置在: /opt/google/chrome/google-chrome

 

14.StarDict Dictionaries -- 星际译王词库 词典下载

http://abloz.com/huzheng/stardict-dic/

15.小熊猫


sudo add-apt-repository ppa:ailurus
sudo apt-get update
sudo apt-getinstallailurus



16.安装google字体


cd&& wget http://webupd8.googlecode.com/files/install-google-fonts
                   
chmod +x install-google-fonts
                   
./install-google-fonts


17.Nautilus Columns is a Nautilus extension that displays PDF and audio (mp3, WAV and FLAC) tags as well as EXIF metadata to the Nautilus List View.


sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get instal lnautilus-columns
                
#安装后,重启一下nautilus
                
nautilus -q


18.笔记本亮度调节


sudo gedit /etc/default/grub


GRUB_CMDLINE_LINUX=""改为

GRUB_CMDLINE_LINUX="acpi_backlight=vendor"


sudo update-grub


重启

19.笔记本Nvidia显卡,安装bumblebee

sudo add-apt-repository ppa:bumblebee/stable
         
sudo apt-get update
         
sudo apt-get install bumblebee bumblebee-nvidia

 重启

20.xbmc播放在线视频

sudo apt-get install xbmc

中文化:选System——Settings——Appearance——International右边第一项

Language选为Chinese(Simple),现在全变框框了,现在左边点第一个,

右边第四项选为Arial。OK

在 http://code.google.com/p/xbmc-addons-chinese/downloads/list

下载对应插件包,系统设置——扩展功能——从Zip安装。

然后点获取扩展功能——Chinses Add-one——视频扩展

现在就能享受youku、搜狐、腾讯、奇艺等等了

21.安装wine1.5

sudo add-apt-repository ppa:ubuntu-wine/ppa
      
sudo apt-get update
      
sudo apt-get install wine1.5

22.新浪、搜狐微博

sudo apt-add-repository ppa:gwibber-team/ppa
    
sudo apt-get update
    
sudo apt-get install gwibber gwibber-service-sina gwibber-service-sohu

23.解决 Gtk-WARNING **: 无法在模块路径中找到主题引擎 pixmap

sudo apt-get install gtk2-engines-pixbuf  

24.zip文件解压中文文件乱码问题 

由于zip文件中没有声明其编码,所以在linux上使用unzip解压以默认编码解压,中文文件名会出现乱码。 使用7z解压即可解决:7z x xxxxx.zip 也可以使用:jar xvf xxxxx.zip

sudo apt-get install p7zip


25.个性化设置(如3D)的一些方法:

http://forum.ubuntu.org.cn/viewtopic.php?t=140531

你可能感兴趣的:(ubuntu,build-essential,ubuntu设置,ubuntu12.10,不能满足依赖关系)