好无聊啊,写个帖子教大家怎么装ubuntu吧,教程大部分来源与互联网,本人只是总结一下。
效果图
好,现在开始。
首先下一个叫UltraISO的u盘刻录工具,当然,其他的也可以,诸位自便。
然后下载ubuntu的最新版本,随便搜索一下就有,我这里给出官网。
http://www.ubuntu.org.cn/download/desktop
刻录到U盘。
在我的电脑---管理---里面删除一部分硬盘内存,我删了100g。
然后优盘启动电脑,具体怎么来看你的主板,不过据我观察,开机一直按esc一般情况下都可以进入U盘。
进入后直接安装,分区自己来,不要默认,可能会删除原来win的分区。
一般情况下,分4个就好,/boot分1g,(其实用不了这么多),交换分区一般为真实内存2倍,内存超过10g不分问题也不大,
/可以分40g,剩下的给/home。这是最简单的,想用其他的自查。
一般装系统需10分钟左右,看你U盘和硬盘读写速度。
开机后为了方便先装个chrome,打开终端
sudo apt-get update
sudo apt-get install google-chrome-stable
/usr/bin/google-chrome-stable
然后开始安装主题样式和plank
安装unity-tweak-tool
sudo apt-get install unity-tweak-tool
然后下面代码装主题
sudo add-apt-repository ppa:noobslab/macbuntu
sudo apt-get update
sudo apt-get install macbuntu-os-icons-lts-v7
sudo apt-get install macbuntu-os-ithemes-lts-v7
在tweak tool中打
开安装 Plank Dock
sudo apt-get install plank
sudo add-apt-repository ppa:noobslab/macbuntu
sudo apt-get update
sudo apt-get install macbuntu-os-plank-theme-lts-v7
ctrl+鼠标右键启动设置
将面板上的 ‘Ubuntu Desktop’ 文字替换 ‘Mac’
cd && wget -O Mac.po http://drive.noobslab.com/data/Mac/change-name-on-panel/mac.po
cd /usr/share/locale/zh_CN/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po;cd
启动器上苹果Logo
wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac/launcher-logo/apple/launcher_bfb.png
sudo mv launcher_bfb.png /usr/share/unity/icons/
再装个网易音乐,这个不知道为什么不可以用命令下,我去官网下的包安装的。
sudo dpkg -i netease-cloud-music*
sudo apt-get -f install
netease-cloud-music
壁纸原图