Tag Archives: linux

Building Fanless Virtualized Desktop

I recently moved into a new apartment and could finally consider owning a PC. I wanted to build a desktop for work, running Linux VMs and for Microsoft Flight Simulator. I’m training to become a pilot and I felt it would help me save time and money if I could fly virtually. At the same… Read More: Building Fanless Virtualized Desktop »

My talk about DevOps at Coffee and Code, Goa

On 13 October 2018 I had given a talk about Devops – The art of managing infrastructure at scale at a Cofee and Code event held at 91Springboard, Goa. In the talk I spoke about managing infrastructure from different perspectives – developer, Linux sysadmin, network admin and leveraging open source tools to do so. I… Read More: My talk about DevOps at Coffee and Code, Goa »

Free wildcard certs with Let’s Encrypt & DNS auth ft. Route 53

Everyone’s favorite SSL certificate authority Let’s Encrypt recently announced support for wildcard SSL certificates on their forum here using the ACMEv2 API. Wildcard SSL certificates still cost as much as $150-300/yr on the market. Getting them for free is a huge bonus. Install Certbot Grab the Certbot tool for issuing Let’s Encrypt signed SSL certificates.… Read More: Free wildcard certs with Let’s Encrypt & DNS auth ft.… »

How to fix “Not logged into Rocket League servers” error on Linux

Encounter the “Not logged into Rocket League servers” error while trying to get online on the Rocket League game on Linux? Here’s a fix. Rocket League needs SSL to communicate with their servers. So the first steps would be to: Make sure the system time and date is correct. I use UTC hardware clock. Make… Read More: How to fix “Not logged into Rocket League servers” error… »

How to use AMDGPU driver for Southern Islands and Sea Islands card on Ubuntu Linux

These instructions apply only for GCN 1.0/Southern Island cards and GCN 1.1/Sea Islands cards. You can check if your card falls in this categories here. The AMDGPU driver is a newer driver for GNU/Linux and promises better performance and Vulkan support. You will need to do two steps to make it work. Userspace drivers –… Read More: How to use AMDGPU driver for Southern Islands and Sea… »