Skip to main content

Posts

Showing posts with the label firefox

How To Install Firefox DEB Easily on Ubuntu 22.04

Ubuntu is now pushing its portable package manager (snap) as the default, alternate package management. Started from 21.10, Firefox is now delivered as Snap by default. If you're using a decent machine with SSD, you probably won't notice a significant speed issue. But if you're still play around with an older gear, Firefox snap will load slower than previous, deb version. There are simple ways to install Firefox DEB version on your Ubuntu 22.04: 1. Uninstall Firefox Firstly, of course, you have to uninstall the default Firefox snap version: sudo apt remove firefox 2. Install Firefox ESR Firefox ESR is similar to Ubuntu LTS. It is a stable, longer supported Firefox version you can use safely. There is an official Firefox ESR PPA repository you can use: sudo add-apt-repository ppa:mozillateam/ppa sudo apt update sudo apt install firefox-esr 3. Install Firefox Beta If you prefer the newest Firefox version, you could use Firefox Beta PPA:  sudo add-apt-repository ppa:mozillatea...

Install Latest Flashplayer Plugin For Mozilla Firefox in Linux

The latest version of adobe flashplayer plugin for Linux is now maintained by Google under a new name called "Pepper Flashplugin". This plugin is built as default in Google's official browser Google Chrome. For Mozilla Firefox user, for now Pepper Flashplugin is officially supported in Ubuntu repository. The steps is very simple as follows : 1. Install Google Chrome You need to have Google Chrome installed. If you don't have it, the installer will automatically download Google Chrome in order to extract the flashplayer. 2. Update your apt Make sure your apt cache is updated by executing command : sudo apt-get update 3. Install the package Install the package : sudo apt-get install browser-plugin-freshplayer-pepperflash Ubuntu 15.04 Bellow (14.04, 12.04) For Ubuntu 15.04 and older, please follow the tutorial HERE .

How To Install Lates Adobe Flashplayer For Mozilla Firefox in Ubuntu 14.04 / 12.04

Mozilla Firefox is a great web browser, but sadly, Mozilla is no longer interested to support Adobe Flashplugin in Linux. With latest official version of Adobe Flashplayer stuck in 11.2, Adobe Flashplugin in Linux is officialy dead. But there is a new hope! Thanks to Google. They've been made a new flashplugin and bundled with their official web browser Google Chrome called Pepper Flashplugin. And surprisingly, this new flashplugin can be integrated into Mozilla Firefox. ( Yipee! ). Here are the steps : 1. Install Google Chrome First, you MUST install Google Chrome. This is the most important step. You can download from its website. 2. Add this ppa : sudo add-apt-repository ppa:nilarimogard/webupd8 3. Update your apt : sudo apt-get update 4. Install this package : sudo apt-get install freshplayerplugin 5. Now, you have the latest adobe flashplugin in your beloved Mozilla Firefox.  

How To Resume Download in Mozilla Firefox After Our Computer Shutted Off Suddenly

Sometime, when we were downloading something using Firefox, because of electricity and another unknown causes, our computer was suddenly shutted off and our download was also stopped. It is OK if the file size of the download is small, but how does if the file size is big (1 GB maybe) and we have done download 600 MB size ? Oh My God that must be crazy -_- And so what to do ? Hey don't be mad, happily I've found the solution. Here are the solution : Turn on your computer DON'T EVER RUN FIREFOX or YOU WILL LOSE YOUR FILE Go to Download folder You will find two files that you are downloading For example : Video.mp4 and Video.mp4.part Copy the file Video.mp4.part to another place whatever you like (e.g. Desktop) Now, open Firefox and open Downloads dialog box. Our previous unfinished download process will be resumed FROM ZERO :D Pause the download. Go to Download folder and now you will find only one new file Video.mp4, delete it and...

How To Easily Install Latest Adobe Flash Player Plugin in Ubuntu / Debian / BlankOn / Any Other Linux Distro Linux Using Offline Installer

Flashplayer works well [click to enlarge] Today, video tutorial or video preview is became trend, since internet access has became more cheap and more fast. The format that used is Adobe Flash Video with .flv file format. It is small and so portable to be included in our website. One successful internet website that using this technology is Youtube, a personal video broadcasting owned by today biggest internet king maker Google. To access Flash Video, we need flashplayer plugin and if we has good internet connection, we could install it in Ubuntu very simply by Ubuntu Software Center. But, many of us have not good connection yet so installing flash plugin by this way is a trouble. Or, we need offline installer so in other times if we need to clean install our Ubuntu system, we don't have to get online again to just install a plugin. One thing to do is very simple. Go to Adobe Flashplayer Download Page , and install flashplayer plugin package and install it manually t...

Mencoba Mozilla Firefox 4

Mozilla Firefox adalah web browser yang sangat terkenal di seluruh dunia dan di semua platform. Bahkan, bagi pengguna komputer awam yang memakai Microsoft Windows, mereka tidak tahu bahwa web browser Mozilla Firefox adalah web browser milik dunia open source dan menjadi web browser default di ratusan distribusi Linux di seluruh dunia. Bahkan, saking terkenalnya web browser ini, orang-orang mulai melupakan dan bahkan tidak tahu bahwa Microsoft Windows memiliki Internet Explorer. Detik ini (4 Oktober 2010), web browser Firefox telah mencapai versi rilis stabil 3.6. Namun, Firefox 4 beta telah rilis dan siap untuk di download dan digunakan. Saya pun mencoba mendownload lalu mencobanya di sistem Ubuntu 8.04 milik saya, dan ternyata luar biasa. Firefox 4 benar-benar jauh lebih cepat dari Firefox versi sebelumnya. Untuk menginstalasi Firefox 4 di sistem Linux, bisa dilakukan dengan sangat mudah. Paket Firefox 4 Linux yang bisa kita dapatkan di situs Mozilla berbentuk static linked sehingga ...