Blog

Kubernetes - Create a certificate from namecheap

Michael Roma on Nov 25, 2022

This article describes how to buy a certificate from namecheap and add it to your Kubernetes instance.

  • Kubernetes

Windows Terminal with WSL Configuration: profiles.json

Michael Roma on Apr 3, 2020

Windows Terminal with WSL Configuration: profiles.json

  • WSL
  • Windows Terminal
  • Linux

How to have Angular CLI serve listen on all ip addresses

Michael Roma on Feb 26, 2020

How to have Angular CLI serve listen on all ip addresses

  • Angular

How to add zsh up/down history search in bash

Michael Roma on Feb 16, 2020

How to add zsh up/down history search in bash

  • Linux

How to add your SSH public key to a Linux server

Michael Roma on Feb 2, 2020

How to add your SSH public key to a Linux server

  • Linux

How to find the process in Linux and MacOS that has a port opened

Michael Roma on Nov 29, 2019

How to find the process in Linux and MacOS that has a port opened

  • Linux

SQL script to kill all processes on a specific database

Michael Roma on Nov 20, 2019

This post shows a SQL script that can be used to kill all processes that are connected to a database. This is useful when you need to take the database down for maintenance.

  • SQL

Kubernetes cheat sheet

Michael Roma on Sep 11, 2019

Here is a cheatsheet of some useful commands for Kubernetes

  • Kubernetes

Find redirect information with curl

Michael Roma on Aug 20, 2019

Find redirect information with curl

  • Git

Terminal script to remove all .orig files

Michael Roma on Aug 13, 2019

Terminal script to remove all .orig files

  • Git
  • MacOS