From 6ea8a80b3afd8d41732f8adf1cdc4832fa8c58ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=85=B4=E5=AE=87?= Date: Mon, 23 Sep 2013 23:57:36 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E7=BF=BB=E8=AF=91=E4=B8=AD=20theo"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 4340936eba6b9e2576a8a0f33afc4d0bce2c9917, reversing changes made to 8ab60bd06031372203f2362731d26d75658f67e9. Conflicts: sources/Meet StartUbuntu, interesting open-for-participation project aimed at further spreading Ubuntu's adoption.md translated/Glances – An All In One System Monitoring Tool.md --- ... at further spreading Ubuntu's adoption.md | 40 ------- ... – An All In One System Monitoring Tool.md | 103 ------------------ 2 files changed, 143 deletions(-) delete mode 100644 sources/Meet StartUbuntu, interesting open-for-participation project aimed at further spreading Ubuntu's adoption.md delete mode 100644 translated/Glances – An All In One System Monitoring Tool.md diff --git a/sources/Meet StartUbuntu, interesting open-for-participation project aimed at further spreading Ubuntu's adoption.md b/sources/Meet StartUbuntu, interesting open-for-participation project aimed at further spreading Ubuntu's adoption.md deleted file mode 100644 index ccaf5316ae..0000000000 --- a/sources/Meet StartUbuntu, interesting open-for-participation project aimed at further spreading Ubuntu's adoption.md +++ /dev/null @@ -1,40 +0,0 @@ -Meet StartUbuntu, interesting open-for-participation project aimed at further spreading Ubuntu's adoption -================================================================================ -Ubuntu is a powerful, solid and no-compromise operating system centering numerous features, professional designs and user-centric interactions, OS used by 20 million users across the globe. - -Ubuntu has both power and looks, therefore, awareness has the capacity to always increase its number of users, awareness at a planetary scale having the capacity to extend Ubuntu's usage deeper and deeper all over Earth. - -[StartUbuntu](https://launchpad.net/startubuntu) is an interesting full-of-potential initiative created by third-party users concerned with the now's OS-usage percentages at a global scale, project designed in mind with pushing Ubuntu into the hands of more and more users. - -A definitely exciting aspect of the StartUbuntu project is its clarity and sharp focus, meaning, the project aims at attracting users from Windows XP via a handy strategy: offering the full Ubuntu family of flavors to users of Windows XP seeking to change their OS. - -The Ubuntu alternative is to be offered to former XP users due to XP's end-of-life reaching in April 8th, 2014 (and thus its users looking for a new OS). - -![](http://iloveubuntu.net/pictures_me/startubuntu%20version%202.png) - -The StartUbuntu project has just been resurrected, moving itself to version 2 of the project with refreshed goals and more strengthened precisely-conceived action phases, including: - -- phase 0 (define the project and clearly expose its goals in the open) -- phase 1 (build an open-for-participation team) -- phase 2 (strengthen communication means within the newly-created team) -- phase 3 (incarnating informations about why Ubuntu is better and more suitable for users, as compared against its proprietary competition) -- phase 4 (approach and engage with potentially-useful communities, foundations, projects, etc, in order to solidify the manner of reaching XP users) -- phase 5 (reaching the actual XP users) -- phase 6 (further continue and expand the previously-mentioned actions) - -The StartUbuntu project is open to every user interested in spreading Ubuntu, participation and complete details available on [https://wiki.ubuntu.com/StartUbuntu](https://wiki.ubuntu.com/StartUbuntu) - -via: http://iloveubuntu.net/meet-startubuntu-interesting-open-participation-project-aimed-further-spreading-ubuntus-adoption - -本文由 [LCTT][] 原创翻译,[Linux中国][] 荣誉推出 - -译者:[译者ID][] 校对:[校对者ID][] - -[LCTT]:https://github.com/LCTT/TranslateProject -[Linux中国]:http://linux.cn/portal.php -[译者ID]:http://linux.cn/space/译者ID -[校对者ID]:http://linux.cn/space/校对者ID - -[1]:http://iloveubuntu.net/meet-startubuntu-interesting-open-participation-project-aimed-further-spreading-ubuntus-adoption -[2]:https://launchpad.net/startubuntu -[3]:https://wiki.ubuntu.com/StartUbuntu \ No newline at end of file diff --git a/translated/Glances – An All In One System Monitoring Tool.md b/translated/Glances – An All In One System Monitoring Tool.md deleted file mode 100644 index 9032f202de..0000000000 --- a/translated/Glances – An All In One System Monitoring Tool.md +++ /dev/null @@ -1,103 +0,0 @@ -Glances – An All In One System Monitoring Tool -================================================================================ -There are very few command line tools that aim to provide a user with maximum possible information irrespective of the terminal size. Most of the utilities respond in similar manner — Either the display of information gets messed up or tool gives an error. But, one such tool that displays a lot of system/network monitoring related information from a 80X24 terminal to any bigger size terminal is **Glances**. - -![](http://mylinuxbook.com/wp-content/uploads/2013/09/glances-main.png) - -**NOTE** – All the examples presented in this article are tested on bash shell in Ubuntu 13.04. - -**A Brief Tutorial** - -Glances is a system monitoring tool that is capable of producing a variety of system related information on your terminal. Some of information includes : - -- CPU related information -- Disk IO related information -- Memory related information -- Mount points related information -- Network interface related information -- Processes related information -- etc. - -Here is an example snapshot of glances : - -![](http://mylinuxbook.com/wp-content/uploads/2013/09/glances-1-1024x654.png) - -It is written in python and utilizes [psutils][1] library to fetch all the system related information it displays. Glances is very flexible in terms of the display i.e., it tries to display maximum information on terminal of size as small as 80X24. - -Here is a snapshot of glances on a smaller terminal: - -![](http://mylinuxbook.com/wp-content/uploads/2013/09/glances-small-terminal.png) - -So you can see that it displayed some information even on a smaller terminal. - -You can not only use Glances for local system monitoring but it can also be used for monitoring of remote system. To use glances on remote system, run the following command : - - glances -s - -and at the client side, execute : - - glances -c [ip-address-of-server] - -Here are some important points that user should keep in mind while using glances in client/server mode [Taken from official glances documentation] : - -![](http://mylinuxbook.com/wp-content/uploads/2013/09/glances-other-info.png) - -Besides, there are several command line options available for customizing information like : - -- Use -m to disable mount related information -- Use -n to disable network related information -- Use -P to define password while running in client/server mode. -- Use -t to set the screen refresh time interval -- etc - -Go through the [man page][2] to explore and find more such options. - -Besides command line options, glances provides many help options that you can use while glances is running. Here is a list of these options : - -![](http://mylinuxbook.com/wp-content/uploads/2013/09/glances-help.png) - -So you can see that glances is not only flexible in display but is also highly customizable. - -**Download/Install** - -Here are some important links related to glances tool : - -- [Home Page][3] -- [Download Page][4] -- [Documentation][5] - -You can download and install Glances from source but that would require python-dev module to be pre-installed. Ubuntu users can directly download and install through Ubuntu Software Centre. The version used for this review is 1.7.1 with PsUtil 0.6.1. - -**Pros** - -- Provides a lot of system related information under one roof -- Flexible display - -**Cons** - -- Smaller display must include some indication that more information could be displayed. -- Build from source depends on additional libraries like python-dev. - -**Conclusion** - -Glances is a tool that can be used by system administrators to quickly get an overview of complete system. It’s a good tool to have in your kitty that can come in handy while debugging some system related problems. The flexibility in display is always an add on. - -Have you ever used Glances or a similar tool? What was your experience? Share your story. - - -via: http://mylinuxbook.com/glances-an-all-in-one-system-monitoring-tool/ - -本文由 [LCTT][] 原创翻译,[Linux中国][] 荣誉推出 - -译者:[译者ID][] 校对:[校对者ID][] - -[LCTT]:https://github.com/LCTT/TranslateProject -[Linux中国]:http://linux.cn/portal.php -[译者ID]:http://linux.cn/space/译者ID -[校对者ID]:http://linux.cn/space/校对者ID - -[1]:http://code.google.com/p/psutil/ -[2]:http://linux.die.net/man/1/glances -[3]:http://nicolargo.github.io/glances/ -[4]:http://nicolargo.github.io/glances/ -[5]:https://github.com/nicolargo/glances/blob/master/docs/glances-doc.rst#introduction \ No newline at end of file