mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
Merge branch 'master' of https://github.com/LCTT/TranslateProject
This commit is contained in:
commit
80c1d0b75f
@ -1,10 +1,10 @@
|
||||
使用`Nginx和Apache`安装RainLoop Webmail(一个网页邮件客户端)
|
||||
在Arch上使用Nginx/Apache安装RainLoop Webmail
|
||||
================================================================================
|
||||
Rainloop是一个使用PHP编写的,开源免费的网页邮件客户端。他支持包括Google,Yahoo,OutLook在内的主流的邮件服务器,当然,他也支持你自己的本地邮件服务器。他主要的表现看起来像使用IMAP和SMTP协议的MUA(邮件客户端)。
|
||||
Rainloop是一个使用PHP编写的,开源免费的网页邮件客户端。他支持包括Google、Yahoo、OutLook在内的主流的邮件服务器,当然,他也支持你自己的本地邮件服务器。它看起来大致就像使用IMAP和SMTP协议的MUA(邮件客户端)一样。
|
||||
|
||||
#### RainLoop 示例 ####
|
||||
|
||||
可以看一下作者编写的安装文档: [http://demo.rainloop.net/][1].
|
||||
可以看一下RainLoop作者安装的演示页面: [http://demo.rainloop.net/][1]。
|
||||
|
||||
![在Arch Linux上安装RainLoop](http://www.tecmint.com/wp-content/uploads/2014/05/Install-RainLoop-in-Arch-Linux.jpg)
|
||||
在Arch Linux上安装RainLoop
|
||||
@ -17,24 +17,28 @@ If you also need references on installing Rainloop on **Debian** and **Red Hat**
|
||||
|
||||
如果你还是需要一篇在**Debian** 和 **Red Hat** 安装 RainLoop Webmail 的教程,你可以看这篇文章:
|
||||
|
||||
- [Install RainLoop Webmail on Debian and Red Hat based Systems][2]
|
||||
- [在 Debian 和 RedHat 系的 Linux 上安装 RainLoop Webmail][2]
|
||||
|
||||
以及在 **Ubuntu** 服务器中安装 RainLoop Webmail 的教程,你可以看这篇文章:
|
||||
|
||||
- [如何在 Ubuntu server 中设置 RainLoop Webmail][8]
|
||||
|
||||
### 系统要求 ###
|
||||
|
||||
#### 对 Nginx ####
|
||||
|
||||
- [Install LEMP (Nginx, PHP, MySQL with MariaDB engine and PhpMyAdmin) in Arch Linux][3]
|
||||
- [Create Virtual Hosts in Nginx Web Server][4]
|
||||
- [在 Arch Linux 上安装 LEMP (Nginx, PHP, MySQL/MariaDB 和 PhpMyAdmin)][3]
|
||||
- [在 Nginx 上创建虚拟主机][4]
|
||||
|
||||
#### 对 Apache ####
|
||||
|
||||
- [Install LAMP (Linux, Apache, MySQL/MariaDB, and PHP/PhpMyAdmin) in Arch Linux][5]
|
||||
- [在 Arch Linux 上安装 LAMP (Linux, Apache, MySQL/MariaDB 和 PHP/PhpMyAdmin)][5]
|
||||
|
||||
### Step 1:为 Nginx 或者 Apache 提供虚拟Host###
|
||||
### Step 1:在 Nginx 或者 Apache 上创建虚拟主机###
|
||||
|
||||
**1.** 假设你已经配置您的服务器(**Nginx**或**Apache**),如上面介绍的链接描述的,你需要做的第一件事是在Hosts文件里创建一个指向**的Arch Linux*系统的IP。
|
||||
**1.** 假设你已经如上面介绍的链接所述,配置好了您的服务器(**Nginx**或**Apache**),你需要做的第一件事是在Hosts文件里创建一个原始解析记录,以指向**的Arch Linux**系统的IP。
|
||||
|
||||
对与Linux系统,修改 **/etc/hosts** 文件并且在你得localhost下添加 Rainloop virtual 域。如下:
|
||||
对于Linux系统,修改 **/etc/hosts** 文件并且在你的localhost条目之下添加 Rainloop 的虚拟域。如下:
|
||||
|
||||
127.0.0.1 localhost.localdomain localhost rainloop.lan
|
||||
192.168.1.33 rainloop.lan
|
||||
@ -42,11 +46,11 @@ If you also need references on installing Rainloop on **Debian** and **Red Hat**
|
||||
![Add Domain Host Entry](http://www.tecmint.com/wp-content/uploads/2014/05/Install-RainLoop-in-Arch-Linux-01.jpg)
|
||||
添加域信息
|
||||
|
||||
对于Windows系统,则修改 **C:\Windows\System32\drivers\etc\hosts** 并且将接下来的内容添加到你的文件里:
|
||||
如果是Windows系统,则修改 **C:\Windows\System32\drivers\etc\hosts** 并且将接下来的内容添加到你的文件里:
|
||||
|
||||
192.168.1.33 rainloop.lan
|
||||
|
||||
**2.** After you verify local domain using **ping** command, create the necessary **Virtual Hosts** and **SSL** configurations for **Apache** or **Nginx**.
|
||||
**2.** 使用 **ping** 命令确认本地的 Rainloop 域名创建成功之后,然后在 **Apache** 或 **Nginx** 中创建所需的 **虚拟主机** 和 **SSL** 配置。
|
||||
|
||||
#### Nginx 虚拟主机 ####
|
||||
|
||||
@ -141,10 +145,10 @@ If you also need references on installing Rainloop on **Debian** and **Red Hat**
|
||||
|
||||
$ sudo nginx_gen_ssl.sh
|
||||
|
||||
![Generate Certificate and Keys](http://www.tecmint.com/wp-content/uploads/2014/05/Install-RainLoop-in-Arch-Linux-04.jpg\)
|
||||
![Generate Certificate and Keys](http://www.tecmint.com/wp-content/uploads/2014/05/Install-RainLoop-in-Arch-Linux-04.jpg)
|
||||
生成证书和密钥
|
||||
|
||||
生成证书和SSL密钥后,创建Rainloop**根**网络服务器的文件路径(Rainloop PHP文件所在的位置),然后启用虚拟主机,并重新启动Nginx的守护进程,应用配置。
|
||||
生成证书和SSL密钥后,创建Rainloop Web服务器**根**的文件路径(Rainloop PHP文件所在的位置),然后启用虚拟主机,并重新启动Nginx的守护进程,应用配置。
|
||||
|
||||
$ sudo mkdir -p /srv/www/rainloop
|
||||
$ sudo n2ensite rainloop
|
||||
@ -232,7 +236,7 @@ If you also need references on installing Rainloop on **Debian** and **Red Hat**
|
||||
输入组织信息
|
||||
|
||||
After the Certificate and SSL keys are created, add Rainloop **DocumentRoot** path, then enable Virtual Hosts and restart Apache daemon to apply configurations.
|
||||
在证书和密钥建立之后,添加RainLoop **DocumentRoot**目录,之后激活虚拟主机,并且重启Apache应用设置。
|
||||
在证书和密钥建立之后,创建 RainLoop 的 **DocumentRoot** 所指向的目录,之后激活虚拟主机,并且重启Apache应用设置。
|
||||
|
||||
$ sudo mkdir -p /srv/www/rainloop
|
||||
$ sudo a2ensite rainloop
|
||||
@ -244,11 +248,11 @@ After the Certificate and SSL keys are created, add Rainloop **DocumentRoot** pa
|
||||
|
||||
### Step 2: 添加必要的PHP支持 ###
|
||||
|
||||
**3.** 无论您使用的是**Apache**或**Nginx**Web服务器,您需要激活**php.ini**文件下中的PHP扩展,包括新的服务器**DocumentRoot**目录。
|
||||
**3.** 无论您使用的是**Apache**或**Nginx**Web服务器,您需要激活**php.ini**文件下中的PHP扩展,并将新服务器的**DocumentRoot**目录放到 open_basedir 配置中。
|
||||
|
||||
$ sudo nano /etc/php/php.ini
|
||||
|
||||
找到并且取消如下的PHP扩展的注释:
|
||||
找到并且取消如下的PHP扩展的注释(LCTT译注,即启用这些模块):
|
||||
|
||||
extension=iconv.so
|
||||
extension=imap.so
|
||||
@ -258,12 +262,11 @@ After the Certificate and SSL keys are created, add Rainloop **DocumentRoot** pa
|
||||
extension=openssl.so ( enables IMAPS and SMTP SSL protocols on mail servers)
|
||||
extension=pdo_mysql.so
|
||||
|
||||
open_basedir语句应该看起来和这个一样。
|
||||
open_basedir语句应该看起来类似如下:
|
||||
|
||||
open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/:/etc/webapps/:/srv/www/
|
||||
|
||||
**4.** After the **php.ini** file was modified restart your server than check **phpinfo** file to see if **SSL** protocols are enabled.
|
||||
**4.** 在修改好**php.ini**之后,重启你得服务器,然后检查 **phpinfo** 文件,去看看**SSL**协议是否已经激活。
|
||||
**4.** 在修改好**php.ini**之后,重启你的服务器,然后检查 **phpinfo()** 输出,去看看**SSL**协议是否已经激活。
|
||||
|
||||
----------对于 Apache Web 服务器----------
|
||||
$ sudo systemctl restart httpd
|
||||
@ -275,22 +278,22 @@ open_basedir语句应该看起来和这个一样。
|
||||
$ sudo systemctl restart php-fpm
|
||||
|
||||
![Check PHP Information](http://www.tecmint.com/wp-content/uploads/2014/05/Install-RainLoop-in-Arch-Linux-10.png)
|
||||
Check PHP Information
|
||||
查看 PHP 信息
|
||||
|
||||
### Step 3: 下载和安装 RainLoop Webmail ###
|
||||
|
||||
**5.**现在是时候从官方网站下载并解压缩Rainloop应用到文档根目录,但是需要首先安装**wget的**和**unzip**程序。
|
||||
**5.**现在可以从官方网站下载Rainloop应用并解压缩到文档根目录了,但是需要首先安装**wget的**和**unzip**程序(LCTT译注,如果你已经有了可以忽略此步)。
|
||||
|
||||
$ sudo pacman -S unzip wget
|
||||
|
||||
**6.** 使用**wget**命令或通过使用浏览器导航到[http://rainloop.net/downloads/] [6]下载最新的源码包Rainloop zip归档。
|
||||
**6.** 使用**wget**命令或通过使用浏览器访问[http://rainloop.net/downloads/] [6]下载最新的源码包Rainloop 压缩包。
|
||||
|
||||
$ wget http://repository.rainloop.net/v1/rainloop-latest.zip
|
||||
|
||||
![Download RainLoop Package](http://www.tecmint.com/wp-content/uploads/2014/05/Install-RainLoop-in-Arch-Linux-11.png)
|
||||
下载 RainLoop 包
|
||||
|
||||
**7.** 下载过程完成后,解压Rainloop归档到虚拟主机文档根目录路径( **/srv/www/rainloop/** )。
|
||||
**7.** 下载过程完成后,解压Rainloop压缩包到虚拟主机文档根目录路径( **/srv/www/rainloop/** )。
|
||||
|
||||
$ sudo unzip rainloop-latest.zip -d /srv/www/rainloop/
|
||||
|
||||
@ -309,7 +312,7 @@ Check PHP Information
|
||||
|
||||
**9.** Rainloop应用程序可以通过两种方式进行配置:使用浏览器或者系统shell。如果要在终端配置就打开和编辑位于**/ srv/www/rainloop/data/_data_da047852f16d2bc7352b24240a2f1599/_default_/configs/**的application.ini**文件。
|
||||
|
||||
**10.** 若要从浏览器访问管理界面,使用下面的URL地址** https://rainloop.lan/?admin**,然后提供默认的应用程序用户名密码。
|
||||
**10.** 若要从浏览器访问管理界面,使用下面的URL地址** https://rainloop.lan/?admin**,然后提供输入默认的应用程序用户名密码,如下:
|
||||
|
||||
User= admin
|
||||
Password= 12345
|
||||
@ -317,7 +320,7 @@ Check PHP Information
|
||||
![Rainloop Web Interface](http://www.tecmint.com/wp-content/uploads/2014/05/Install-RainLoop-in-Arch-Linux-14.png)
|
||||
Rainloop Web 界面
|
||||
|
||||
**11.** 首次登录后,你将被警告更改默认密码,所以我劝你做这一点。
|
||||
**11.** 首次登录后,你会被警示需要更改默认密码,所以我劝你做这一点。
|
||||
|
||||
![Change Default Password](http://www.tecmint.com/wp-content/uploads/2014/05/Install-RainLoop-in-Arch-Linux-15.png)
|
||||
修改默认 Password
|
||||
@ -325,7 +328,7 @@ Rainloop Web 界面
|
||||
![Set New Admin Password](http://www.tecmint.com/wp-content/uploads/2014/05/Install-RainLoop-in-Arch-Linux-16.png)
|
||||
设置新的 Admin Password
|
||||
|
||||
**12.** 如果您要启用**Contact**,就登录到MySQL数据库并创建上有一个特权用户和一个新的数据库,然后提供**Contacts**字段的数据库凭据。
|
||||
**12.** 如果您要启用**Contact**(联系人)功能,就登录到MySQL数据库并创建一个新的数据库及其用户,然后提供在**Contacts**字段里面输入数据库信息。
|
||||
|
||||
mysql -u root -p
|
||||
create database if not exists rainloop;
|
||||
@ -338,9 +341,9 @@ Rainloop Web 界面
|
||||
在 RainLoop 中激活联系人
|
||||
|
||||
![Enter Contact Database Details](http://www.tecmint.com/wp-content/uploads/2014/05/Install-RainLoop-in-Arch-Linux-18.png)
|
||||
添加联系人数据
|
||||
添加联系人数据库配置
|
||||
|
||||
**13.** 默认情况下Rainloop提供** Gmail**,**Yahoo**和**Outlook**的邮件服务器的配置文件,但是你如果愿意,你也可以添加其他的邮件服务器域。
|
||||
**13.** 默认情况下Rainloop提供了** Gmail**,**Yahoo**和**Outlook**的邮件服务器的配置文件,但是你如果愿意,你也可以添加其他的邮件服务器域。
|
||||
|
||||
![Default Mail Domains](http://www.tecmint.com/wp-content/uploads/2014/05/Install-RainLoop-in-Arch-Linux-19.png)
|
||||
默认 Mail 域
|
||||
@ -348,26 +351,26 @@ Rainloop Web 界面
|
||||
![Add New Domain](http://www.tecmint.com/wp-content/uploads/2014/05/Install-RainLoop-in-Arch-Linux-20.png)
|
||||
添加新域
|
||||
|
||||
**14.** 登录你的邮件服务器,浏览** https://rainloop.lan**,并提供您的域名服务器验证信息。
|
||||
**14.** 登录你的邮件服务器,访问** https://rainloop.lan**,并提供您的域名服务器验证信息。
|
||||
|
||||
![Login to Mail Domain](http://www.tecmint.com/wp-content/uploads/2014/05/Install-RainLoop-in-Arch-Linux-21.png)
|
||||
登录到邮件页面
|
||||
登录到Yahoo邮件页面
|
||||
|
||||
![Login to Gmail Domain](http://www.tecmint.com/wp-content/uploads/2014/05/Install-RainLoop-in-Arch-Linux-22.png)
|
||||
登录Gmail
|
||||
|
||||
![RainLoop Email Interface](http://www.tecmint.com/wp-content/uploads/2014/05/Install-RainLoop-in-Arch-Linux-23.png)
|
||||
RainLoop Email 界面
|
||||
RainLoop 登录后的Email 界面
|
||||
|
||||
想要了解更多的文件,可以访问:[http://rainloop.net/docs/][7].
|
||||
|
||||
通过Rainloop你可以从浏览器中访问具有Internet连接的任何邮件服务器。唯一的缺憾就是在Arch Linux下使用Rainloop应用的人缺乏修改电子邮件帐户密码的poppassd插件包。
|
||||
通过Rainloop你可以从浏览器中访问具有Internet连接的任何邮件服务器。唯一的缺憾就是在Arch Linux下使用Rainloop应用的话,少一个修改电子邮件帐户密码的poppassd插件包。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.tecmint.com/install-rainloop-webmail-in-arch-linux/
|
||||
|
||||
译者:[MikeCoder](https://github.com/MikeCoder) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
译者:[MikeCoder](https://github.com/MikeCoder) 校对:[wxy](https://github.com/wxy)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
@ -377,4 +380,5 @@ via: http://www.tecmint.com/install-rainloop-webmail-in-arch-linux/
|
||||
[4]:http://www.tecmint.com/create-virtual-hosts-using-nginx-on-arch-linux/
|
||||
[5]:http://www.tecmint.com/install-lamp-in-arch-linux/
|
||||
[6]:http://rainloop.net/downloads/
|
||||
[7]:http://rainloop.net/docs/
|
||||
[7]:http://rainloop.net/docs/
|
||||
[8]:http://linux.cn/article-2794-1.html
|
@ -0,0 +1,19 @@
|
||||
[小白技巧]在Ubuntu 14.04中,如何从Unity启动器上移除盘符图标
|
||||
=======================================================
|
||||
|
||||
一个读者发来的问题:在Ubuntu 14.04系统中,我如何从Unity启动器上移除这些盘符图标?我从来不使用它,然而它占用着启动器的位置。
|
||||
|
||||
默认情况下,无论你挂载与否,系统上所有分区的盘符图标都会显示在Unity启动器上。事实上它可能会使 Unity 启动器的位置变得拥挤。刚刚接触 Ubuntu 的小白可能对如何将这些盘符移去感觉比较困扰,但是实际上这很容易。
|
||||
|
||||
要从Ubuntu 14.04系统的Untiy启动器上永久地移除盘符图标,右键点击盘符,然后选择"Unlock from Launcher"即可。
|
||||
|
||||
![Remove drive cons from Ubuntu 14.04 unity launcher](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2014/06/Remove_Drive_Icons_Ubuntu_Unity.jpeg)
|
||||
|
||||
就这样。你不需要做更多操作了。即使分区被挂载,在Unity启动器上你再也看不到盘符图标了。我希望这能帮到你。如果你有任何问题可以随时问我。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
via: http://itsfoss.com/remove-drive-icons-from-unity-launcher-in-ubuntu/
|
||||
|
||||
译者:[lousam](https://github.com/lousam) 校对:[wxy](https://github.com/wxy)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
@ -1,9 +1,9 @@
|
||||
如何使用GNOME-Pie桌面环境启动应用程序
|
||||
Linux桌面上的小饼饼,让启动应用分外不同!
|
||||
================================================================================
|
||||
|
||||
最近,你能听到很多关于Ubuntu新的Unity界面的抱怨。我记得,当Unity开始兴起的时候,我正好离开Archlinux。然而,Unity间接地导致了一个后果:随着人们对它不满意,人们开始关注其他的桌面环境和Linux发行版。如果你的系统支持Unity,没有人会反对安装他。
|
||||
最近,你能听到很多关于Ubuntu新的Unity界面的抱怨。我记得,当Unity开始兴起的时候,我正好离开Archlinux。然而,Unity间接地导致了一个后果:随着人们对它不满意,人们开始关注其他的桌面环境和Linux发行版。而如果你的系统支持Unity,没有人会反对将它弄得更顺眼些。
|
||||
|
||||
所以今天我向你推荐一个绝对原创的程序启动器: Gnome-Pie。你们可能会认为他的灵感来自魔兽世界插件"OPie"。因为他们有着相似的概念: 键盘快捷方式可以打开圆形"菜单",您可以从中选择一个应用程序或命令来启动。这种设计背后的主要思想是用户不必记住命令,但需要记住他的方向和操作。它是圆形的事实从指针使每个应用程序在相同的距离。再加上我们得到如此多自定义组合: 可以通过快捷键,极大的提高效率并且最大限度地实现了人机工程学。
|
||||
所以今天我向你推荐一个绝对原创的程序启动器: Gnome-Pie。你们可能会认为他的灵感来自魔兽世界插件"OPie"。因为他们有着相似的概念: 键盘快捷方式可以打开圆形"菜单",您可以从中选择一个应用程序或命令来启动。这种设计背后的主要思想是用户不必记住命令,但需要记住他的方向和操作。它的饼形设计让指针可以用同样的距离启动每个应用程序。再加上我们还有如此多自定义组合键,极大的提高效率并且最大限度地实现了人机工程学。
|
||||
|
||||
### 安装Gnome-Pie ###
|
||||
|
||||
@ -17,53 +17,53 @@
|
||||
|
||||
$ sudo yum install gnome-pie
|
||||
|
||||
对于Archlinux, 你可以在[AUR][1]找到他.
|
||||
对于Archlinux, 你可以在[AUR][1]找到它。
|
||||
|
||||
### Gnome-Pie的基本用法 ###
|
||||
|
||||
默认的,Gnome-Pie有一个比较可靠的初始配置。首先,你可以使用Ctrl + Alt + a呼唤出他的控制界面,他将显示你的系统的基本应用程序。
|
||||
默认的,Gnome-Pie有一个比较可靠的初始配置。首先,你可以使用 **Ctrl + Alt + a** 调出,它将显示你的系统的基本应用程序。
|
||||
|
||||
![](https://farm3.staticflickr.com/2917/14040269128_6dc6544c14_z.jpg)
|
||||
|
||||
接下来, 按下Ctrl+Alt+b, 他将显示你得文件管理器的书签。
|
||||
接下来, 按下 **Ctrl+Alt+b** 调出第二个圆,这将显示你的文件管理器的书签。
|
||||
|
||||
![](https://farm3.staticflickr.com/2903/14040269088_8de29edd18.jpg)
|
||||
|
||||
第三个,也许是最有用的,它会显示你的应用程序菜单,按下 Ctrl + Alt + 空格可调用。
|
||||
第三个,也许是最有用的,它会显示你的应用程序菜单,按下 **Ctrl + Alt + 空格** 可调出。
|
||||
|
||||
![](https://farm3.staticflickr.com/2903/14040345657_071f40b22f_z.jpg)
|
||||
|
||||
第四,你可以完全控制音乐播放器。快捷键是 Ctrl + Alt + m。
|
||||
第四个,仅用于控制音乐播放器。你可以猜到,快捷键是 **Ctrl + Alt + m**。
|
||||
|
||||
![](https://farm3.staticflickr.com/2925/14226915065_8b0e3841c6_o.png)
|
||||
|
||||
第五,你可以是快速访问到重新启动、 关机和注销命令 (Ctrl + Alt + q,q 为退出,我猜得)。
|
||||
第五个,你可以快速访问重新启动、 关机和注销命令 (**Ctrl + Alt + q**,我猜q是代表退出吧)。
|
||||
|
||||
![](https://farm3.staticflickr.com/2931/14040303600_5b3a517335_o.png)
|
||||
|
||||
最后,你可以用Pie来控制窗口,可以最小化、 规模、 关闭, 等等. 并且,快捷键是Ctrl+Alt+w.
|
||||
最后,第六个,你可以用Pie来控制窗口,可以最小化、 规模、 关闭, 等等. 并且,快捷键是 **Ctrl+Alt+w**。
|
||||
|
||||
![](https://farm3.staticflickr.com/2904/14226699514_42d364a4d4_o.png)
|
||||
|
||||
虽然我发现这种默认设置已经是相当令人满意,几乎和预置的启动器一样好。然而,如果让我鸡蛋里找骨头,我会说一些快捷方式很难用一只手执行。大多数情况是,我们用两只手打开菜单,然后再回到鼠标以选择该选项。太不爽了。
|
||||
|
||||
然而,我们是在 Linuxer!谁会在乎默认设置?自定义才是王道。Gnome-Pie将为你提供优良的服务。通过配置,你可以编辑现有的Pie,改变程序图标,设计自己的Pie,改变主题,甚至将另外一个Pie菜单作为一个子菜单。
|
||||
然而,我们在用 Linux!谁会在乎默认设置?自定义才是王道。Gnome-Pie将为你提供优良的服务。通过配置,你可以编辑现有的Pie,改变程序图标,设计自己的Pie,改变主题,甚至将另外一个Pie菜单作为一个子菜单。
|
||||
|
||||
[![](https://farm6.staticflickr.com/5508/14247093043_1fe1188709_z.jpg)][2]
|
||||
|
||||
你甚至可以编辑他来启动 URL、 你可以自由的设置热键开启这一功能,惟一的缺憾可能是他缺少Widgets。
|
||||
你甚至可以编辑它来访问 URL、 自由设置热键、运行你自己的命令。惟一的缺憾可能是它缺少Widgets。
|
||||
|
||||
![](https://farm3.staticflickr.com/2927/14040264609_b7aa66f078_z.jpg)
|
||||
|
||||
总之,相较于传统的基于文本的启动器,Gnome-Pie是一个相当有吸引力的可视化应用程序。我很喜欢他的自定义键盘和鼠标组合键,让我想起了我在War3或者LOL中的神级操作。如果玩家通过这种方法,它可以为你带来方便和高效。我甚至建议你可以将它放在桌面上,来节省你的空间。我甚至敢说它可以替代Gnome。
|
||||
总之,相较于传统的基于文本的启动器,Gnome-Pie是一个相当有吸引力的可视化应用程序。我很喜欢他的自定义键盘和鼠标组合键,让我想起了我在War3或者LOL中的神级操作。如果玩家使用这种操作方式,它可以为你带来方便和高效。如果你想节约桌面空间,我甚至建议你不要将预置的启动器放到桌面上。总之,我甚至敢说它可以替代Gnome。
|
||||
|
||||
你觉得怎么样?你在所有相信世界上有这么好的东西吗?或者说,随着新的Gnome shell出现,Gnome-Pie开始失去竞争?欢迎评论。
|
||||
你觉得怎么样?你在所有相信世界上有这么好的东西吗?或者说,随着新的Gnome shell出现,Gnome-Pie开始失去竞争力?欢迎评论。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://xmodulo.com/2014/05/launch-applications-differently-gnome-pie-linux-desktop.html
|
||||
|
||||
译者:[MikeCoder](https://github.com/MikeCoder) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
译者:[MikeCoder](https://github.com/MikeCoder) 校对:[wxy](https://github.com/wxy)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
@ -1,29 +0,0 @@
|
||||
Red Hat to Acquire eNovance, Focus Together on OpenStack
|
||||
================================================================================
|
||||
![](http://farm4.static.flickr.com/3108/3191608123_67e1da2b79_o.jpg)
|
||||
|
||||
In conjunction with the recent OpenStack Summit in Atlanta, Red Hat had confirmed many new OpenStack-centric initiatives, one of which was that the company [is collaborating][1] with eNovance, a leader in the open source cloud computing market, tto drive Network Functions Virtualization (NFV) and telecommunications features into OpenStack. Now, Red Hat has [announced][2] that it will acquire eNovance for about 70 million euros, or $95 million, in cash and stock.
|
||||
|
||||
eNovance is an important player on the OpenStack scene, and is especially known for its work with telecommunications companies. eNovance helps service providers and large-scale private enterprises build and deploy cloud infrastructures quickly and cost effectively, and will create new lines of business for Red Hat.
|
||||
As noted by IDC analysts Laura DuBois and Ashish Nadkarni in their recent recap of the spring 2014 OpenStack Summit, "Integrators such as eNovance will continue to assist cloud service providers and enterprises in building large OpenStack clouds. ... The future for OpenStack is looking very bright."
|
||||
|
||||
eNovance is one of the top 10 contributors to the upstream OpenStack project, and is the only European Gold Member company of the OpenStack Foundation. The company has more than 150 global customers, including Alcatel-Lucent, AXA, Cisco, Cloudwatt, and Ericsson. The company has offices in Paris; Montreal; and Bangalore, India.
|
||||
|
||||
Red Hat and eNovance [first partnered in 2013][3] to deliver OpenStack implementation and integration services to joint customers, based on the Red Hat Enterprise Linux OpenStack Platform. At OpenStack Summit in May, the two companies announced an [expanded collaboration][4] to drive Network Functions Virtualization (NFV) and telecommunications innovations into OpenStack, aimed at delivering the industry’s most complete, carrier-grade telecommunications offering based on Linux, Kernel-based Virtual Machine (KVM), and OpenStack.
|
||||
|
||||
Raphaël Ferreira, co-founder & chief executive officer, eNovance, said in a statement:
|
||||
|
||||
> “eNovance, like Red Hat, understands the transformative power OpenStack can have on the enterprise market when it is both deployed and integrated in the right fashion. We are excited to become part of Red Hat, a company that not only offers one of the best-in-class OpenStack distributions on the market today, but also which shares our common belief that OpenStack is best deployed and integrated in a continuous and seamless manner."
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://ostatic.com/blog/red-hat-to-acquire-enovance-focus-together-on-openstack
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:http://www.redhat.com/about/news/press-archive/2014/5/red-hat-and-enovance-to-deliver-carrier-grade-openstack
|
||||
[2]:http://www.marketwatch.com/story/red-hat-to-acquire-enovance-a-leader-in-openstack-integration-services-2014-06-18
|
||||
[3]:http://cts.businesswire.com/ct/CT?id=smartlink&url=http%3A%2F%2Fwww.redhat.com%2Fabout%2Fnews%2Fpress-archive%2F2013%2F11%2Fred-hat-and-enovance-partner-to-accelerate-adoption-of-red-hat-enterprise-linux-openstack-platform&esheet=50888828&newsitemid=20140618005543&lan=en-US&anchor=first+partnered+in+2013&index=1&md5=1721061ca22652d2a4413085db70361b
|
||||
[4]:http://cts.businesswire.com/ct/CT?id=smartlink&url=http%3A%2F%2Fwww.redhat.com%2Fabout%2Fnews%2Fpress-archive%2F2014%2F5%2Fred-hat-and-enovance-to-deliver-carrier-grade-openstack&esheet=50888828&newsitemid=20140618005543&lan=en-US&anchor=expanded+collaboration&index=2&md5=a34aaf179e4aac7417917e55c991ef87
|
@ -1,5 +1,3 @@
|
||||
Translating by CHINAANSHE
|
||||
|
||||
How To Install Linux On A MacBook Pro Retina
|
||||
================================================================================
|
||||
![](http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2014/05/linux-macbook-pro-retina-840x420.jpg?ec7b17)
|
||||
|
@ -1,301 +0,0 @@
|
||||
20 things to do after installing Linux Mint 17 Qiana Cinnamon
|
||||
================================================================================
|
||||
### Linux Mint 17 Qiana Cinnamon ###
|
||||
|
||||
Linux Mint 17 has been [released][1] and is named Qiana. Mint is one of the best linux distros that targets desktop users with focus on usability and simplicity. It comes in various flavors with different desktop environments like Mate and Cinnamon and different base distros like Ubuntu or Debian.
|
||||
|
||||
In this post we are playing with the cinnamon edition of Linux Mint 17. More information about the Cinnamon edition (including download links) can be found at - [http://blog.linuxmint.com/?p=2626][2]
|
||||
Download the correct iso (32bit or 64bit) for your system, burn to a dvd or write to a usb drive and boot in. Once you install completes, its time to charge up the system with some tweaks and essential apps to get the best performance and experience.
|
||||
|
||||
### 1. Update the system ###
|
||||
|
||||
The first thing to do always is to make the system up-to-date. Run the following commands in a terminal.
|
||||
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get upgrade
|
||||
|
||||
Or use the Update Manager (mintUpdate) that can be found in Menu > Administration.
|
||||
|
||||
![linux mint 17 qiana](http://www.binarytides.com/blog/wp-content/uploads/2014/06/linux-mint-17-qiana.png)
|
||||
|
||||
### 2. Get old wallpapers ###
|
||||
|
||||
Every release of Linux Mint comes with a new set of nice wallpapers. But you can also install wallpapers from the previous versions.
|
||||
|
||||
$ sudo apt-get install mint-backgrounds-*
|
||||
|
||||
### 3. Get more browsers ###
|
||||
|
||||
Linux Mint 17 has firefox installed by default. You can get more browsers like Chromium and Google Chrome.
|
||||
|
||||
The chromium browser is available in the repositories.
|
||||
|
||||
$ sudo apt-get install chromium-browser
|
||||
|
||||
For Google Chrome visit google.com/chrome and download the deb files and install them using gdebi.
|
||||
Or run the following commands
|
||||
|
||||
# 64 bit
|
||||
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
$ sudo gdebi google-chrome-stable_current_amd64.deb
|
||||
|
||||
# 32 bit
|
||||
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
|
||||
$ sudo gdebi google-chrome-stable_current_i386.deb
|
||||
|
||||
### 4. Install Flash Player ###
|
||||
|
||||
The adobe flash plugin package (adobe-flashplugin) is installed by default on Mint so should be able to play flash games and videos inside Firefox.
|
||||
|
||||
Google Chrome now uses the Pepper API based flash player which comes inbuilt with it, so you don't need to do anything for Chrome either.
|
||||
|
||||
For Chromium however, the Pepper based flash player is not included (being a non-free component) and has to be installed manually.
|
||||
|
||||
Install the following package to install the pepper flash player for Chromium. It will download the pepper flash player from Google Chrome browser and put it inside Chromium.
|
||||
|
||||
$ sudo apt-get install pepperflashplugin-nonfree
|
||||
|
||||
The above command should setup the flash player in Chromium. Incase it fails to download, redo the process with the following command
|
||||
|
||||
$ sudo dpkg-reconfigure pepperflashplugin-nonfree
|
||||
|
||||
### 5. Install multimedia codecs ###
|
||||
|
||||
The restricted extras package would install most of the essential codecs for playing formats like mp3. It would also install the microsoft fonts.
|
||||
|
||||
$ sudo apt-get install ubuntu-restricted-extras
|
||||
|
||||
To enable playback of encrypted dvds, install the following package.
|
||||
|
||||
$ sudo apt-get install libdvdread4
|
||||
$ sudo /usr/share/doc/libdvdread4/install-css.sh
|
||||
|
||||
### 6. Install proprietory drivers ###
|
||||
|
||||
If you are having an nvidia or ati graphics card or broadcom wireless card, then install the proprietory drivers provided by the vendor. These drivers would get you the best hardware performance.
|
||||
|
||||
For installing nvidia drivers you can follow the previous post here
|
||||
|
||||
How to install the latest Nvidia drivers on Linux Mint
|
||||
|
||||
### 7. Install Dropbox ###
|
||||
|
||||
Linux mint repository already has the package for dropbox client, so you need not go elsewhere.
|
||||
|
||||
$ sudo apt-get install dropbox python-gpgme
|
||||
|
||||
If you still prefer to download dropbox from the official website then head straigh to [https://www.dropbox.com/install?os=lnx][4] and follow the instructions and download the deb installers for Ubuntu.
|
||||
|
||||
Copy is another cloud storage solution that has a native Linux client. Check it out at [copy.com][5]. It also has a [ppa repository][6].
|
||||
|
||||
### 8. Skype ###
|
||||
|
||||
Skype is available in the Ubuntu canonical partner repositories.
|
||||
|
||||
$ sudo apt-get install skype
|
||||
|
||||
### 9. Install rar and other archiving utilities ###
|
||||
|
||||
To be able to create rar archives from the context menu in file managers like Nemo, install the rar utility. Along with rar, install a few more packages to add support for other archive formats.
|
||||
|
||||
$ sudo apt-get install unace p7zip-rar sharutils rar arj lunzip lzip
|
||||
|
||||
### 10. Install a clipboard manager ###
|
||||
|
||||
Clipboard managers allow you to maintain and access history of items that you copied in the past using Ctrl+C for example. There are many clipboard managers for gnome like diodon, clipit, glipper, parcellite.
|
||||
|
||||
Diodon seemd to have some issues on the cinnamon desktop, that scrollers would appear as the history list grows. Clipit and Glipper worked very well. You can install either
|
||||
|
||||
$ sudo apt-get install glipper
|
||||
# or
|
||||
$ sudo apt-get install clipit
|
||||
|
||||
Then launch them from the Application menu and they should start everytime you login.
|
||||
|
||||
### 11. Tweak the desktop ###
|
||||
|
||||
#### 1. Fix the date format on the system tray ####
|
||||
|
||||
The time applet at the bottom right shows only the time. It can be made to show the date as well. Right click the date-time applet on the bottom right and click Configure
|
||||
|
||||
Check the box labelled "Use a custom date format" and fill in
|
||||
|
||||
%B %e, %I:%M %p
|
||||
|
||||
This would show the month name, date and time in 12 hour format with AM/PM
|
||||
|
||||
#### 2. Install Themes, Extensions, Applets, Desklets ####
|
||||
|
||||
Get some goodies for your desktop. You have desklets for the desktop area, applets for the panel, extensions for desktop effects and themes for the desktop design.
|
||||
|
||||
Go to system settings, click on the specific icon and you would see a list to select from. Click the "Get more online" tab to download more such goodies.
|
||||
|
||||
#### 3. Change Firefox search engine ####
|
||||
|
||||
You might notice that Firefox has the Yahoo search engine selected by default and the search engine list does not have Google in it. Click "Manage Search Engines" > Get more search engines. It will take you to [http://www.linuxmint.com/searchengines.php][7].
|
||||
|
||||
Scroll down to the section of commercial search engines and find the Google logo and click on it. Once you are on the next page, click on the search engine list again and this time you would see an option "Add Google". Click on it and Google search engine would be available.
|
||||
|
||||
### 12. Optimise font rendering ###
|
||||
|
||||
Linux mint uses the Dejavu Sans fonts by default, which look very ordinary. You can get far more good looking fonts using the Droid and Noto fonts. Following our previous tutorial for step by step instructions on how to do it.
|
||||
|
||||
[How to get gorgeous looking fonts on Linux Mint][8]
|
||||
|
||||
### 13. Guake dropdown terminal ###
|
||||
|
||||
Dropdown terminals allow you to access terminals at the press of a single key. Guake is one such dropdown terminal for gtk based desktops. Dropdown terminals show/hide upon request and keep running so you do not need to open the terminal from the menu or launcher.
|
||||
This is a must have tool for terminal addicts
|
||||
|
||||
$ sudo apt-get install guake
|
||||
|
||||
Guake needs to be configured to start everytime on Logon. First find out the path to the guake command.
|
||||
|
||||
$ which guake
|
||||
/usr/bin/guake
|
||||
|
||||
Now add it to the list of startup applications. Go to system settings > startup programs and click Add. Fill the dialog
|
||||
|
||||
> Name - Guake dropdown terminal
|
||||
> Command - /usr/bin/guake
|
||||
|
||||
Click Add. Now Guake is in the list of running applications and would start automatically everytime.
|
||||
|
||||
### 14. Uget download manager ###
|
||||
|
||||
Uget is a simple and robust cross platform download manager and works very well on Linux. It lacks the ability to download files in multiple parts, but is still a very stable download manager.
|
||||
|
||||
$ sudo apt-get install uget
|
||||
|
||||
### 15. Deluge BitTorrent client ###
|
||||
|
||||
Linux Mint comes with Transmission which is a simple and efficient torrent client. If you are looking for a more featureful torrent client, than you can try out the deluge or vuze (formerly azureus), or qbittorrent.
|
||||
|
||||
$ sudo apt-get install deluge-torrent
|
||||
|
||||
### 16. Hardinfo - System information tool ###
|
||||
|
||||
Hardinfo is a very convenient gui tool that reports a whole lot of information about various hardware parts on your system. You can check information about processor, memory, storage device, network configuration, printers, usb devices, sound/video adapters etc all in one place. It also has features to test and measure the performance of your system
|
||||
|
||||
$ sudo apt-get install hardinfo
|
||||
|
||||
17. Install MATE desktop environment
|
||||
|
||||
Apart from Cinnamon the other popular desktop environment that comes with Linux Mint is the MATE (Maatay) desktop. Install it if you want to try it.
|
||||
|
||||
$ sudo apt-get install mint-meta-mate
|
||||
|
||||
Now you can select the MATE session at the login screen.
|
||||
|
||||
### 18. Make other partitions writable ###
|
||||
|
||||
If you have other ext partitions, to store and backup files for example, then you need to make them writable to avoid using root privileges every time.
|
||||
|
||||
First open the partition mount directory in a file manager using gksudo.
|
||||
|
||||
$ gksudo nemo
|
||||
|
||||
Navigate to the partition directory. Right click and go to Properties > Permissions tab
|
||||
|
||||
Give "Folder access" - create and delete files to owner, group and others
|
||||
Give "File access - read and write to owner, group and others.
|
||||
|
||||
For Ntfs partitions you do not need to do this.
|
||||
|
||||
### 19. Install Conky ###
|
||||
|
||||
Conky is a lightweight system monitor that displays statistics about various system resources like cpu, memory, network etc on the desktop using graphical widgets. Its not a necessary thing, but gets you some eye candy for the desktop.
|
||||
|
||||
$ sudo apt-add-repository -y ppa:teejee2008/ppa
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get install conky-manager
|
||||
|
||||
Launch Conky Manager from the applications menu and add widgets to the desktop. Also check the option to start Conky on system startup.
|
||||
|
||||
### 20. Install some games ###
|
||||
|
||||
Linux does have some cool games that are quite entertaining and yet free. Note that some of these games like supertuxkart and 0ad require dedicated graphics processors for optimal performance.
|
||||
|
||||
# 0ad - strategy game like age of empires
|
||||
$ aptitude search 0ad
|
||||
|
||||
# supertuxkart - car racing game
|
||||
$ aptitude search supertuxkart
|
||||
|
||||
# openarena
|
||||
$ aptitude search openarena
|
||||
|
||||
There are a lot more games in the repository that you can install. Alien arena, secret maryo chronicles, supertux, frozen bubbles etc.
|
||||
|
||||
### Cleanup ###
|
||||
|
||||
After everything, cleanup the system by removing unnecessary packages.
|
||||
|
||||
$ sudo apt-get autoremove
|
||||
|
||||
### Notes ###
|
||||
|
||||
#### Support for Java applets on Google Chrome/Chromium ####
|
||||
|
||||
The "icedtea-plugin" is already installed which enables firefox to play java applets.
|
||||
|
||||
However Chrome and Chromium no longer support NPAPI based plugins. So java applets would not work in those browsers till a Pepper api based java plugin is available. More information [here][9].
|
||||
|
||||
#### More applications ####
|
||||
|
||||
If you are looking for still more applications for your Mint box, then here a small list of more good apps. All of them can be installed from Software Manager.
|
||||
|
||||
Opera - Web browser
|
||||
Gnome Encfs Manager - Manager files and folders encrypted with Encfs
|
||||
Smplayer - Multimedia player
|
||||
Rhythmbox, Clementine - Music players
|
||||
Openshot, Kdenlive - Video editor
|
||||
Audacity - Audio editor
|
||||
Inkscape - Graphics and image editing
|
||||
Gparted - Partition editor
|
||||
Gufw - Firewall configuration tool
|
||||
qBittorrent, Vuze - Torrent clients
|
||||
Gwenview - Image viewing
|
||||
Team viewer - remote desktop
|
||||
Tv-maxe - view tv channels
|
||||
Grub Customizer - Modify GRUB boot menu settings
|
||||
Linrunner TLP - Power management tool. Useful to save power on laptops
|
||||
Virtualbox - Virtualization
|
||||
Kazam, recordMyDesktop - Desktop recording/screencasting
|
||||
Bleachbit - Free disk space by deleting old/temporary files.
|
||||
Cheese - Take pictures using webcam
|
||||
Shutter - Screenshot tool with loads of features
|
||||
|
||||
So grab your favorite ones and enjoy Linux Mint !!
|
||||
|
||||
### Resources ###
|
||||
|
||||
Download latest Linux Mint
|
||||
[http://www.linuxmint.com/download.php][10]
|
||||
|
||||
Community Tutorials
|
||||
[http://community.linuxmint.com/tutorial][11]
|
||||
|
||||
Linux Mint forums
|
||||
[http://forums.linuxmint.com/][12]
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.binarytides.com/better-linux-mint-17-cinnamon/
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:http://blog.linuxmint.com/?p=2626
|
||||
[2]:http://blog.linuxmint.com/?p=2626
|
||||
[3]:http://www.binarytides.com/install-nvidia-drivers-linux-mint-16/
|
||||
[4]:http://www.dropbox.com/install?os=lnx
|
||||
[5]:http://copy.com/?r=DSwtSd
|
||||
[6]:http://launchpad.net/~paolorotolo/+archive/copy
|
||||
[7]:http://www.linuxmint.com/searchengines.php
|
||||
[8]:http://www.binarytides.com/optimize-fonts-linux-mint/
|
||||
[9]:http://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1309508
|
||||
[10]:http://www.linuxmint.com/download.php
|
||||
[11]:http://community.linuxmint.com/tutorial
|
||||
[12]:http://forums.linuxmint.com/
|
@ -0,0 +1,30 @@
|
||||
红帽携手eNovance,共进OpenStack市场
|
||||
================================================================================
|
||||
![](http://farm4.static.flickr.com/3108/3191608123_67e1da2b79_o.jpg)
|
||||
|
||||
正在OpenStack峰会于亚特兰大举办的同时,红帽确认了数项与OpenStack相关的项目。其中一项是,红帽正与开源云计算市场的领导者eNovance进行 [合作][1] 。双方将推动网络功能虚拟(Network Functions Virtualization)和电信功能融入OpenStack. 红帽 [宣布][2] 将以七千万欧元或九千五百万美金的现金和股票,购买eNovance.
|
||||
|
||||
eNovance 是OpenStack市场上重要的角色, 特别以其和电信公司的合作而为人所知。eNovance帮助服务提供商和大型私企搭建部署云基础架构,快速且成本低廉。这也将为红帽开创新的产品线。
|
||||
|
||||
IDC 分析员 Laura DuBois and Ashish Nadkarni 在2014春季OpenStack 峰会上指出 “像eNovance这样的集成商将继续助力云服务提供商和企业,建立OpenStack云。OpenStack的前景开起来十分光明。"
|
||||
|
||||
eNovance 是OpenStack十大上游贡献者之一, 也是OpenStack 基金唯一的欧洲金牌合作商。 该公司在全球有超过150家客户,包括 Alcatel-Lucent, AXA, Cisco, Cloudwatt, and Ericsson. 在巴黎、蒙特利尔、班加罗尔、印度,都设有办公室。
|
||||
|
||||
2013年,红帽和 eNovance 第一次展开[合作][3] ,为其共同客户,提供OpenStack 部署和集成服务。该服务基于Red Hat Enterprise Linux OpenStack 平台。 五月的OpenStack峰会上, 两家公司宣布了 [进一步的合作][4] ,推动网络功能虚拟(NFV) 和电信在OpenStack上的创新, 意在提供业界最完整、电信级的 通讯服务,基于Linux, 基于内核的虚拟机 (KVM), 和 OpenStack.
|
||||
|
||||
eNovance的联合创始人、首席执行官Raphaël Ferreira, 在声明中说:
|
||||
|
||||
> “和红帽一样,eNovance理解OpenStack改变企业市场的力量,当其正确部署且集成时。 我们非常高兴能成为红帽的一部分。红帽不仅仅提供一流的OpenStack发行版本, 也和我们一样坚信: 最好以连续、无缝的方式部署、集成OpenStack."
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://ostatic.com/blog/red-hat-to-acquire-enovance-focus-together-on-openstack
|
||||
|
||||
译者:[tengpeng](https://github.com/tengpeng) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:http://www.redhat.com/about/news/press-archive/2014/5/red-hat-and-enovance-to-deliver-carrier-grade-openstack
|
||||
[2]:http://www.marketwatch.com/story/red-hat-to-acquire-enovance-a-leader-in-openstack-integration-services-2014-06-18
|
||||
[3]:http://cts.businesswire.com/ct/CT?id=smartlink&url=http%3A%2F%2Fwww.redhat.com%2Fabout%2Fnews%2Fpress-archive%2F2013%2F11%2Fred-hat-and-enovance-partner-to-accelerate-adoption-of-red-hat-enterprise-linux-openstack-platform&esheet=50888828&newsitemid=20140618005543&lan=en-US&anchor=first+partnered+in+2013&index=1&md5=1721061ca22652d2a4413085db70361b
|
||||
[4]:http://cts.businesswire.com/ct/CT?id=smartlink&ppppppppt-pt-lopppppppppptpt-lpt-pt-locapt-pt-ptptppptppppt-ptptptppp
|
@ -0,0 +1,297 @@
|
||||
安装Linux Mint 17 Qiana Cinnamon后要做的20件事
|
||||
================================================================================
|
||||
### Linux Mint 17 Qiana Cinnamon ###
|
||||
|
||||
Linux Mint 17已经[发布][1],定名为Qiana。Mint是Linux最佳发行版之一,它定位于桌面用户,关注可用性和简洁。它携带了风格迥异的桌面环境,如Mate以及Cinnamon,并基于不同的发行版,如Ubuntu或Debian。
|
||||
|
||||
在本文中,我们使用的是Linux Mint 17的cinnamon版本。要获取更多关于Cinnamon版本的信息(包括下载链接),可以访问 - [http://blog.linuxmint.com/?p=2626][2]
|
||||
|
||||
下载适合你系统的正确的iso,烧录成dvd,或者也可以制作成usb启动盘来启动。安装完毕了,是时候来使用一些优化工具和基本应用程序来优化系统性能和体验,让你系统激情澎湃吧!
|
||||
|
||||
### 1. 更新系统 ###
|
||||
|
||||
第一件事情是重中之重,就是让你的系统保持时刻最新。赶紧在终端中运行以下命令吧。
|
||||
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get upgrade
|
||||
|
||||
或者,你也可以使用更新管理器(mintUpdate)来干这事,你可以在菜单(Menu)> 管理(Administration)中找到它。
|
||||
|
||||
![linux mint 17 qiana](http://www.binarytides.com/blog/wp-content/uploads/2014/06/linux-mint-17-qiana.png)
|
||||
|
||||
### 2. 找回旧壁纸 ###
|
||||
|
||||
每个Linux Mint发行版都自带了一套最新的漂亮的壁纸。但是,你也可以安装先前版本中的壁纸。
|
||||
|
||||
$ sudo apt-get install mint-backgrounds-*
|
||||
|
||||
### 3. 多安装些浏览器 ###
|
||||
|
||||
Linux Mint 17默认安装了firefox,你也可以获得更多的浏览器,如Chronium和Google Chrome。
|
||||
|
||||
Chronium浏览器可以在仓库中获取。
|
||||
|
||||
$ sudo apt-get install chromium-browser
|
||||
|
||||
至于Google Chrome,请访问google.com/chrome下载deb包,并使用gdebi来安装。
|
||||
# 64 位
|
||||
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
$ sudo gdebi google-chrome-stable_current_amd64.deb
|
||||
|
||||
# 32 位
|
||||
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
|
||||
$ sudo gdebi google-chrome-stable_current_i386.deb
|
||||
|
||||
### 4. 安装Flash Player ###
|
||||
|
||||
Mint上默认安装adobe flash插件包(adobe-flashplugin),因此,你可以在Firefox中畅玩flash游戏,也可以尽情享受网页版视频了。
|
||||
|
||||
Google Chrome现在使用了基于flash player的Pepper API,而且该插件也内建于Chrome中,因此,你也不需要为它做任何事情了。
|
||||
|
||||
然而对于Chronium,基于flash player的Pepper没有被囊括进来(因为它不是个自由组件),所以你需要手动安装了。
|
||||
|
||||
安装以下包来为Chronium安装pepper flash player。它会自动从Google Chrome浏览器中下载pepper flash player并加入到Chronium中。
|
||||
|
||||
$ sudo apt-get install pepperflashplugin-nonfree
|
||||
|
||||
上面的命令应该帮你将flash player安装到Chronium里头了。万一下载失败,你可以使用下面的命令重新进行安装。
|
||||
|
||||
$ sudo dpkg-reconfigure pepperflashplugin-nonfree
|
||||
|
||||
### 5. 安装多媒体解码 ###
|
||||
|
||||
受限的额外包可以帮你安装大多数基本的解码,可以让你播放像mp3这样的格式。它也会帮你安装微软字体。
|
||||
|
||||
$ sudo apt-get install ubuntu-restricted-extras
|
||||
|
||||
要启用加密dvd的回放,请安装以下包。
|
||||
|
||||
$ sudo apt-get install libdvdread4
|
||||
$ sudo /usr/share/doc/libdvdread4/install-css.sh
|
||||
|
||||
### 6. 安装专有驱动 ###
|
||||
|
||||
如果你有一张英伟达或者ati的图形卡,或者broadcom的无线网卡,那么请安装厂商提供的专有驱动,这些驱动会为你带来最佳的硬件性能。
|
||||
|
||||
要安装英伟达驱动,你可以参照先前的这篇文章
|
||||
|
||||
如何在Linux Mint上安装最新的Nvidia驱动
|
||||
|
||||
### 7. 安装Dropbox ###
|
||||
|
||||
Linux mint仓库已经提供了dropbox的客户端软件包,所以你不必满世界找了。
|
||||
|
||||
$ sudo apt-get install dropbox python-gpgme
|
||||
|
||||
如果你还是比较喜欢从官方网站下载,那么出门可直达[https://www.dropbox.com/install?os=lnx][4],请遵照说明下载用于Ubuntu的deb安装包。
|
||||
|
||||
Copy是另外一个云存储解决方案,它也有本地Linux客户端。详情可查阅[copy.com][5],它也有[ppa仓库][6]。
|
||||
|
||||
### 8. Skype ###
|
||||
|
||||
Skype可以在Ubuntu canonical合作仓库中找到。
|
||||
|
||||
$ sudo apt-get install skype
|
||||
|
||||
### 9. 安装rar和其它归档工具 ###
|
||||
|
||||
要想在Nemo这样的文件管理器中通过上下文菜单创建rar归档,请安装rar工具。安装rar的同时,请安装其它几个包以增加对其它归档格式的支持。
|
||||
|
||||
$ sudo apt-get install unace p7zip-rar sharutils rar arj lunzip lzip
|
||||
|
||||
### 10. 安装剪贴板管理器 ###
|
||||
|
||||
剪贴板管理器允许你维护和访问通过像Ctr+C这样的操作拷贝的项目历史,gnome下有很多的剪贴板管理器,像diodon,clipit,glipper,parcellite。
|
||||
|
||||
Diodon在cinnamon桌面上似乎存在一些问题,在历史列表增长时会出现滚动条。Clipit和Gipper工作得很好,你也可以安装
|
||||
|
||||
$ sudo apt-get install glipper
|
||||
# 或者
|
||||
$ sudo apt-get install clipit
|
||||
|
||||
然后,你可以从应用程序菜单中启动它们,它们应该会在你每次登陆时启动。
|
||||
|
||||
### 11. 优化桌面 ###
|
||||
|
||||
#### 1. 修复系统托盘上的日期格式 ####
|
||||
|
||||
在底部面板右边的时间小程序只显示了时间,它也可以设置显示日期。右击底部面板右边的日期-时间小程序,然后点击配置
|
||||
Check the box labelled "Use a custom date format" and fill in
|
||||
选中标有“使用自定义日期格式”的选框,然后填入
|
||||
|
||||
%B %e, %I:%M %p
|
||||
|
||||
这会以带有AM/PM的12小时格式显示月份名称、日期和时间。
|
||||
|
||||
#### 2. 安装主题、扩展、小程序、桌面组件 ####
|
||||
|
||||
为你的桌面搞一些好东西玩玩。你可以在桌面区域放置一些桌面组件,在面板上放些小程序,为桌面效果添加一些扩展,以及为桌面设计安装一些主题。
|
||||
|
||||
去系统设置吧,点击指定的图标,你可以看见一个可供选择的列表。点击“在线获取更多”标签来下载更多的好东西。
|
||||
|
||||
#### 3. 修改Firefox的搜索引擎 ####
|
||||
|
||||
你也许注意到,Firefox默认选择了Yahoo搜索引擎,而搜索引擎列表中并没有Google。点击“管理搜索引擎” > 获取更多搜索引擎,它会带你去[http://www.linuxmint.com/searchengines.php][7]。
|
||||
|
||||
向下拉动滚动条到商业搜索引擎部分,找到并点击Google图标。进入下一页后,再次点击搜索引擎列表,而这次你会看到“添加Google”选项,点击它就可以用上Google搜索了。
|
||||
|
||||
### 12. 优化字体渲染 ###
|
||||
|
||||
Linux mint默认使用Dejavu Sans字体,它看起来真普通啊。你可以使用Droid和Noto字体获得好看得多视觉享受。请参照我们先前的教程,它会一步一步带你渐入佳境。
|
||||
[如何在Linux Mint上获得华丽好看的字体][8]
|
||||
|
||||
### 13. Guake下拉终端 ###
|
||||
|
||||
下拉终端让你可以通过点击单个键来访问终端,Guake就是这其中之一,它用于基于gtk的桌面。下拉终端按要求显示/隐藏,并保持运行,因此你无需从菜单或者启动器中打开终端了。这对于热衷于终端的人来说,这是一个必不可少的工具。
|
||||
|
||||
$ sudo apt-get install guake
|
||||
|
||||
Guake需要配置,以便在每次登陆时启动。首先,找到guake命令的路径。
|
||||
|
||||
$ which guake
|
||||
/usr/bin/guake
|
||||
|
||||
现在,把它添加到启动程序列表中。出门左拐,请往系统设置 > 启动程序,然后点击添加。在对话框中填写
|
||||
|
||||
> 名称 - Guake下拉终端
|
||||
> 命令 - /usr/bin/guake
|
||||
|
||||
点击添加。现在Guake已经跑到你的运行程序列表中去了,并每次会自动启动。
|
||||
|
||||
### 14. Uget下载管理器 ###
|
||||
|
||||
Uget是一个简洁而健壮的跨平台下载管理器,在Linux上工作得很好。虽然它缺少分段下载文件功能,但是仍然是一个十分稳定的下载管理器。
|
||||
|
||||
$ sudo apt-get install uget
|
||||
|
||||
### 15. Deluge BitTorrent客户端 ###
|
||||
|
||||
Linux Mint自带了Transmission,这是个简洁而高效的torrent客户端。如果正在寻找一个更有特色的torrent客户端,那么你可以试试deluge或者vuze(正式名称是azureus),还可以试试qbittorent。
|
||||
|
||||
$ sudo apt-get install deluge-torrent
|
||||
|
||||
### 16. Hardinfo - 系统信息工具 ###
|
||||
|
||||
Hardinfo是一个十分便利的gui工具,它可以用来报告大量完整的系统硬件信息。你可以通过它来集中查看处理器、内存、存储设备、网络配置、打印机、usb设备、声音/视频适配器等等信息。它具有测试和评估系统性能的功能。
|
||||
|
||||
$ sudo apt-get install hardinfo
|
||||
|
||||
### 17. 安装MATE桌面环境 ###
|
||||
|
||||
除了Cinnamon,Linux Mint还自带了另一个流行的桌面环境MATE(Maatay)桌面。如果你想试试,那么就来安装吧。
|
||||
|
||||
$ sudo apt-get install mint-meta-mate
|
||||
|
||||
现在你可以在登陆屏幕选择MATE会话了。
|
||||
|
||||
### 18. 让其它分区可写 ###
|
||||
|
||||
如果你有其它ext分区,比如想用来存储和备份文件,那么你需要让它们可写,以免每次都要使用root特权。
|
||||
|
||||
首先,使用gksudo在文件管理器里打开分区挂载目录
|
||||
|
||||
$ gksudo nemo
|
||||
|
||||
导航到分区目录,右击去往属性 > 权限标签
|
||||
|
||||
赋予“目录访问” - 创建和删除文件权限给用户、组和其它。
|
||||
|
||||
赋予“文件访问” - 读和写权限给用户、组和其它。
|
||||
|
||||
对于NTFS分区,你不需要做此事。
|
||||
|
||||
### 19. 安装Conky ###
|
||||
|
||||
Conky是一个轻量级系统监控工具,它通过桌面图形组件显示系统各种资源的统计数据,如cpu、内存、网络等。它不是必须的,但是可以让你的桌面更加绚丽夺目。
|
||||
|
||||
$ sudo apt-add-repository -y ppa:teejee2008/ppa
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get install conky-manager
|
||||
|
||||
从应用程序菜单启动Conky管理器,并添加组件到桌面。也可以选中开机启动选项来让Conky开机启动。
|
||||
|
||||
### 20. 安装一些游戏 ###
|
||||
|
||||
Linux确实有一些酷爽的游戏,很具娱乐性,而且是免费的。注意,某些游戏像supertuxkart和0ad要求专用的图形处理器以优化性能。
|
||||
|
||||
# 0ad - 像帝国时代那样的策略游戏
|
||||
$ aptitude search 0ad
|
||||
|
||||
# supertuxkart - 赛车游戏
|
||||
$ aptitude search supertuxkart
|
||||
|
||||
# openarena
|
||||
$ aptitude search openarena
|
||||
|
||||
仓库中还有更多的游戏可供你安装,像Alien arena, secret maryo chronicles, supertux, frozen bubbles等等。
|
||||
|
||||
### 清除 ###
|
||||
|
||||
做完这一切后,请为系统进行一次大扫除,移除一些不必要的包。
|
||||
|
||||
$ sudo apt-get autoremove
|
||||
|
||||
### 注 ###
|
||||
|
||||
#### 为Google Chrome/Chronium提供Java小程序支持 ####
|
||||
|
||||
默认情况下已经安装了"icedtea-plugin",用以为firefox提供java小程序支持。
|
||||
然而,Chrome和Chronium却不再支持基于NPAPI的插件。因此java小程序,在没有获得基于Pepper api的java插件前,java小程序是不能在这些浏览器中工作的。要查看更多信息,请往[这里][9]。
|
||||
|
||||
#### 更多应用程序 ####
|
||||
|
||||
如果你正在为你的Mint盒子寻找更多的应用程序,那么这里列出了一部分更好的应用程序,所有这些都可以在软件管理器中安装。
|
||||
Opera - 网页浏览器
|
||||
Gnome Encfs Manager - 管理使用Encfs加密的文件和文件夹
|
||||
Smplayer - 多媒体播放器
|
||||
Rhythmbox, Clementine - 音乐播放器
|
||||
Openshot, Kdenlive - 视频编辑器
|
||||
Audacity - 音频编辑器
|
||||
Inkscape - 图形和图像编辑
|
||||
Gparted - 分区编辑器
|
||||
Gufw - 防火墙配置工具
|
||||
qBittorrent, Vuze - Torrent客户端
|
||||
Gwenview - 图像浏览
|
||||
Team viewer - 远程桌面
|
||||
Tv-maxe - 查看电视频道
|
||||
Grub Customizer - 修改GRUB启动菜单设置
|
||||
Linrunner TLP - 电源管理工具,对笔记本节电很有用
|
||||
Virtualbox - 虚拟化
|
||||
Kazam, recordMyDesktop - 桌面录像/演示
|
||||
Bleachbit - 通过删除旧的/临时文件释放磁盘空间
|
||||
Cheese - 使用网络摄像头拍照
|
||||
Shutter - 带有众多功能的屏幕截图工具
|
||||
|
||||
那么,请选择你喜欢的那些,并尽情享受Linux Mint吧!!
|
||||
|
||||
### 资源 ###
|
||||
|
||||
下载最新Linux Mint
|
||||
[http://www.linuxmint.com/download.php][10]
|
||||
|
||||
社区教程
|
||||
[http://community.linuxmint.com/tutorial][11]
|
||||
|
||||
Linux Mint论坛
|
||||
[http://forums.linuxmint.com/][12]
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.binarytides.com/better-linux-mint-17-cinnamon/
|
||||
|
||||
译者:[GOLinux](https://github.com/GOLinux) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:http://blog.linuxmint.com/?p=2626
|
||||
[2]:http://blog.linuxmint.com/?p=2626
|
||||
[3]:http://www.binarytides.com/install-nvidia-drivers-linux-mint-16/
|
||||
[4]:http://www.dropbox.com/install?os=lnx
|
||||
[5]:http://copy.com/?r=DSwtSd
|
||||
[6]:http://launchpad.net/~paolorotolo/+archive/copy
|
||||
[7]:http://www.linuxmint.com/searchengines.php
|
||||
[8]:http://www.binarytides.com/optimize-fonts-linux-mint/
|
||||
[9]:http://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1309508
|
||||
[10]:http://www.linuxmint.com/download.php
|
||||
[11]:http://community.linuxmint.com/tutorial
|
||||
[12]:http://forums.linuxmint.com/
|
@ -1,31 +0,0 @@
|
||||
How To Remove Drive Icons From Unity Launcher In Ubuntu 14.04 [Beginner Tips]
|
||||
在Ubuntu 14.04系统中,如何从Unity启动器上移除盘符图标 [新手提示]
|
||||
|
||||
A question sent by a reader: How can I remove those drive icons from Unity Launcher in Ubuntu 14.04? I never use it and it eats up space in the launcher.
|
||||
一个读者发来的问题:在Ubuntu 14.04系统中,我如何从Unity启动器上移除这些盘符图标?我从来不使用它,然而它占用着启动器的位置。
|
||||
|
||||
By default all the partition on your system is visible in Unity launcher, no matter if it is mounted or not. And in fact it might be crowding up the Unity Launcher space. Absolute beginners to Ubuntu may have to struggle a bit pondering over how to remove the drive icons from launcher but the solution to this problem is very easy.
|
||||
默认情况下,无论你挂载与否,系统上所有分区的盘符图标在Unity启动器上都是存在的。事实上它可能会使Unity启动器的位置变得拥挤。
|
||||
|
||||
To remove the drive icons permanently from Unity Launcher in Ubuntu 14.04, right click on the drive and select Unlock from Launcher.
|
||||
要从Ubuntu 14.04系统的Untiy启动器上永久地移除盘符图标,右键点击盘符,然后选择"Unlock from Launcher"即可。
|
||||
|
||||
That’s it. You don’t need to anything else. You won’t see the drive icons again in Unity Launcher, even if it is mounted. I hope it helps you. Feel free to ask if you have questions.
|
||||
就这样。你不需要做任何操作了。即使分区被挂载,在Unity启动器上你再也看不到盘符图标了。我希望这能帮到你。如果你有任何问题可以随时问我。
|
||||
|
||||
|
||||
+在Ubuntu 14.04系统中,如何从Unity启动器上移除盘符图标 [新手提示]
|
||||
+================================================================================
|
||||
+**一个读者发来的问题**:在Ubuntu 14.04系统中,我如何从Unity启动器上移除这些盘符图标?我从来不使用它,然而它还占用着启动器的位置。
|
||||
+默认情况下,无论你挂载与否,系统上所有分区的盘符图标在Unity启动器上都是可见的。事实上它可能会使Unity启动器的位置变得拥挤。
|
||||
+要从Ubuntu 14.04系统的Untiy启动器上永久地移除盘符图标,右键点击盘符,然后选择"Unlock from Launcher"即可。
|
||||
+![Remove drive cons from Ubuntu 14.04 unity launcher](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2014/06/Remove_Drive_Icons_Ubuntu_Unity.jpeg)
|
||||
+就这样。你不需要做任何操作了。即使分区被挂载,在Unity启动器上你再也看不到盘符图标了。我希望这能帮到你。如果你有任何问题可以随时问我。
|
||||
+
|
||||
+--------------------------------------------------------------------------------
|
||||
+
|
||||
+via: http://itsfoss.com/remove-drive-icons-from-unity-launcher-in-ubuntu/
|
||||
+
|
||||
+译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
+
|
||||
+本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
Loading…
Reference in New Issue
Block a user