首页 > 系统 > Linux > 正文

ubuntu安装好后需要马上做的13件事情

2020-06-07 13:34:06
字体:
来源:转载
供稿:网友
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
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表