Warung Bebas
Showing posts with label Mozilla. Show all posts
Showing posts with label Mozilla. Show all posts

Tuesday, 16 October 2012

Install Latest Firefox 16 in Ubuntu 12.10/12.04/Linux Mint

Install Latest Firefox 16 in Ubuntu 12.10 Quantal/Ubuntu 12.04 Precise/Ubuntu 11.10 Oneiric/11.04 Natty/10.04 Lucid/Linux Mint 13/12/11/9 (New Release)

Mozilla Firefox is a free and open source web browser developed for Microsoft Windows, Mac OS X, and Linux coordinated by Mozilla Corporation and Mozilla Foundation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. As of May 2012, Firefox has approximately 25% of worldwide usage share of web browsers, making it the third most widely used web browser.

firefox

What's new in this Release:
  • Initial web app support
  • Acholi and Kazakh localizations added
  • Improvements around JavaScript responsiveness through incremental garbage collection
  • New Developer Toolbar with buttons for quick access to tools, error count for the Web Console, and a new command line for quick keyboard access
  • CSS3 Animations, Transitions, Transforms and Gradients unprefixed in Firefox 16
  • Recently opened files list in Scratchpad implemented
  • Debugger breakpoints do not catch on page reload
  • No longer supporting MD5 as a hash algorithm in digital signatures
  • Opus support by default
  • Reverse animation direction has been implemented
  • Per tab reporting in about:memory
  • User Agent strings for pre-release Firefox versions now show only major version

To install latest Firefox in Ubuntu/Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
  • sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa
  • sudo apt-get update
  • sudo apt-get install firefox
Here you can find firefox in other languages.
That's it, Enjoy

Wednesday, 5 September 2012

Install Mozilla Thunderbird 15 in Ubuntu/Linux Mint (New Release)

Install Latest Mozilla Thunderbird in Ubuntu 12.10 Quantal/Ubuntu 12.04 Precise/Ubuntu 11.10 Natty/Any Ubuntu Version/Linux Mint 13/12/10/Others

Thunderbird is a free email application that's easy to set up and customize - and it's loaded with great features!
Fixes in Thunderbird
  • Multi-Channel Chat: You now can enjoy real time conversation with your contacts, right from your favorite messaging application.
  • Do Not Track: This option has been implemented as an addition to Search the Web.
  • Ubuntu One is now supported in Filelink - the option to upload large attachments to online storage services.
  • New User Interface: Thunderbird is replicating the new look and feel of Mozilla Firefox in an effort to provide a similar user experience across all Mozilla software desktop or mobile and all platforms.
  • Various fixes and performance improvements
  • Various security fixes

To install Thunder Bird 15 on Ubuntu/Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
  • echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | sudo tee -a /etc/apt/sources.list > /dev/null
  • sudo apt-get update
  • sudo apt-get install thunderbird-mozilla-build
That's it, Enjoy
Download ThunderBird 15 Source from Here, Also check this page for other OS.

Wednesday, 29 August 2012

Install Firefox 15 in Ubuntu 12.04/11.10/11.04/10.10/Linux mint

Install Firefox 15 in Ubuntu 12.10/Ubuntu 12.04 Precise/Ubuntu 11.10 Oneiric/11.04 Natty/10.04 Lucid/Linux Mint 13/12/11/9 (New Release)

Mozilla Firefox is a free and open source web browser developed for Microsoft Windows, Mac OS X, and Linux coordinated by Mozilla Corporation and Mozilla Foundation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. As of May 2012, Firefox has approximately 25% of worldwide usage share of web browsers, making it the third most widely used web browser.

firefox

What's new in this Release:
  • Silent, background updates
  • Support for SPDY networking protocol v3
  • WebGL enhancements, including compressed textures for better performance
  • Localization in Maithili
  • Optimized memory usage for add-ons
  • Native support for the Opus audio codec added
  • The audio and video elements now support the played attribute
  • The source element now supports the media attribute
  • Focus rings keep growing when repeatedly tabbing through elements

Note: You Don't need add ppa in Ubuntu/Linux mint, because Ubuntu repositories already have latest firefox version. Just enter 2nd and 3rd command.

To install Firefox 15 on Ubuntu/Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
  • sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa
  • sudo apt-get update
  • sudo apt-get install firefox
Here you can find firefox in other languages.
That's it, Enjoy

Tuesday, 17 July 2012

Install Mozilla Firefox 14 in Ubuntu/Linux Mint (New Release)

Install Firefox 14 on Ubuntu 12.10/Ubuntu 12.04 Precise/Ubuntu 11.10 Oneiric/11.04 Natty/Linux Mint (New Release)

Mozilla Firefox is a free and open source web browser developed for Microsoft Windows, Mac OS X, and Linux coordinated by Mozilla Corporation and Mozilla Foundation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. As of May 2012, Firefox has approximately 25% of worldwide usage share of web browsers, making it the third most widely used web browser.

firefox

What's new in this Release:
  • Google searches now utilize HTTPS
  • Full screen support for Mac OS X Lion implemented
  • Plugins can now be configured to only load on click (requires an about:config change)
  • The Awesome Bar now auto-completes typed URLs
  • Improved site identity manager, to prevent spoofing of an SSL connection with favicons
  • Pointer Lock API implemented
  • New API to prevent your display from sleeping
  • New text-transform and font-variant CSS improvements for Turkic languages and Greek
  • Various security fixes
  • GIF animation can gets stuck when src and image size are changed
  • OS X: nsCocoaWindow::ConstrainPosition uses wrong screen in multi-display setup
  • CSS :hover regression when an element's class name is set by Javascript

Note: You Don't need add ppa in Ubuntu/Linux mint, because Ubuntu repositories already have latest firefox version. Just enter 2nd and 3rd command.

To install Firefox 14 on Ubuntu/Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
  • sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa
  • sudo apt-get update
  • sudo apt-get install firefox
Here you can find firefox in other languages.
That's it, Enjoy

Friday, 8 June 2012

Install Thunderbird 13 in Ubuntu/Linux Mint (New Release)

Install Thunderbird 13 on Ubuntu12.04/Ubuntu 11.10/Any Ubuntu Version/Linux Mint

Thunderbird is a free email application that's easy to set up and customize - and it's loaded with great features!
Fixes in Thunderbird
  • Use-after-free while replacing/inserting a node in a document
  • NSS parsing errors with zero length items
  • Content Security Policy inline-script bypass
  • Privilege escalation through Mozilla Updater and Windows Updater Service
  • Information disclosure though Windows file shares and shortcut files
  • Buffer overflow and use-after-free issues found using Address Sanitizer
  • Miscellaneous memory safety hazards


To install Thunder Bird 13 on Ubuntu/Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
  • echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | sudo tee -a /etc/apt/sources.list > /dev/null
  • sudo apt-get update
  • sudo apt-get install thunderbird-mozilla-build
If you want to install it on Other Linux Distro, Windows, or Mac. Go to This ThunderBird page.
 

Just the Life of Eddie Copyright © 2012 Best Celebrity Wallpaper -- Powered by Blogger