INTERNET APPLICATIONS
We will install a web browser, an email client, a torrent client and a download manager .
1. Firefox as web browser
https://www.mozilla.org/en-US/firefox/
sudo apt-get install firefox
Some people may be into other browsers but I like Firefox. It is partly because I am always using it even with Windows.
Firefox has the ability to extend its default features by adding add-on. Here are some cool add-ons I always use with Firefox (just Goolge their name):
* **Adblock plus**: block advertising on the websites you are visiting [https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/](https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/)
* **Flashgot**: integrate downloads in Firefox with favourite download manager (more on this later with Uget) [https://addons.mozilla.org/en-US/firefox/addon/flashgot/](https://addons.mozilla.org/en-US/firefox/addon/flashgot/)
* **Print Edit**: "Allows editing of web page content while in Print Preview mode, prior to printing or saving as HTML or PDF. Compacts the layout and removes unwanted content such as adverts, sidebars and blank pages. Any element can be formatted, hidden or deleted." [https://addons.mozilla.org/en-US/firefox/addon/print-edit/](https://addons.mozilla.org/en-US/firefox/addon/print-edit/)
2. Thunderbird as email client
https://www.mozilla.org/en-US/thunderbird/
Email client help you to effectively manage your emails. If you are familiar with Microsoft Outlook, then in Linux, there is a very competent alternative, Thunderbird.
sudo apt-get install thunderbird
Just add your email address and you are all set.
3. Transmission for torrent
http://www.transmissionbt.com/
Transmission gives you the ability to download from both torrent files and magnet links. I have never had any more requirement for a torrent client beyond those two features. Transmission just get the job done for me. To install:
sudo apt-get install transmission
4. Uget as download manager
I used to feel that all the download managers in Linux would never be as good as Internet Download Manager in Windows platform, but changed my mind after finding Uget. Yeah, it is that good!
Uget is a java based app with a modern looking interface and does the job nicely.
apt-get install uget
5. Dropbox for cloud storage
In my own experience, of all cloud storage suppliers, Dropbox is the nicest regarding its fluent synchronization between multiple platforms. Out of the box, it gives you 2 Gb of free space. With my usage of mainly documents, it is plenty enough.
sudo apt-get install dropbox
After installing, Dropbox will ask you to enter your account, create one if you have not already had one.