mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-25 23:11:02 +08:00
20140526-2 选题
This commit is contained in:
parent
d6519278ae
commit
01f09fa3ba
62
sources/talk/Best Photo Applications For Ubuntu Linux.md
Normal file
62
sources/talk/Best Photo Applications For Ubuntu Linux.md
Normal file
@ -0,0 +1,62 @@
|
||||
Best Photo Applications For Ubuntu Linux
|
||||
================================================================================
|
||||
![](http://itsfoss.com/wp-content/uploads/2014/05/Image_Applications_Linux.jpeg)
|
||||
|
||||
When I last wrote about [reasons to switch to Linux][1], a reader suggested me to write about Linux alternatives of popular Windows applications. After all it is one of the most common concern among Windows users thinking to switch to Linux.
|
||||
|
||||
In an effort to address the same concern, in this article, I have listed photo related applications that could be used for various purposes. It’s not really alternatives to Windows programs but rather a collection of **image related applications in Linux** that could be used for various purposes.
|
||||
|
||||
### Image editing applications in Linux ###
|
||||
|
||||
When I say image editing, I mean hardcore professional style photo editing. In other words I am talking about [Photoshop][2]. When it comes to Linux alternative to Adobe Photoshop, there is only one name that comes to mind: [GIMP][3]. GIMP is a cross platform, full featured, professional grade image editing application that comes with almost all the features as Photoshop. Unlike Photoshop, GIMP is free in all platforms such as Linux, Windows, OS X etc.
|
||||
|
||||
You can install GIMP is Ubuntu from Ubuntu Software Center.
|
||||
|
||||
If you are Photoshop addict and have difficulties in adjusting to looks and shortcuts of GIMP, I would recommend [Gimpshop][4]. It’s basically GIMP but made to feel and look like Photoshop. And it’s free as well.
|
||||
|
||||
### Photo management applications in Linux ###
|
||||
|
||||
I am talking about applications that handle image library. You can view your images, import them from camera and phones, edit them a little, share them etc. In Windows, we have Windows Photo Viewer. In Linux, [Shotwell][5] is the most popular photo management these days. It is the default applications in various Linux distributions, Ubuntu being one of them. Unlike GIMP, Shotwell is lightweight but offers very basic editing features.
|
||||
|
||||
One good alternative to Shotwell is [gThumb][6].
|
||||
|
||||
### Applications to handle raw camera images in Linux ###
|
||||
|
||||
As the price of DSLRs decreases, number of (amateur) photographer increases in same proportion. As many DSLRs use RAW format to save the images, default image viewers like Shotwell won’t be able to handle these images. This is where application like [digiKam][7] comes in picture. An Open Source software, digiKam lets you handle your high end camera images in a professional manner. You can view, manage, edit, enhance, organize, tag, and share photographs with digiKam.
|
||||
|
||||
Another alternative to digiKam is [GTKRawGallery][8] which also focuses on handling camera images.
|
||||
|
||||
### Paint applications in Linux ###
|
||||
|
||||
If you are looking for Linux alternatives to Microsoft [Paint][9], my first choice is Pinta. You can do a little editing such as annotate with text, draw circles etc. You can draw images with pencil, brush and spray. In Ubuntu, Pinta can be installed from Ubuntu Software Center.
|
||||
|
||||
Another alternative to Pinta is [Krita][10] which is more powerful and provides more features. Better than a paint app but not as good as GIMP.
|
||||
|
||||
### Instagram like applications in Linux ###
|
||||
|
||||
In the end, lets talk about beautifying your images. We have numerous retro image effects apps on mobile devices but that’s not the case with desktop. To apply Instagram like effects in Linux, I know only [XnRetro][11] which does the work in a neat way. I recommend reading this article to know more about [how to use XnRetro in Ubuntu][12].
|
||||
|
||||
That compiles the list of various type of image applications available in Ubuntu and other Linux distributions. It’s not that this is the complete list of such apps. In fact there are many more. I have just listed the best in each category.
|
||||
|
||||
What you think? Do you use some other application for a particular purpose? Do share your views with us.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://itsfoss.com/image-applications-ubuntu-linux/
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:http://itsfoss.com/reasons-switch-linux-windows-xp/
|
||||
[2]:http://www.photoshop.com/
|
||||
[3]:http://www.gimp.org/
|
||||
[4]:http://www.gimpshop.com/
|
||||
[5]:https://wiki.gnome.org/Apps/Shotwell
|
||||
[6]:https://wiki.gnome.org/action/show/Apps/gthumb?action=show&redirect=gthumb
|
||||
[7]:http://www.digikam.org/
|
||||
[8]:http://gtkrawgallery.sourceforge.net/src/en/home.html
|
||||
[9]:http://pinta-project.com/
|
||||
[10]:http://krita.org/index.php
|
||||
[11]:http://www.xnview.com/en/xnretro/
|
||||
[12]:http://itsfoss.com/add-instagram-effects-xnretro-ubuntu-linux/
|
@ -0,0 +1,47 @@
|
||||
Turn Off Bluetooth By Default In Ubuntu 14.04 [Quick Tip]
|
||||
================================================================================
|
||||
![](http://itsfoss.com/wp-content/uploads/2014/05/Bluetooth_Ubuntu.jpeg)
|
||||
|
||||
I recently bought a new Dell Inspiron 7437 and one of the first few things I did was to [dual boot the pre-installed Windows 8 with Ubuntu 14.04][1]. My older laptop did not have Bluetooth, strange but true. This is why I never noticed that **Bluetooth is always on at each boot in Ubuntu**.
|
||||
|
||||
This is not good, from both power saving and security purpose. Moreover, I hardly use Bluetooth, so why should I have Bluetooth enabled by default? While one can turn off Bluetooth in one click in Ubuntu, doing it in each session is a repetitive and frustrating task. Simpler solution is to **deactivate Bluetooth at start up in Ubuntu**.
|
||||
|
||||
In today’s quick post, I’ll share with you how to disable Bluetooth by default at each start up.
|
||||
|
||||
### Turn off Bluetooth by default in Ubuntu 14.04: ###
|
||||
|
||||
Open a terminal and use the following command to install [gksu][2], if you dot have it installed it already.
|
||||
|
||||
sudo apt-get install gksu
|
||||
|
||||
gksu is used to enter password while running a program as root. Once you have gksu installed, use the command below:
|
||||
|
||||
gksudo gedit /etc/rc.local
|
||||
|
||||
It will open the rc.local file. Just add the following line just before exit 0.
|
||||
|
||||
rfkill block bluetooth
|
||||
|
||||
Altogether, your rc.local file look like this:
|
||||
|
||||
![](http://itsfoss.com/wp-content/uploads/2014/05/rfkill_Bluetooth.png)
|
||||
|
||||
That would be it. Restart the computer and you should see that Bluetooth has been disabled. Of course you can turn it on when required by the Bluetooth indicator on the top panel.
|
||||
|
||||
### Explanation: ###
|
||||
|
||||
This little section is just to give a brief explanation of what we did here. It’s not obligatory to read this section. You can skip to comment section for your suggestions or thanks :)
|
||||
|
||||
rc.local file is used to run various shell commands at start up time. These commands are user defined. In a clean install, rc.local has no commands to run. What we did here was to add **rfkill block bluetooth**. [rfkill][3] is a tool to query the state of various switches, buttons and subsytem interfaces. With this command in rc.localm we are basically soft blocking Bluetooth at each start up time. I hope this explains the things a bit.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://itsfoss.com/turn-off-bluetooth-by-default-in-ubuntu-14-04/
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:http://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/
|
||||
[2]:https://wiki.gnome.org/action/show/Apps/Attic/gksu?action=show&redirect=gksu
|
||||
[3]:http://wireless.kernel.org/en/users/Documentation/rfkill
|
Loading…
Reference in New Issue
Block a user