mirror of
https://github.com/LCTT/TranslateProject.git
synced 2026-09-01 04:27:55 +08:00
Merge pull request #762 from zpl1025/master
[translated] How to Play Blizzard's Hearthstone--Heroes of Warcraft on Linux
This commit is contained in:
@@ -1,61 +0,0 @@
|
||||
zpl1025 translating
|
||||
How to Play Blizzard's Hearthstone: Heroes of Warcraft on Linux
|
||||
================================================================================
|
||||

|
||||
|
||||
**Hearthstone: Heroes of Warcraft is a collectible card game developed by Blizzard Entertainment that is free to play. You can get it to work on Linux, with the right amount of effort.**
|
||||
|
||||
Just like most games on the Windows platform, Hearthstone: Heroes of Warcraft can be made to work with the help of Wine (wine is not an emulator). Installing it is not enough, you also have to tweak it a bit in order for it to work.
|
||||
|
||||
Thanks to [Michael Washington][1] (moderator of the Gaming On Linux community on Google+) and [Michael Speth][2], the maintainer on winehq.org, who gathered all instructions in one place, playing Hearthstone is just a few commands away.
|
||||
|
||||
First of all, you're going to have to download the client from Blizzard's servers. This being a free to play game and in the open beta stages, the file is readily available for anyone who wants to grab it.
|
||||
|
||||
Then, you have to install the latest development version of Wine. If you are on Ubuntu (the tutorial works best on Ubuntu), you can do this from the official PPA. Just enter the following commands in a terminal:
|
||||
|
||||
sudo add-apt-repository ppa:ubuntu-wine/ppa
|
||||
sudo apt-get update
|
||||
sudo apt-get install wine1.7
|
||||
sudo apt-get install wine1.7-i386
|
||||
|
||||
The appdb.winehq.org has all the information necessary to make it work. You're going to have to edit some properties for a couple of libraries.
|
||||
|
||||
### dbghelp ###
|
||||
|
||||
Run winecfg
|
||||
In the libraries tab, type dbghelp into the New override for library box.
|
||||
Click Add, then Yes when it asks.
|
||||
Click on dbghelp in the Existing_overrides list.
|
||||
Click Edit.
|
||||
Set to Disabled.
|
||||
Click Ok. Then Ok.
|
||||
|
||||
### msvcp100 ###
|
||||
|
||||
Run winecfg
|
||||
In the libraries tab, type msvcp100 into the New override for library box.
|
||||
Click Add, then Yes when it asks.
|
||||
Click on msvcp100 in the Existing_overrides list.
|
||||
Click Edit.
|
||||
Set to native,embedded.
|
||||
Click Ok. Then Ok.
|
||||
|
||||
You also need to run the following command in a terminal and wait for it to complete:
|
||||
|
||||
winetricks wininet
|
||||
|
||||
All you have to do now is double click the .exe file you downloaded from Blizzard and you're good to go.
|
||||
|
||||
[Follow @thesilviu][3]
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://news.softpedia.com/news/How-to-Play-Blizzard-s-Hearthstone-Heroes-of-Warcraft-on-Linux-424410.shtml
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:https://plus.google.com/u/0/106295000788676760101/posts/aYfwYEoThJw?cfem=1
|
||||
[2]:http://appdb.winehq.org/objectManager.php?bShowAll=true&bIsQueue=false&bIsRejected=false&sClass=version&sTitle=&sReturnTo=&iId=29747
|
||||
[3]:https://twitter.com/thesilviu
|
||||
@@ -1,40 +0,0 @@
|
||||
Untangle Next Generation (NG) Firewall Is a Complete Linux Solution
|
||||
================================================================================
|
||||
**Untangle Next Generation (NG) Firewall 10.1, a Linux-based network gateway with pluggable modules for network applications like spam blocking, web filtering, anti-virus, anti-spyware, intrusion prevention, VPN, SSL VPN, and firewall, has been released and is available for download.**
|
||||
|
||||

|
||||
|
||||
Untangle Next Generation (NG) Firewall used to be called the Untangle gateway, but the developers changed its name to better reflect its features.
|
||||
|
||||
The NG Firewall now unites a number of functions under its hood and, according to the developers, the applications inspect network traffic simultaneously, greatly reducing the resource requirements of each individual application.
|
||||
|
||||
Untangle Next Generation (NG) Firewall features a dedicated filter, advanced bandwidth management features, support for secure VPN connections, control per group and per user, and various support services.
|
||||
|
||||
### Highlights of Untangle Next Generation (NG) Firewall 10.1: ###
|
||||
|
||||
- Users can no longer download applications and the entire system has been removed. The applications will be preinstalled along with the platform;
|
||||
- Support has been added for basic VRRP configuration which would allow for hot/cold high availability of multiple Untangle servers;
|
||||
- Web Filter is now capable to display a block page when blocking HTTPS, even if the dedicated HTTPS Inspector is not being used;
|
||||
- Web Filter HTTPS blocking (without HTTPS Inspector) has been improved. In this latest version of Untangle, the HTTPS traffic will be categories via the SNI first. As a fallback, the distribution will categorize by fetching the certificate from the HTTPS site and defining the session based on the CN in the certificate, a process which should be a lot more accurate.
|
||||
- Filtering based on column values or any value is now available;
|
||||
- Global filtering is now available with "search" box;
|
||||
- The Ad Blocker performance has been improved.
|
||||
|
||||
Check the official [announcement][1] for a complete list of changes and improvements.
|
||||
|
||||
### Download Untangle Gateway Platform 10.1: ###
|
||||
|
||||
- [Untangle Gateway Platform 10.1 (ISO) 64-bit[iso]][2] [565 MB]
|
||||
- [Untangle Gateway Platform 10.1 (ISO) 32-bit[iso]][3] [561 MB]
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://news.softpedia.com/news/Untangle-Next-Generation-NG-Firewall-Is-a-Complete-Linux-Solution-425968.shtml
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:http://wiki.untangle.com/index.php/10.1.0_Changelog
|
||||
[2]:http://download.untangle.com/untangle_1010_x64.iso
|
||||
[3]:http://download.untangle.com/untangle_1010_x32.iso
|
||||
@@ -0,0 +1,60 @@
|
||||
在Linux系统下玩《炉石传说:魔兽英雄传》
|
||||
================================================================================
|
||||

|
||||
|
||||
** 《炉石传说:魔兽英雄传》是暴雪娱乐开发的一款免费的集换式卡牌游戏。花点工夫,你也可以在Linux上玩这个游戏。 **
|
||||
|
||||
像Windows平台的大多数游戏一样,《炉石传说:魔兽英雄传》也可以在Wine的帮助下在Linux上运行(wine不是模拟器)。不过只是安装一下还不够,你得稍微调整一下才行。
|
||||
|
||||
非常感谢[迈克尔 华盛顿][1](Google+上Gaming On Linux社区的版主)和[迈克尔 斯佩斯][2](winehq.org的维护者),他们整理汇总了所有需要的指令,现在玩炉石传说只是输入几个命令就好了。
|
||||
|
||||
首先,你得先把客户端从暴雪的网站下载下来。它是一个免费游戏,目前还处在beta测试阶段,所有人都可以下载。
|
||||
|
||||
然后,你得安装wine的最新开发版本。如果你在用Ubuntu(这份指引最适合Ubuntu),你可以从官方PPA源安装。只需要在终端下输入下面的命令:
|
||||
|
||||
sudo add-apt-repository ppa:ubuntu-wine/ppa
|
||||
sudo apt-get update
|
||||
sudo apt-get install wine1.7
|
||||
sudo apt-get install wine1.7-i386
|
||||
|
||||
在网站appdb.winhq.org上可以找到让它运行的所有信息。之后你得编辑几个库的一些属性。
|
||||
|
||||
### dbghelp ###
|
||||
|
||||
运行winecfg
|
||||
选择Libraries标签,在New override for library框中输入dbghelp
|
||||
点击Add,然后在提示框里选择Yes
|
||||
在Existing overrides列表中点击dbghelp
|
||||
点击Edit
|
||||
设置成Disabled
|
||||
点击Ok,搞定
|
||||
|
||||
### msvcp100 ###
|
||||
|
||||
运行winecfg
|
||||
选择Libraries标签, 在New override for library框中输入msvcp100
|
||||
点击Add, 然后在提示框中选择Yes
|
||||
在Existing overrides列表中点击msvcp100
|
||||
点击Edit
|
||||
设置成native,embedded
|
||||
点击Ok,搞定
|
||||
|
||||
你还需要在终端里运行下面的命令,并等待运行结束。
|
||||
|
||||
winetricks wininet
|
||||
|
||||
之后你所需要做的就是双击从暴雪下载下来的exe文件,就可以开始玩了。
|
||||
|
||||
[Follow @thesilviu][3]
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://news.softpedia.com/news/How-to-Play-Blizzard-s-Hearthstone-Heroes-of-Warcraft-on-Linux-424410.shtml
|
||||
|
||||
译者:[zpl1025](https://github.com/zpl1025) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:https://plus.google.com/u/0/106295000788676760101/posts/aYfwYEoThJw?cfem=1
|
||||
[2]:http://appdb.winehq.org/objectManager.php?bShowAll=true&bIsQueue=false&bIsRejected=false&sClass=version&sTitle=&sReturnTo=&iId=29747
|
||||
[3]:https://twitter.com/thesilviu
|
||||
@@ -0,0 +1,40 @@
|
||||
Untangle Next Generation (NG) Firewall是一个纯Linux的解决方案
|
||||
================================================================================
|
||||
**Untangle Next Generation (NG) Firewall 10.1是一个基于Linux的网关,带有模块化的网络应用,比如垃圾邮件过滤,网页过滤,防病毒,防间谍软件,防入侵,VPN,SSL VPN,以及防火墙。它已经发布并可以下载了。 **
|
||||
|
||||

|
||||
|
||||
Untangle Next Generation (NG) Firewall曾经叫Ungangle网关,但是开发者们为了更好地展现它的功能,给它改了个名字。
|
||||
|
||||
NG防火墙现在是许多应用的集合,根据开发者的介绍,它们会并发地侦测网络数据,极大地减少了单独应用的系统资源消耗。
|
||||
|
||||
Untangle Next Generation (NG) Firewall的特性包括一个专用的过滤器,高级带宽管理功能,支持加密VPN连接,按组或者按用户来控制,以及许多的支持服务。
|
||||
|
||||
### Untangle Next Generation (NG) Firewall 10.1的亮点: ###
|
||||
|
||||
- 用户不可以下载应用程序,整个下载系统都被移除了,所有的应用都预装在平台中。
|
||||
- 支持基本的VRRP设置,在有多个Untangle服务器的时候支持热/冷高可用性。
|
||||
- 网络过滤器现在在阻止https链接的时候会显示一个阻挡页面,即使没有使用专用的https检查器。
|
||||
- 改善了网络过滤器的https阻挡功能(不带https检查器),在Untanble最新的版本中,https流量会先通过SNI分类。默认情况下,这个分发会根据从https网站获取的证书以及根据证书的CN来建立会话来分类,这个过程更加精确。
|
||||
- 支持根据列值或任意值过滤。
|
||||
- 支持通过“搜索”做做全局过滤。
|
||||
- 提高了广告过滤器的性能。
|
||||
|
||||
请查看官方的[声明][1]来获得完整的改动和改善列表。
|
||||
|
||||
### 下载Untangle Gateway Platform 10.1: ###
|
||||
|
||||
- [Untangle Gateway Platform 10.1 (ISO) 64-bit[iso]][2] [565 MB]
|
||||
- [Untangle Gateway Platform 10.1 (ISO) 32-bit[iso]][3] [561 MB]
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://news.softpedia.com/news/Untangle-Next-Generation-NG-Firewall-Is-a-Complete-Linux-Solution-425968.shtml
|
||||
|
||||
译者:[zpl1025](https://github.com/zpl1025) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:http://wiki.untangle.com/index.php/10.1.0_Changelog
|
||||
[2]:http://download.untangle.com/untangle_1010_x64.iso
|
||||
[3]:http://download.untangle.com/untangle_1010_x32.iso
|
||||
Reference in New Issue
Block a user