From ae86317ee430dcd8152a5306ca101b66ac75bf4b Mon Sep 17 00:00:00 2001 From: DeadFire Date: Wed, 21 May 2014 13:58:40 +0800 Subject: [PATCH] =?UTF-8?q?20140521-2=20=E9=80=89=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ts All Ubuntu 14.04 Flavors In One Disk.md | 37 +++++++++++++++ ...3 (Build 3059) In Manjaro or Arch Linux.md | 45 +++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 sources/news/Ubuntu AIO DVD Puts All Ubuntu 14.04 Flavors In One Disk.md create mode 100644 sources/tech/Install Sublime Text 3 (Build 3059) In Manjaro or Arch Linux.md diff --git a/sources/news/Ubuntu AIO DVD Puts All Ubuntu 14.04 Flavors In One Disk.md b/sources/news/Ubuntu AIO DVD Puts All Ubuntu 14.04 Flavors In One Disk.md new file mode 100644 index 0000000000..3757d3ee62 --- /dev/null +++ b/sources/news/Ubuntu AIO DVD Puts All Ubuntu 14.04 Flavors In One Disk.md @@ -0,0 +1,37 @@ +Ubuntu AIO DVD Puts All Ubuntu 14.04 Flavors In One Disk +================================================================================ +Ubuntu has several official flavors based on different desktop environments. The default Ubuntu comes with Unity desktop where as Kubuntu is with [KDE][1], Lubuntu with [LXDE][2], Xubuntu with [Xfce][3]. There are some other flavors as well but these are the most popular official desktop flavors. + +How do you choose which Ubuntu is the best for you? One way is to download the ISO of the Ubuntu flavor and [give it a run via live USB][4]. But that would mean downloading several ISOs and writing them one by one in USB/disk. A little tiresome, isn’t it? + +This is where [Ubuntu AIO][5] (all in one) DVD comes in picture. A project started by some members of [Start Ubuntu][6] team, Ubuntu AIO DVD lets you try Ubuntu Unity, Lubuntu, Xubuntu, Kubuntu and Ubuntu Gnome in one single live disk. + +![](http://itsfoss.com/wp-content/uploads/2014/05/Ubuntu-AIO-DVD.jpg) + +Of course there are few downside of Ubuntu AIO. First it’s too big in size, around 4.7 GB. It won’t fit on a standard 4GB USB key. Further it has only 64 bit version of Ubuntu, Kubuntu and Ubuntu Gnome and only 32 bit version of Xubuntu and Lubuntu. Despite the shortcomings, it’s a nice effort to ease selection of the apt Ubuntu. + +Download Ubuntu AIO DVD + +- [Sourceforge][7] +- [Softpedia][8] + +Read more about the project [here][9] + +Enjoy! +-------------------------------------------------------------------------------- + +via: http://itsfoss.com/ubuntu-aio-dvd-puts-ubuntu-1404-flavors-disk/ + +译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 + +[1]:http://www.kde.org/ +[2]:http://lxde.org/ +[3]:http://www.xfce.org/ +[4]:http://itsfoss.com/create-live-usb-of-ubuntu-in-windows/ +[5]:http://ubuntuaio.wordpress.com/about-us/ +[6]:https://wiki.ubuntu.com/StartUbuntu +[7]:http://sourceforge.net/projects/ubuntuaiodvd/ +[8]:http://linux.softpedia.com/get/Linux-Distributions/Ubuntu-AIO-DVD-103429.shtml +[9]:http://ubuntuaio.wordpress.com/about-us/ \ No newline at end of file diff --git a/sources/tech/Install Sublime Text 3 (Build 3059) In Manjaro or Arch Linux.md b/sources/tech/Install Sublime Text 3 (Build 3059) In Manjaro or Arch Linux.md new file mode 100644 index 0000000000..fd67755edc --- /dev/null +++ b/sources/tech/Install Sublime Text 3 (Build 3059) In Manjaro or Arch Linux.md @@ -0,0 +1,45 @@ +Install Sublime Text 3 (Build 3059) In Manjaro/Arch Linux +================================================================================ +[Sublime Text 3][1] is currently in beta. The latest build is 3059. We are going to install Sublime Text 3 build 3059 from AUR, from AUR. + +![](http://180016988.r.cdn77.net/wp-content/uploads/2014/05/Sublime_text_3_manjaro.png) + +Open terminal and run the command below, follow the Y/N questions to continue. + + sudo yaourt -S sublime-text-dev + +![](http://180016988.r.cdn77.net/wp-content/uploads/2014/05/sublime_text_3_AUR.png) + + loading packages... + resolving dependencies... + looking for inter-conflicts... + Packages (1): sublime-text-dev-3.3059-1 + Total Installed Size: 16.02 MiB + :: Proceed with installation? [Y/n] y + (1/1) checking keys in keyring [########################################] 100% + (1/1) checking package integrity [########################################] 100% + (1/1) loading package files [########################################] 100% + (1/1) checking for file conflicts [########################################] 100% + (1/1) checking available disk space [########################################] 100% + (1/1) installing sublime-text-dev [########################################] 100% + +---------- + + ==> sublime-text-dev install/upgrade note: + ------------------------------------------------------------------------------ + To disable in-application reminders about new Sublime Text dev versions, + add the following setting to your User Preferences file: + "update_check": false + ------------------------------------------------------------------ + +![](http://180016988.r.cdn77.net/wp-content/uploads/2014/05/sublime_text_3.png) + +-------------------------------------------------------------------------------- + +via: http://www.unixmen.com/install-sublime-text-3-build-3059-manjaroarch-linux/ + +译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 + +[1]:http://www.sublimetext.com/3 \ No newline at end of file