From 29c3801cf63103e508d87b629010486282dcb8b5 Mon Sep 17 00:00:00 2001 From: Linchenguang <1573453077@qq.com> Date: Mon, 12 May 2014 20:53:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[finished]Daily=20Ubuntu=20Tips=20=E2=80=93?= =?UTF-8?q?=20Identify=20Folders=20By=20Colors=20In=20Ubuntu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ... – Identify Folders By Colors In Ubuntu.md | 64 ------------------ ... – Identify Folders By Colors In Ubuntu.md | 67 +++++++++++++++++++ 2 files changed, 67 insertions(+), 64 deletions(-) delete mode 100644 sources/tech/Daily Ubuntu Tips – Identify Folders By Colors In Ubuntu.md create mode 100644 transalted/tech/Daily Ubuntu Tips – Identify Folders By Colors In Ubuntu.md diff --git a/sources/tech/Daily Ubuntu Tips – Identify Folders By Colors In Ubuntu.md b/sources/tech/Daily Ubuntu Tips – Identify Folders By Colors In Ubuntu.md deleted file mode 100644 index ffabd2c7fc..0000000000 --- a/sources/tech/Daily Ubuntu Tips – Identify Folders By Colors In Ubuntu.md +++ /dev/null @@ -1,64 +0,0 @@ -{Translating}Linchenguang -======================================================= -Daily Ubuntu Tips – Identify Folders By Colors In Ubuntu -================================================================================ -Here’s a brief tip that will show you how to identify folders by colors in Ubuntu 14.04 or previous with this nifty tool. This tool which is called **Folder Color**, allows users to change the color of folders in Nautilus so they could easily indentify and distinguish them from others. - -It is designed to work with Nautilus can be used with other Icon themes in Ubuntu. It’s nice tool to install. It’s light weight and doesn’t interface with your system’s performance. - -Installing it is easy and this brief tutorial is going to show you how. - -For example, if you want to color important files folder red, or travel documents yellow, you can change them easily with Folder Color. - -Here’s how to install this tool. - -In Ubuntu, press **Ctrl – Alt – T** on your keyboard to open the terminal console. When it opens, run the commands below to add the below PPA archive. - - sudo add-apt-repository ppa:costales/folder-color - -Next, run the commands below to update your system and install Folder Color. - - sudo apt-get update && sudo apt-get install folder-color - -That’s it. Now all you have to do is log out and log back in or restart Nautilus. Then go to Nautilus, right-click on the folder you wish to change and select the color. There are pre-defined colors to choose from which isn’t as many as you may want, but enough for the average users. - -If you wish to uninstall it, run the commands below to remove the PPA archive. - - sudo add-apt-repository -r ppa:costales/folder-color - -Finally, run the commands below to remove Folder Color - - sudo apt-get update && sudo apt-get remove folder-color - -Enjoy! - -![](http://www.liberiangeek.net/wp-content/uploads/2014/04/foldercolorubuntu.png) - --------------------------------------------------------------------------------- - -via: http://www.liberiangeek.net/2014/04/daily-ubuntu-tips-identify-folders-by-colors-in-ubuntu/ - -译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 - -[1]: -[2]: -[3]: -[4]: -[5]: -[6]: -[7]: -[8]: -[9]: -[10]: -[11]: -[12]: -[13]: -[14]: -[15]: -[16]: -[17]: -[18]: -[19]: -[20]: diff --git a/transalted/tech/Daily Ubuntu Tips – Identify Folders By Colors In Ubuntu.md b/transalted/tech/Daily Ubuntu Tips – Identify Folders By Colors In Ubuntu.md new file mode 100644 index 0000000000..58dd30dbb6 --- /dev/null +++ b/transalted/tech/Daily Ubuntu Tips – Identify Folders By Colors In Ubuntu.md @@ -0,0 +1,67 @@ +每日Ubuntu 小技巧 - 以色辨夹 +================================================================================ + +这篇简短的文章将教会你如何在Ubuntu 14.04或者其先前版本中通过使用美化工具实现以颜色来分辨文件夹。这个工具就是**Folder Color**,它允许用户改变文件浏览器中的文件夹的颜色,这样就可以让用户很容易地识别并区分出它们来。 + + +这个工具的开发者设计的初衷是与Nautilus配合使用,其实它也可以与Ubuntu上其它的图标主题配合使用。这是一个很好的工具,比较小不会影响你的系统的性能。 + +这个软件安装起来方便,让下面这个简短的教程告诉你如何做吧。 + +假如你想将重要的文件夹变成红色的,或者将文档文件夹变为黄色,你可以用Folder Color轻松地改变它们的颜色。 + +教你来安装这个工具。 + +在Ubuntu 中**Ctrl - Alt - T**打开终端。添加下面的PPA源。 + + sudo add-apt-repository ppa:costales/folder-color + + +然后运行下面的命令更新你的系统并安装Folder Color。 + + sudo apt-get update && sudo apt-get install folder-color + +这样安装就可以了。现在你要做的就是注销登录然后再次登入系统或者重新启动Nautilus 。打开Nautilus ,在你想改变的颜色的文件夹上右键单击选择你想要的颜色。预先定义的颜色可能无法满足你的需要,但是对于大多数用户来说这足够了。 + + +如果你想卸载它,运行下面的命令移除PPA源。 + + sudo add-apt-repository -r ppa:costales/folder-color + + +最后,运行下面的命令移除Folder Color 。 + + sudo apt-get update && sudo apt-get remove folder-color + +使用愉快! + +![](http://www.liberiangeek.net/wp-content/uploads/2014/04/foldercolorubuntu.png) + +-------------------------------------------------------------------------------- + +via: http://www.liberiangeek.net/2014/04/daily-ubuntu-tips-identify-folders-by-colors-in-ubuntu/ + +译者:[译者ID](https://github.com/Linchenguang) 校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 + +[1]: +[2]: +[3]: +[4]: +[5]: +[6]: +[7]: +[8]: +[9]: +[10]: +[11]: +[12]: +[13]: +[14]: +[15]: +[16]: +[17]: +[18]: +[19]: +[20]: From 320edf0e9297fe58dad6b308ddf6bf77e68e4e31 Mon Sep 17 00:00:00 2001 From: Linchenguang <1573453077@qq.com> Date: Mon, 12 May 2014 20:54:33 +0800 Subject: [PATCH 2/2] =?UTF-8?q?[finished]Daily=20Ubuntu=20Tips=20=E2=80=93?= =?UTF-8?q?=20Identify=20Folders=20By=20Colors=20In=20Ubuntu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Daily Ubuntu Tips – Identify Folders By Colors In Ubuntu.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {transalted => translated}/tech/Daily Ubuntu Tips – Identify Folders By Colors In Ubuntu.md (100%) diff --git a/transalted/tech/Daily Ubuntu Tips – Identify Folders By Colors In Ubuntu.md b/translated/tech/Daily Ubuntu Tips – Identify Folders By Colors In Ubuntu.md similarity index 100% rename from transalted/tech/Daily Ubuntu Tips – Identify Folders By Colors In Ubuntu.md rename to translated/tech/Daily Ubuntu Tips – Identify Folders By Colors In Ubuntu.md