
I was transitioning this blog from using Jekyll to Hexo. After comparing both, I feel I made the right choice. However, I almost started off on the wrong foot. Being unfamiliar with Node.js, I was reviewing the Hexo install instructions and the first thing it tells you is to install via:
1npm install hexo-cli -gI'm …
Read More
I bought this laptop with a touchscreen and occasionally find myself using it while surfing websites. Now with Chrome that worked just fine but with Firefox it tends to select areas of text instead of scrolling. That sucks!
Fortunately it's quite fixable. You just have to modify the .desktop file (or launch from the …
Read More
I bought an HP Envy x360 a few months ago. It had the right combination of features I wanted. Touchscreen, 360 flip, smaller screen size, and decent graphics chip.
The plan was I wanted to draw, read, and play games on a computer while running linux. Shouldn't be that hard to do but surpringly, any computers that have …
Read More
Note that this article for local installation of Maria DB or MySQL. It's intended to help you get up and running with the database locally and is not intended as a production tutorial. If you need to use either in a production environment, please contact a professional.
Step 1: update and install
1sudo apt update 2sudo …
Read More
I bought an HP Envy x360 and out of the box it works pretty well with linux. I've got Ubuntu 18.10 installed and have only had to tweak a couple of minor things. There is however, one big problem and that is the touch screen doesn't work. It might be the HP firmware (I am still figuring out how to update it in linux) …
Read More
01/2019 update: This doesn't seem to be necessary with the 4.20 kernel!
I recently bought an HP Envy x360 13" with AMD Ryzen 5 and Vega 8 graphics. I'll get into why another time but one of the things that didn't work quite well had to do with the laptop freezing every once in a while. It seemed random at first …
Read More
I've been using ChromeOS as my main development machine for a while now. At first I logged in under my personal gmail and used Crouton for development, but after Crostini I decided to separate out my work and personal items. Here are a few things that still bother me and why I might go back to a full linux environment: …
Read More
I've noticed that particularly in Ubuntu Xenial, an apt-upgrade to mysql 5.7 fails. A standard re-install doesn't work for me so I've resorted to more extreme methods to get my install working. This is only suitable for development, mind you. Please do not attempt in production without full backups and supervision. …
Read More
I've been using a Chromebook for development lately. On the side, I like to load up games and play using the linux installation I have loaded up via Crouton. Crouton is amazing and what we'll be using until native linux comes baked in, but it has some issues. There are a number of "targets" for displaying a …
Read More
In a previous article, we set up your Debian Buster system with git, ruby, and a bash shell that tells you the ruby version and branch. Next up, we're going to install PostgreSQL and dependencies needed to get it working with Ruby on Rails.
First, let's make sure your system is up to date:
1sudo apt update 2sudo apt …
Read More