From 55ad70a9d96f2eda4112cb4b048135d87c48d00e Mon Sep 17 00:00:00 2001 From: runningwater Date: Mon, 28 Oct 2013 11:54:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E4=B8=ADby=20runningwate?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/di – Disk Information Utility, Better Than df.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/di – Disk Information Utility, Better Than df.md b/sources/di – Disk Information Utility, Better Than df.md index f6453a64e9..7a5e846e5d 100644 --- a/sources/di – Disk Information Utility, Better Than df.md +++ b/sources/di – Disk Information Utility, Better Than df.md @@ -1,3 +1,4 @@ +(翻译中 runningwater) di – Disk Information Utility, Better Than df ================================================================================ If you are a Linux command line user, you would have definitely used the df command to check disk usage for file systems. Though df is a popular command but still it does not provide some advanced features like actual disk space that is available to a user, various useful display formats etc. There is another command line utility available that not only provides these advanced features but also all the features that df provides. In this article, we will discuss the disk information utility — **di**. @@ -254,7 +255,7 @@ To conclude, di command provides some very useful features over and above what d via: http://mylinuxbook.com/di-a-disk-information-utility/ -译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) +译者:[runningwater](https://github.com/runningwater) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 From dcde019c96952dfcb4eac7c4c8fb05082ce898aa Mon Sep 17 00:00:00 2001 From: runningwater Date: Mon, 28 Oct 2013 19:29:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E4=B8=AD=20by=20runningw?= =?UTF-8?q?ater?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Create And Manage Encrypted Folders in Linux With encfs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/Create And Manage Encrypted Folders in Linux With encfs.md b/sources/Create And Manage Encrypted Folders in Linux With encfs.md index c652fb8997..ad92f48de8 100644 --- a/sources/Create And Manage Encrypted Folders in Linux With encfs.md +++ b/sources/Create And Manage Encrypted Folders in Linux With encfs.md @@ -1,3 +1,4 @@ +(翻译中 by runningwater) Create And Manage Encrypted Folders in Linux With encfs ================================================================================ here are times when you want certain information on your computer protected from prying eyes. One way to protect your information is to encrypt your home directory. However, that does not protect your information when you are logged on to your computer. I've shown in the past how you can [use Cryptkeeper to create an encrypted folder on your system][1]. Cryptkeeper is a graphical front end to **encfs**. encfs allows you to create an encrypted folder and then mount it as a user filesystem using [FUSE][2]. In this tutorial I'll show how to use encfs from the command line to create and manage an encrypted folder on Linux. @@ -60,7 +61,7 @@ What will you use encfs for? Let me know in the comments. via: http://tuxtweaks.com/2013/10/encrypted-folders-linux-encfs/ -译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) +译者:[runningwater](https://github.com/runningwater) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出