Blog

Kubernetes - Create a certificate from namecheap

Michael Roma

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

Windows Terminal with WSL Configuration: profiles.json

  • WSL
  • Windows Terminal
  • Linux

How to have Angular CLI serve listen on all ip addresses

Michael Roma

How to have Angular CLI serve listen on all ip addresses

  • Angular

How to add zsh up/down history search in bash

Michael Roma

How to add zsh up/down history search in bash

  • Linux

How to add your SSH public key to a Linux server

Michael Roma

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

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

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

Here is a cheatsheet of some useful commands for Kubernetes

  • Kubernetes

Find redirect information with curl

Michael Roma

Find redirect information with curl

  • Git

Terminal script to remove all .orig files

Michael Roma

Terminal script to remove all .orig files

  • Git
  • MacOS