mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-16 22:42:21 +08:00
commit
a1b78a2251
@ -21,7 +21,7 @@ Developed in part by two ex-Rackspace engineers, [CoreOS][8] is a lightweight Li
|
||||
CoreOS was quickly adopted by many cloud providers, including Microsoft Azure, Amazon Web Services, DigitalOcean and Google Compute Engine.
|
||||
|
||||
Like CoreOS, Ubuntu Core offers an expedited process for updating components, reducing the amount of time that an administrator would need to manually manage them.
|
||||
|
||||
如同Coreos一样,Ubuntu内核提供了一个快速引擎来更新组件
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.infoworld.com/article/2860401/cloud-computing/google-cloud-offers-streamlined-ubuntu-for-docker-use.html
|
||||
@ -40,4 +40,4 @@ via: http://www.infoworld.com/article/2860401/cloud-computing/google-cloud-offer
|
||||
[5]:http://www.itworld.com/article/2695383/open-source-tools/docker-all-geared-up-for-the-enterprise.html
|
||||
[6]:http://www.itworld.com/article/2695501/cloud-computing/google-unleashes-docker-management-tools.html
|
||||
[7]:http://www.itworld.com/article/2696116/open-source-tools/coreos-linux-does-away-with-the-upgrade-cycle.html
|
||||
[8]:https://coreos.com/using-coreos/
|
||||
[8]:https://coreos.com/using-coreos/
|
||||
|
@ -1,3 +1,5 @@
|
||||
Translating by FSSlc
|
||||
|
||||
How To Use Emoji Anywhere With Twitter's Open Source Library
|
||||
================================================================================
|
||||
> Embed them in webpages and other projects via GitHub.
|
||||
|
@ -1,60 +0,0 @@
|
||||
How To Install KDE Plasma 5.2 In Ubuntu 14.10
|
||||
================================================================================
|
||||
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2015/01/Plasma_Ubuntu_1410.jpg)
|
||||
|
||||
[KDE][1] Plasma 5.2 has been [released][2] and in this post we shall see how to install KDE Plasma 5.2 in Ubuntu 14.10.
|
||||
|
||||
Ubuntu’s default desktop environment Unity is beautiful and packs quite some feature. But if you ask any experienced Linux user about desktop customization, his answer will be KDE. KDE is boss when it comes to customization and its popularity can be guessed that Ubuntu has an official KDE flavor, known as [Kubuntu][3].
|
||||
|
||||
A good thing about Ubuntu (or any other Linux OS for that matter) is that it doesn’t bind you with one particular desktop environment. You can always install additional desktop environments and choose to switch between them while keeping several desktop environments at the same time. Earlier, we have seen the installation of following desktop environments:
|
||||
|
||||
- [How to install Mate desktop in Ubuntu 14.04][4]
|
||||
- [How to install Cinnamon in Ubuntu 14.04][5]
|
||||
- [How to install Budgie desktop in Ubuntu 14.04][6]
|
||||
- [How to install GNOME Shell in Ubuntu 14.04][7]
|
||||
|
||||
And today we shall see how to install KDE Plasma in Ubuntu 14.10.
|
||||
|
||||
### Install KDE Plasma 5.2 in Ubuntu 14.04 ###
|
||||
|
||||
Before you go on installing Plasma on Ubuntu 14.10, you should know that it will download around one GB of data. So consider your network speed and data package (if any) before opting for KDE installation. The PPA we are going to use for installing Plasma is the official PPA provided by the KDE community. Use the commands below in terminal:
|
||||
|
||||
sudo apt-add-repository ppa:kubuntu-ppa/next-backports
|
||||
sudo apt-get update
|
||||
sudo apt-get dist-upgrade
|
||||
sudo apt-get install kubuntu-plasma5-desktop plasma-workspace-wallpapers
|
||||
|
||||
During the installation, it will as you to choose the default display manager. I chose the default LightDM. Once installed, restart the system. At the login, click on the Ubuntu symbol beside the login field. In here, select Plasma.
|
||||
|
||||
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2015/01/Select_Plasma_KDE_Ubuntu.jpeg)
|
||||
|
||||
You’ll be logged in to KDE Plasma now. Here is a quick screenshot of how KDE Plasma 5.2 looks like in Ubuntu 14.10:
|
||||
|
||||
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2015/01/KDE_Plasma_Desktop.jpeg)
|
||||
|
||||
### Remove KDE Plasma from Ubuntu ###
|
||||
|
||||
If you want to revert the changes, use the following commands to get rid of KDE Plasma from Ubuntu 14.10.
|
||||
|
||||
sudo apt-get install ppa-purge
|
||||
sudo apt-get remove kubuntu-plasma5-desktop
|
||||
sudo ppa-purge ppa:kubuntu-ppa/next
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://itsfoss.com/install-kde-plasma-ubuntu-1410/
|
||||
|
||||
作者:[Abhishek][a]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[a]:http://itsfoss.com/author/Abhishek/
|
||||
[1]:https://www.kde.org/
|
||||
[2]:https://dot.kde.org/2015/01/27/plasma-52-beautiful-and-featureful
|
||||
[3]:http://www.kubuntu.org/
|
||||
[4]:http://itsfoss.com/install-mate-desktop-ubuntu-14-04/
|
||||
[5]:http://itsfoss.com/install-cinnamon-24-ubuntu-1404/
|
||||
[6]:http://itsfoss.com/install-budgie-desktop-ubuntu-1404/
|
||||
[7]:http://itsfoss.com/how-to-install-gnome-in-ubuntu-14-04/
|
@ -1,98 +0,0 @@
|
||||
translating----geekpi
|
||||
|
||||
Linux FAQs with Answers--How to install Go language on Linux
|
||||
================================================================================
|
||||
Go (also called "golang") is an open-source programming language initially developed by Google. It was born with several design principles in mind: simplicity, safety, and speed. The Go language distribution comes with various tools for debugging, testing, profiling and code-vetting. Nowadays the Go language and its tool chain are available in the base repositories of most Linux distributions, making it easy to install them with a default package manager.
|
||||
|
||||
### Install Go Language on Ubuntu, Debian or Linux Mint ###
|
||||
|
||||
The following **apt-get** command will install Go language and its development tools on Debian-based distributions.
|
||||
|
||||
$ sudo apt-get install golang
|
||||
|
||||
Check the version of Go language to verify installation.
|
||||
|
||||
$ go version
|
||||
|
||||
----------
|
||||
|
||||
go version go1.2.1 linux/amd64
|
||||
|
||||
Depending on your need, you may want to install additional Go tools using apt-get.
|
||||
|
||||
$ sudo apt-cache search golang
|
||||
|
||||
![](https://farm8.staticflickr.com/7430/15812762183_f094e3bf92_c.jpg)
|
||||
|
||||
### Install Go Language on Fedora, CentOS/RHEL ###
|
||||
|
||||
The following yum command will install Go language and its development tools on Red Hat based distributions.
|
||||
|
||||
$ sudo yum install golang
|
||||
|
||||
Check the version of Go language to verify installation.
|
||||
|
||||
$ go version
|
||||
|
||||
----------
|
||||
|
||||
go version go1.3.3 linux/amd64
|
||||
|
||||
Depending on your need, you can install additional Go tools using yum.
|
||||
|
||||
$ yum search golang
|
||||
|
||||
![](https://farm8.staticflickr.com/7373/16432817805_775010dc18_c.jpg)
|
||||
|
||||
### Install Go Language from the Official Website ###
|
||||
|
||||
Sometimes the version of Go language that comes with your Linux distribution may not be up-to-date. In that case, you can install the latest Go language from its official website. Here is how you can do it.
|
||||
|
||||
Go to the [official source][1] of Go language, and download pre-built binaries.
|
||||
|
||||
**For 64-bit Linux:**
|
||||
|
||||
$ wget https://storage.googleapis.com/golang/go1.4.1.linux-amd64.tar.gz
|
||||
|
||||
**For 32-bit Linux:**
|
||||
|
||||
$ wget https://storage.googleapis.com/golang/go1.4.1.linux-386.tar.gz
|
||||
|
||||
**Install the binaries under /usr/local.**
|
||||
|
||||
$ sudo tar -xzf go1.4.1.linux-xxx.tar.gz -C /usr/local
|
||||
|
||||
Update the PATH environment variable system-wide by appending the following line in /etc/profile.
|
||||
|
||||
$ sudo vi /etc/profile
|
||||
|
||||
----------
|
||||
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
|
||||
If you installed Go in a custom location other than /usr/local, you also need to set GOROOT environment variable to point to the custom location.
|
||||
|
||||
$ sudo vi /etc/profile
|
||||
|
||||
----------
|
||||
|
||||
export GOROOT=/path/to/custom/location
|
||||
|
||||
Check the version of Go language.
|
||||
|
||||
$ go version
|
||||
|
||||
----------
|
||||
|
||||
go version go1.4.1 linux/amd64
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://ask.xmodulo.com/install-go-language-linux.html
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:https://golang.org/dl/
|
@ -0,0 +1,61 @@
|
||||
如何在Ubuntu 14.10 上安装KDE Plasma 5.2
|
||||
================================================================================
|
||||
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2015/01/Plasma_Ubuntu_1410.jpg)
|
||||
|
||||
[KDE][1] Plasma 5.2已经[发布][2],在本篇中我们将看到如何在Ubuntu 14.10 上安装KDE Plasma 5.2。
|
||||
|
||||
Ubuntu的默认桌面环境Unity很漂亮还有很多特性。但是如果你问任何有经验的Linux用户关于桌面自定义,他的回答将是KDE。KDE在定制上是王者并且它得到流行大概是由于Ubuntu有官方的KDE版本,也就是Kubuntu[3]。
|
||||
|
||||
对于Ubuntu(或者任何其他的Linux系统而言)的一个好消息是它没有绑定任何特定的桌面环境。你可以安装额外的桌面环境并且可以在不同的桌面环境间切换。早先我们已经了解了桌面环境的安装。
|
||||
|
||||
- [如何在Ubuntu 14.04中安装Mate桌面][4]
|
||||
- [如何在Ubuntu 14.04中安装Cinnamon桌面][5]
|
||||
- [如何在Ubuntu 14.04中安装Budgie桌面][6]
|
||||
- [如何在Ubuntu 14.04中安装Gnome Shell][7]
|
||||
|
||||
今天我们要展示如何在Ubuntu 14.10 中如何安装KDE Plasma。
|
||||
|
||||
### 如何在Ubuntu 14.10 上安装KDE Plasma 5.2 ###
|
||||
|
||||
在Ubuntu 14.10上安装Plasma之前,你要知道这会下载大概1GB的内容。因此在安装KDE之前要考虑速度和数据包。我们下载所使用的PPA是KDEs社区官方提供的。在终端中使用下面的命令:
|
||||
|
||||
sudo apt-add-repository ppa:kubuntu-ppa/next-backports
|
||||
sudo apt-get update
|
||||
sudo apt-get dist-upgrade
|
||||
sudo apt-get install kubuntu-plasma5-desktop plasma-workspace-wallpapers
|
||||
|
||||
During the installation, it will as you to choose the default display manager. I chose the default LightDM. Once installed, restart the system. At the login, click on the Ubuntu symbol beside the login field. In here, select Plasma.
|
||||
在安装中,我们要选择默认的显示管理器。我选择的是默认的LightDM。安装完成后,重启系统。在登录时,点击登录区域旁边的Ubuntu图标。这里选择Plasma。
|
||||
|
||||
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2015/01/Select_Plasma_KDE_Ubuntu.jpeg)
|
||||
|
||||
你现在就登录到KDE Plasma了。这里有一个KDE Plasma 5.2在Ubuntu 14.10下的截图
|
||||
|
||||
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2015/01/KDE_Plasma_Desktop.jpeg)
|
||||
|
||||
### 从Ubuntu卸载KDE Plasma ###
|
||||
|
||||
如果你想要还原更改,使用下面的命令从Ubuntu 14.10中卸载KDE Plasma。
|
||||
|
||||
sudo apt-get install ppa-purge
|
||||
sudo apt-get remove kubuntu-plasma5-desktop
|
||||
sudo ppa-purge ppa:kubuntu-ppa/next
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://itsfoss.com/install-kde-plasma-ubuntu-1410/
|
||||
|
||||
作者:[Abhishek][a]
|
||||
译者:[geekpi](https://github.com/geekpi)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[a]:http://itsfoss.com/author/Abhishek/
|
||||
[1]:https://www.kde.org/
|
||||
[2]:https://dot.kde.org/2015/01/27/plasma-52-beautiful-and-featureful
|
||||
[3]:http://www.kubuntu.org/
|
||||
[4]:http://itsfoss.com/install-mate-desktop-ubuntu-14-04/
|
||||
[5]:http://itsfoss.com/install-cinnamon-24-ubuntu-1404/
|
||||
[6]:http://itsfoss.com/install-budgie-desktop-ubuntu-1404/
|
||||
[7]:http://itsfoss.com/how-to-install-gnome-in-ubuntu-14-04/
|
@ -0,0 +1,96 @@
|
||||
如何在Linux中安装Go语言
|
||||
================================================================================
|
||||
Go (也叫 "golang")是一款由Google开发的编程语言。它的诞生有几个设计原则:简单、安全、速度。Go语言发行版拥有各种调试、测试、调优和代码审查工具。如今Go语言和它的工具链在大多数Linux发行版的基础仓库都有了,用默认的包管理器就可以安装。
|
||||
|
||||
### 在Ubuntu、Debian 或者 Linux Mint上安装Go语言 ###
|
||||
|
||||
下面是在基于Debian的发行版上使用**apt-get**来安装Go语言和它的开发工具。
|
||||
|
||||
$ sudo apt-get install golang
|
||||
|
||||
检查Go语言的版本来验证安装。
|
||||
|
||||
$ go version
|
||||
|
||||
----------
|
||||
|
||||
go version go1.2.1 linux/amd64
|
||||
|
||||
按照你的需要,你或许想要使用apt-get安装额外的Go工具。
|
||||
|
||||
$ sudo apt-cache search golang
|
||||
|
||||
![](https://farm8.staticflickr.com/7430/15812762183_f094e3bf92_c.jpg)
|
||||
|
||||
### 在Fedora、CentOS/RHEL中安装Go语言 ###
|
||||
|
||||
下面的命令会在基于Red Hat的发行版中安装Go语言和它的工具。
|
||||
|
||||
$ sudo yum install golang
|
||||
|
||||
检查Go语言的版本来验证安装。
|
||||
|
||||
$ go version
|
||||
|
||||
----------
|
||||
|
||||
go version go1.3.3 linux/amd64
|
||||
|
||||
按照你的需要,你或许想要使用yum安装额外的Go工具。
|
||||
|
||||
$ yum search golang
|
||||
|
||||
![](https://farm8.staticflickr.com/7373/16432817805_775010dc18_c.jpg)
|
||||
|
||||
### 从官网安装Go语言 ###
|
||||
|
||||
有时发行版中的版本并不是最新的。为防这样,你可以从官网安装最新的Go语言。下面是步骤。
|
||||
|
||||
进入Go语言的[官方源码][1],并下载预编译二进制代码。
|
||||
|
||||
**对于64位Linux:**
|
||||
|
||||
$ wget https://storage.googleapis.com/golang/go1.4.1.linux-amd64.tar.gz
|
||||
|
||||
**对于32位Linux:**
|
||||
|
||||
$ wget https://storage.googleapis.com/golang/go1.4.1.linux-386.tar.gz
|
||||
|
||||
**在/usr/local下安装程序**
|
||||
|
||||
$ sudo tar -xzf go1.4.1.linux-xxx.tar.gz -C /usr/local
|
||||
|
||||
在/etc/profile中添加系统范围的PATH环境变量。
|
||||
|
||||
$ sudo vi /etc/profile
|
||||
|
||||
----------
|
||||
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
|
||||
如果你在/usr/local之外安装了了Go,你同样需要设置GOROOT环境变量来指向自定义的安装位置。
|
||||
|
||||
$ sudo vi /etc/profile
|
||||
|
||||
----------
|
||||
|
||||
export GOROOT=/path/to/custom/location
|
||||
|
||||
检查Go语言的版本
|
||||
|
||||
$ go version
|
||||
|
||||
----------
|
||||
|
||||
go version go1.4.1 linux/amd64
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://ask.xmodulo.com/install-go-language-linux.html
|
||||
|
||||
译者:[geekpi](https://github.com/geekpi)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:https://golang.org/dl/
|
Loading…
Reference in New Issue
Block a user