So you've got a new debian install and need to get it set up to do real work? Here's a quick guide to get the packages you need assuming you're using Debian's current testing distro, Buster, installed. First, let's make sure your system is up to date: 1sudo apt update 2sudo apt upgrade Next, let's grab the essentials …
Read MoreThis is an ugly solution but one that can come in handy if you just need to get some sample data out of your rails application. My particular use case was exporting data from various tables into a CSV file so I could use a 3rd party email service. We have users in a multi-tenant app so it's not quite so simple as just …
Read More