Tag: Debian / Ubuntu
-
How to install Node.js v14.x on Ubuntu 16.10
You consider 2016 to be “your year” so you’ve been reluctant to upgrade from the last version of Ubuntu released that year. Even though it’s well past end of life as an interim release, you can still run the latest version of Node.js. Follow these quick and easy steps to…
-
How to install Node.js v14.x on Ubuntu 17.04
Even though you should be considering upgrading this interim release of Ubuntu, you can still leverage the latest version of Node.js to squeak just a bit more life out of it. Follow these quick and easy steps to install Node Version Manager and Node.js v14.x on your EOL Ubuntu 17.04…
-
How to upgrade from Debian 9 (Stretch) to Debian 10 (Buster)
Debian 10 is finally here. Time to upgrade all the things!!! The upgrade from Debian 9, code named Stretch to Debian 10, code named Buster is a fairly painless process. First, it’s good practice to make sure you’re completely up to date on your current version by running: sudo apt…
-
How to install Node.js v12.x on Debian and Ubuntu
Feels like barely a week goes by without a new release from the Node.js team. This past week v12.0.0 was released promising speed improvements. It’s an important release because it’s slated to become the long-term service release in October 2019 with maintenance ending April 2022. If you’re starting a brand…
-
How to List Installed Packages on Linux
Originally I was going to talk about how to list installed packages on my desktop distro of choice, Arch Linux. Then I remembered that not everybody is as enlightened as I am, so I should probably cover other distributions as well 😉 And really, it’s really not a distro-centric situation,…
-
How to install the latest nginx on Debian and Ubuntu
It’s been a minute since I’ve built out a new server, specifically a web server. As I ventured down the path of installing the latest version of nginx recently, I found the official documentation to be a touch lacking. The steps were clear enough, but the installation guide didn’t mention…
-
Upgrade to Node.js 10.x or 11.x on Ubuntu 18.10
The latest and greatest, albeit not a long-term support release, from Canonical is here! Ubuntu 18.10, Cosmic Cuttlefish, was released this month and shipped with the current LTS version of Node.js, version 8. Actually, it’s a minor revision behind at the moment with 8.11.x being what’s available. Not that there’s…
-
System76 Galago Pro (14″) Review
Hate to start off this post somewhat negatively, but if you’re only here to leave a snarky comment about how I overpaid for a crappy Clevo machine, you can save yourself the time. That said, System76 does in fact sell machines from OEM/ODM Clevo and brands and supports them. It’s…
-
How to install Node.js 10 on Ubuntu 18.04 LTS
Two days before Canonical dropped the latest and greatest long term service release of Ubuntu, the Node.js Foundation dropped the latest and greatest (and eventually long term service release) of Node.js. Due to the timing of things, Ubuntu 18.04 LTS was shipped with the current long term service release of…
-
How to install the latest version of Node.js 8 on Ubuntu 18.04 LTS
Right on schedule, Canonical has released the latest long term service release of Ubuntu, version 18.04. This particular release is shipping with Node.js 8 which is the current long term service release of Node.js. Unfortunately, the version which shipped (8.10.0) is already a bit behind the latest version, 8.11.1 (at…