Configuring Wireless USB Adapter Archer T2U Nano on Linux

This post details how I got AC600 Nano Wireless USB Adapter Archer T2U Nano working on my Ubuntu 18.04

Author's profile picture Suraj Nath on hardware and linux

HDD to SSD migration in my laptop

This post details how I replaced HDD with SSD in my laptop

Author's profile picture Suraj Nath on hardware and linux

My PostgreSQL Cheat Sheet

I use PostgreSQL heavily, and I freaking love it, so I am writing down things that I refer to frequently.

Author's profile picture Suraj Nath on SQL, PostgreSQL, psql, and cheat-sheet

Problems with self-learning and MOOCs

Why are MOOCs not taking off, why do we still need classrooms and colleges?

Author's profile picture Suraj Nath on MOOCs and education

How to write a good bug report

In this post, I talk about fantastic bugs and how to report them so developers can find and fix them.

Author's profile picture Suraj Nath on how-to

TIL: Exit handlers

In this post I talk about exit handlers which are mostly used to gracefully shutdown your applications.

Author's profile picture Suraj Nath on TIL

Access Control (RBAC) in Kubernetes

In this post, I attempt to explain RBAC. I am writing this because I had hard time figuring out RBAC from official docs, hope this helps you get the basic idea of RBAC.

Author's profile picture Suraj Nath on Kubernetes, k8s, and RBAC

Ruby Metaprogramming - Persist Tempfile

A stupid and useless example of metaprogramming in ruby :man_shrugging:

Author's profile picture Suraj Nath on Ruby and Tempfile