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
77df05e58b
@ -1,6 +1,6 @@
|
||||
如何在手机上安装Ubuntu Touch 13.10
|
||||
================================================================================
|
||||
**buntu Touch 13.10是Canonical公司针对手机新推出的一款操作系统,但是相对于桌面而言,安装到手机并不是那么容易。**
|
||||
**Ubuntu Touch 13.10是Canonical公司针对手机新推出的一款操作系统,但是相对于桌面而言,它安装到手机并不是那么容易。**
|
||||
|
||||
![](http://i1-news.softpedia-static.com/images/news2/How-to-Install-Ubuntu-Touch-13-10-On-Your-Phone-392828-2.jpg)
|
||||
|
||||
@ -18,17 +18,17 @@ Canonical提供了安装Ubuntu Touch 13.10所有必要的工具。这真是个
|
||||
|
||||
你必须从新菜单——“开发者选项”中启用USB调试,该菜单通过前面的方法已被解锁。在手机上勾选该选项时,会出现一条消息,通知用户正在配对。同意,那么你准备得差不多了。
|
||||
|
||||
在开始安装前的最后一步是备份你的Android。同样使用adb工具。只要打开终端,输入以下命令:
|
||||
在开始安装前的最后一步是备份你的Android系统。同样使用adb工具。只要打开终端,输入以下命令:
|
||||
|
||||
adb backup -apk -shared -all
|
||||
|
||||
如果你要重新安装的Android ,打开一个终端,运行以下命令:
|
||||
如果你要重新安装原来的Android系统,打开一个终端,运行以下命令:
|
||||
|
||||
adb restore backup.ab
|
||||
|
||||
最后的命令至关重要,你应该使用sudo运行,以确保正确执行该命令。打开一个终端,输入以下命令:
|
||||
|
||||
phablet-flash ubuntu-system --no-backup
|
||||
sudo phablet-flash ubuntu-system --no-backup
|
||||
|
||||
运行过程中应该没有任何问题,设备将最终引导到Ubuntu Touch。不要停止终端也不要中断此过程。
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
via: http://iloveubuntu.net/trusty-tahr-daily-builds-available-download
|
||||
|
||||
译者:[Mr小眼儿](http://blog.csdn.net/tinyeyeser) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
译者:[Mr小眼儿](http://blog.csdn.net/tinyeyeser) 校对:[wxy](https://github.com/wxy)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
@ -1,3 +1,4 @@
|
||||
翻译中 by Linux-pdz
|
||||
Daily Ubuntu Tips–Change The Logon Screen Background
|
||||
================================================================================
|
||||
Here’s a simple tip that shows you how to change Ubuntu logon screen background with custom images. Ubuntu logon screen is ok and maybe better than most Linux distributions, but if you want to show custom images like ones that remind you of special places and things, you may be able to change it using the steps below.
|
||||
|
@ -1,59 +0,0 @@
|
||||
翻译中 by Linux-pdz
|
||||
Install qBittorrent 3.1.0 in Ubuntu via PPA
|
||||
================================================================================
|
||||
[qBittorrent][1] is a cross platform free and open source bittorrent client designed as an alternative the popular [µtorrent][2] client written in C++ / Qt4, using the libtorrent-rasterbar library. qBittorrent is developed by volunteers. The latest version, qBittorrent 3.1.0 released on October 12th 2013.Bittorrent client. qBittorrent is fast, stable, light, it supports unicode and it provides a good integrated search engine. It also comes with UPnP port forwarding / NAT-PMP, encryption (Vuze compatible), FAST extension (mainline) and PeX support (utorrent compatible).
|
||||
|
||||
![](http://180016988.r.cdn77.net/wp-content/uploads/2013/10/qbittorrent_about.png)
|
||||
|
||||
### Features of qBittorrent v3.1.0 ###
|
||||
|
||||
- Polished µTorrent-like User Interface
|
||||
- Well-integrated and extensible Search Engine
|
||||
- Simultaneous search in most famous BitTorrent search sites
|
||||
- Per-category-specific search requests (e.g. Books, Music, Movies)
|
||||
- All Bittorrent extensions
|
||||
- DHT, Peer Exchange, Full encryption, Magnet/BitComet URIs, …
|
||||
- Remote control through a Web user interface
|
||||
- Nearly identical to the regular UI, all in Ajax
|
||||
- Advanced control over trackers, peers and torrents
|
||||
- Torrents queueing and prioritizing
|
||||
- Torrent content selection and prioritizing
|
||||
- UPnP / NAT-PMP port forwarding support
|
||||
- Available in ~25 languages (Unicode support)
|
||||
- Torrent creation tool
|
||||
- Advanced RSS support with download filters (inc. regex)
|
||||
- Bandwidth scheduler
|
||||
- IP Filtering (eMule and PeerGuardian compatible)
|
||||
- IPv6 compliant
|
||||
- Sequential downloading (aka “Download in order”)
|
||||
- Available on most platforms: Linux, Mac OS X, Windows, OS/2, FreeBSD
|
||||
|
||||
### Installing qBittorrent ###
|
||||
|
||||
$ sudo add-apt-repository ppa:hydr0g3n/qbittorrent-stable
|
||||
$ sudo apt-get update && sudo apt-get install qbittorrent
|
||||
|
||||
You can also download the [qbittorrent source code][3] and compile from source.
|
||||
|
||||
![](http://180016988.r.cdn77.net/wp-content/uploads/2013/10/qBittorrent.png)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.unixmen.com/install-qbittorrent-3-1-0-ubuntu-via-ppa/
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:http://www.qbittorrent.org/index.php
|
||||
[2]:http://www.utorrent.com/
|
||||
[3]:http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.1.0/qbittorrent-3.1.0.tar.gz/download
|
||||
[4]:
|
||||
[5]:
|
||||
[6]:
|
||||
[7]:
|
||||
[8]:
|
||||
[9]:
|
||||
[10]:
|
||||
[11]:
|
||||
[12]:
|
@ -1,3 +1,4 @@
|
||||
翻译中 by Linux-pdz
|
||||
Using Wine to Play Games On Linux? Here’s Why You Should Switch To Steam Right Now
|
||||
================================================================================
|
||||
![](http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/12/steamforlinux.png)
|
||||
|
45
translated/Install qBittorrent 3.1.0 in Ubuntu via PPA.md
Normal file
45
translated/Install qBittorrent 3.1.0 in Ubuntu via PPA.md
Normal file
@ -0,0 +1,45 @@
|
||||
通过PPA在Ubuntu中安装qBittorrent 3.1.0
|
||||
================================================================================
|
||||
[qBittorrent][1]是一个由志愿者开发的自由开源的跨平台BT客户端软件,利用libtorrent-rasterbar库由C++/Qt写成,是现在流行的BT客户端软件[µtorrent][2]的一个替代选择。最新的版本,qBittorrent 3.1.0 已经在2013年10月份放出。qBittorrent轻巧快速,支持unicode编码,而且提供一个完美整合的搜索引擎。它也支持UPnP/NAT-PMP端口转发,支持扩展和PeX(兼容utorrent)。
|
||||
|
||||
![](http://180016988.r.cdn77.net/wp-content/uploads/2013/10/qbittorrent_about.png)
|
||||
|
||||
### qBittorrent v3.1.0 的特性###
|
||||
- 精心打磨的类µTorrent界面
|
||||
- 完美整合,可扩展的搜索引擎
|
||||
- 同时在众多著名BT网站中进行搜索
|
||||
- 对搜索请求进行预分类(例如,书籍,音乐,电影)
|
||||
- 支持各种BT扩展
|
||||
- 可通过web页面进行远程操作
|
||||
- 可对trackers, peers 和 torrents进行高级控制
|
||||
- 连接排队和优选
|
||||
- Torrent内容选择和优选
|
||||
- 支持UPnP / NAT-PMP端口转发
|
||||
- 支持大约25中语言(支持Unicode)
|
||||
- 种子创建工具
|
||||
- 支持RSS过滤下载(例如正则表达式)
|
||||
- IP过滤(兼容eMule和PeerGuardian)
|
||||
- 兼容IPv6
|
||||
- 顺序下载(也可以叫做按序下载)
|
||||
- 支持各种平台: Linux,Mac OS X, Windows, OS/2, FreeBSD
|
||||
|
||||
### 安装qBittorrent ###
|
||||
|
||||
$ sudo add-apt-repository ppa:hydr0g3n/qbittorrent-stable
|
||||
$ sudo apt-get update && sudo apt-get install qbittorrent
|
||||
|
||||
你也可以下载[qbittorrent的源代码][3],然后编译后安装。
|
||||
|
||||
![](http://180016988.r.cdn77.net/wp-content/uploads/2013/10/qBittorrent.png)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.unixmen.com/install-qbittorrent-3-1-0-ubuntu-via-ppa/
|
||||
|
||||
译者:[Linux-pdz](https://github.com/Linux-pdz) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:http://www.qbittorrent.org/index.php
|
||||
[2]:http://www.utorrent.com/
|
||||
[3]:http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.1.0/qbittorrent-3.1.0.tar.gz/download
|
Loading…
Reference in New Issue
Block a user