chrome

Firefox Browser Alternatives on Linux

3 minute read Published

Two alternatives to Firefox you should check out in 2022.

This is a quick reboot of a post I wrote two years ago called Alternatives to Firefox on Manjaro Linux. The original post was written when it was disclosed Firefox had suffered multiple zero-day vulnerabilities. And at the time I was running an Arch derivative called Manjaro Linux on my 2015 MacBook Pro.

Today I want to share my two favorite browsers for Linux, which I recently installed on my 2019 MacBook Pro running Arch Linux. Rather than getting my browsers from the AUR these days I’m now installing with Flatpack for speed and simplicity. If you’re not familiar with Flatpack I encourage you to visit their website and read up as it can save you a lot of time no matter what distro you’re running.

So here they are. My two favorite alternatives to Firefox for Linux.

Install Extensions Ungoogled Chromium

2 minute read Published

Bypassing Google to install Chrome Extensions ripped from the Web Store.

I recently started using Ungoogled Chromium on Invisible Arch Linux after looking for alternatives to Firefox. After a couple weeks of use I can say Ungoogled Chromium is a great browser and it’s become my goto alternative to GNU IceCat on Linux when not using Tor Browser. The only downside I found is that you need to jump through a few hoops to install Chrome Extensions.

But it’s not that much work to get extensions running in Ungoogled Chromium. And you don’t even need a Google account. Let me show you how.

Node.js Debugging Primer

5 minute read Updated

Learn how to get started debugging Node.js applications using Jake.

So I’m putting together this killer new JS front-end development stack called Brunch with Panache, which uses Jake tasks to kick off a custom set of commands for building and managing the app, and I hit a bug while code was running in Node.js. So what now?