完成翻译

This commit is contained in:
su-kaiyao
2014-08-20 22:56:39 +08:00
parent e0eb1f2ae9
commit a5ec9fc332
4 changed files with 98 additions and 99 deletions

View File

@@ -1,42 +0,0 @@
[su-kaiyao]翻译中
How To Schedule A Shutdown In Ubuntu 14.04 [Quick Tip]
================================================================================
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2014/08/Schedule_Shutdown_Ubuntu.jpeg)
Cannot shutdown your computer as some program are running but you cannot leave the computer running for the whole night? You may find yourself in similar position where you would need to schedule a shutdown in Ubuntu or any other Linux for that matter.
In this quick post, we shall see how to schedule a shutdown in Ubuntu with GUI or in CLI.
### Schedule a shutdown in Ubuntu with EasyShutdown ###
EasyShutdown is a tiny application that provides a tiny GUI so that you can easily schedule a shutdown in Ubuntu. You can [download the .deb file from launchpad page of EayShutdown][1]. Just double click on it to install it. By default, it should open with Ubuntu Software Center.
Once installed, run it from Unity Dash. Interface is very simple. You just have to provide the time at which you want to shut down the system. For example, if you want to shutdown the system at 03:30 AM, fill it as following:
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2014/08/Schedule_Shudown_Ubuntu.jpeg)
Note that EasyShutdown doesnt have a daemon or system tray. So you have to keep it running to make it work. Good thing with EasyShutdown is that it notifies you one minute before the scheduled shutdown, so that you can choose to pause it.
### Schedule a shutdown in Ubuntu in command line ###
Using command line option to **schedule a shutdown in Ubuntu** is equally easy. All you have to do is to use “shutdown” command. For example, to schedule a shutdown at 03:30 AM, you can use the command in following fashion:
sudo shutdown -h 03:30
Note that you will have to keep running this command. So either keep the terminal open or send the process in background.
I hope these quick tips helps you to schedule a shutdown in Ubuntu or other Linux system such as Linux Mint. Any questions or suggestions are always welcomed.
--------------------------------------------------------------------------------
via: http://itsfoss.com/schedule-shutdown-ubuntu/
作者:[Abhishek][a]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[a]:http://itsfoss.com/author/Abhishek/
[1]:https://launchpad.net/easyshutdown

View File

@@ -1,57 +0,0 @@
[su-kaiyao]翻译中
Install Atom Text Editor In Ubuntu 14.04 & Linux Mint 17
================================================================================
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2014/08/Install_Atom_In_Ubuntu_Linux_Mint.jpeg)
[Atom][1] is sleek and feature rich open source text editor from [Github][2]. It is currently in beta but if you are curious to try it, we shall see **how to install Atom in Ubuntu 14.04 or Linux Mint 17**.
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2014/08/Atom_Editor.jpeg)
In terms of look and even features, Atom resembles a lot like [Sublime Text editor][3], a hugely popular cross platform but closed source text editor which is preferred by programmers. In fact, Atom is not the only upcoming text editor which is inspired by Sublime Text. [Lime Text][4] is an open source clone of Sublime Text under development.
Without further ado, lets see how to install Atom editor in Ubuntu 14.04 and Linux Mint 17.
###
Install Atom in Ubuntu and Linux Mint via PPA ###
Since it is in beta, there are no binaries for Linux by the time I write this article. But dont worry. You dont have to compile the code on your own (of course you can choose to do so, for your own pleasure). Thanks to [Webupd8 teams][5] effort, we have a PPA that lest you easily install Atom editor in both 32 bit and 64 bit systems.
Open a terminal and use the following commands:
sudo add-apt-repository ppa:webupd8team/atom
sudo apt-get update
sudo apt-get install atom
That would be it. You can run Atom editor from Unity Dash in Ubuntu and application menu in Linux Mint.
### Uninstall Atom from Ubuntu and Linux Mint ###
There could be plenty of reasons why you would like to remove Atom from your system. Being unstable could be one of the major reasons. Whatever may be your reason, here is how to uninstall Atom:
sudo apt-get remove atom
sudo add-apt-repository --remove ppa:webupd8team/atom
This will remove Atom and the PPA repository. A good thing to do would be to run auto remove as well.
sudo apt-get autoremove
### Your experience with Atom? ###
If you tried Atom, do share your experience with us. Do you think it has the potential to become your favorite text editor?
--------------------------------------------------------------------------------
via: http://itsfoss.com/install-atom-text-editor-ubuntu-1404-linux-mint-17/
作者:[Abhishek][a]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[a]:http://itsfoss.com/author/Abhishek/
[1]:https://atom.io/
[2]:https://github.com/
[3]:http://www.sublimetext.com/
[4]:http://itsfoss.com/lime-text-open-source-alternative/
[5]:https://launchpad.net/~nilarimogard/+archive/ubuntu/webupd8