Page 2 of Debian / Ubuntu Articles
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
[…]
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
[…]
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
[…]
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
[…]
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
[…]
Haven’t said much about it, but I’ve recently moved back to Firefox on all of my devices. Nightly on my phone, and Developer Edition on my computers. The installation on Arch was a piece of cake (as expected) but on my iMac running Debian 9 (Stretch) I had issues with
[…]
Not too long ago I wrote a post on how to upgrade to Node.js 8.x on Ubuntu 17.10. Post has done well but it’s generated quite a few inquiries on if it would work on other versions of Ubuntu, specifically LTS versions. This guide should work for both Debian (Wheezy,
[…]
I can hear you now… “No shit Josh! Debian’s one of the most stable Linux distros [sic] they even main their main branch ‘stable’!!~!” In my quest for bleeding edge software, specifically, the latest version of Gnome, I lost sight of that simple truth. With that, Arch crashed for the
[…]
Since I have been thoroughly disappointed with the stability of Arch Linux on my iMac recently, I decided to get my ass back over to Debian. What caught me off guard when I finished the install and rebooted was an error that I had never seen before: Radeon kernel modesetting
[…]
Ubuntu 17.10, codenamed “Artful Aardvark” was released yesterday… … with Node.js v6.11.4 #sadtrombone It could be worse though, Debian 9.x (Stretch) still ships with Node v4… but I’ll save how to remedy that for another post ;) Now, I can’t imagine you came here to listen to me throw shade
[…]
GNOME Shell’s title bars are just too damn big. So big that I have been toying around with the idea of going back to a tiling window manager. TWMs like xmonad and i3 have little to no title bar. It saves space and creates a clean aesthetic. I’m not the
[…]
I’m happy to admit that I’m a bit of a Debian novice. Coming from a decade of using Ubuntu, I still have a bit to learn. My recent dilemma was with the version of tmux I had on one of my servers. Nothing wrong with tmux 1.9 but it was
[…]
After a short stint with openSUSE I decided to give Debian a go instead of going back to Ubuntu. Why? First and foremost, I was sick of regularly receiving “Sorry, Ubuntu has experienced an internal error” messages. I was drawn to Ubuntu because of regular release cycles but the constant
[…]
Upgrading to PHP 7.x (7.0 or 7.1 as of the time of this writing) is just as easy as it is to upgrade to PHP 5.6! Before we install PHP 7.x, I would recommend getting your system up to date: sudo apt-get update Next you will need to add the
[…]
A lot of my distro hopping as of late has been due to my inability to get my daily driver, a MacBook Pro 12,1 (2015) to suspend correctly. Each distro resulted in the same. Close the lid, the Apple logo goes dark and within a few seconds, it lights back
[…]
I was on the verge of giving up on going back to Linux because of wifi issues. Things would be working fine, then after a while, I just couldn’t connect to wireless networks anymore. At one point I couldn’t connect to my home wireless but work wifi still worked fine.
[…]
In case you missed it, here’s the story thus far: Part 1: The Motive Part 2: The Distro Before I discuss my current desktop environment, let’s rewind to 2012 before I had switched to OS X. At the time, I was running xmonad as my primary desktop environment and was
[…]
This error drove me mad. I had searched the interwebs at least a few times for it and couldn’t find a solution. All I wanted to do was block some lame ass script kiddie from scanning my server. I know the ufw command I was entering was fine, because it
[…]
Last week I posted a call to action to help sway Ondřej Surý into continuing to support Ubuntu 12.04 LTS with his amazing PPA for the latest and greatest PHP versions. Ondřej was kind enough to take the time to backport the PPA and without ado, here’s how to get
[…]
I’m going to take a break from posting code snippets and how-tos to draw attention to the fact that PHP 5.6 may not be coming to Ubuntu 12.04 LTS by way of Ondřej Surý’s amazing PPA. Yes, you can still compile PHP from source, but as you may already know,
[…]
PHP 5.6 is finally here and if you’re on Ubuntu 14.04 LTS you’re stuck with an older version of PHP. If you want to take advantage of the new awesomeness, you can do so very easily thanks to a PPA. If you’ve never added a PPA before, you will want
[…]
Previously, I had shown you how to install PHP Redis from source but things changed with the latest Ubuntu LTS release. Now you can install the phpredis extension from the Ubuntu respositories. First, if you don’t have it installed already, let’s install Redis: sudo apt-get install redis-server After we get
[…]
Installing the PHP module for MongoDB on Ubuntu 14.04 LTS is just a command away, but first, let’s ensure that we have MongoDB itself installed: sudo apt-get install mongodb Once we have MongoDB installed, we can proceed with installing the module. Please note that you could combine these commands to
[…]
Last week I covered setting up a LAMP server on Ubuntu 14.04 LTS but for my money, it’s all about LEMP stacks. The “E” actually stands for Nginx (pronouced Engine X) and it’s an altnerative to the Apache web server that is built for speed and has a very low
[…]
The newest long term support release of Ubuntu (Trusty Tahr) is finally here! I just spun up a droplet over on DigitalOcean to walk through setting up a LAMP stack for this post. I also recommend making sure that your system is completely up to date. At the time of
[…]