ubuntu 安装后需要立即做的13个事情

Posted 11 months, 1 week ago at 11:31 am. 0 comments

ad 468x60

13 Things to do immediately after installing Ubuntu

1. Enabling/Adding Extra Repositories
打开/添加额外的源

2. Installing ntfs-3g
安装 ntfs-3g,用于读NTFS分区

sudo apt-get install ntfs-config
gksu ntfs-config

3. Making Windows see your Linux partition
windows下使用 Ext2 Installable File System For Windows来读写 linux 分区。其实这个 fs-driver 界面、易用性比较好,直接在我的电脑中映射一个盘符,但我个人感觉不如 explore2fs

4. Installing flash-plugin
安装 flash 插件

sudo apt-get install -y flashplugin-nonfree

5. Installing Microsoft True Type Fonts
安装 windows 字体

sudo apt-get install -y msttcorefonts

6. Installing unrar
安装 unrar

sudo apt-get -y install unrar

7. Installing mpg123
安装 mpg123,轻量级的命令行 mp3 播放器。

sudo apt-get install -y mpg123

8. Installing Adobe Reader
(这个有必要吗?替代软件很多啊)

9. Installing DVD playback support
添加DVD解码器。已经添加源了的话就

sudo aptitude install libdvdcss2

否则

sudo /usr/share/doc/libdvdread3/./install-css.sh

10 . Installing the extra multimedia codecs,players
其它解码器

sudo apt-get install gstreamer0.10-pitfdll gstreamer0.10-ffmpeg gstreamer0.10-gl gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse libxine-extracodecs w32codecs
vlc mplayer

11. Updating the system
sudo apt-get update 升级

12 . Installing beagle
linux 下的桌面搜索工具。类似于Google Desktop Search 或者苹果下的 Mac OS Spotlight。

sudo apt-get install -y beagle

13. Installing gdesklets
gdesklets 桌面小应用程序,包括 dock、日历、时钟等 Widgets。

如果你嫌以上这些太麻烦,也可以直接使用 easyubuntu或者 automatix 脚本。

Easy Ubuntu is easy, graphical and safe.

* All the modified files are backed up.
* Unless you ask for it, your sources.list is not modified.
* EasyUbuntu can be translated into your language
* Runs on Ubuntu, Kubuntu and Xubuntu without installing additional software.

Automatix2 is a graphical interface (written in python and bash) for automating the installation of the most commonly requested applications in some Debian based distributions.

linux 命令行技巧

Popularity: 23% [?]

Tags: , , , , , , , , ,
ad 468x60

No Replies

Feel free to leave a reply using the form below!


Leave a Reply