Coding Packets Blog

Author Archives: Coding Packets Blog

Docker CLI Cheat Sheet

Docker is a fantastic tool. In this post I am documenting common/useful commands for working with the Docker CLI. Containers Show all local running containers. Show all local containers. Stop all local running containers. Stop all local stopped containers. Images Show all local...

Bookmarked Articles

Have you ever read a great article and thought. "That was interesting!" Then one day in the future you want to share said article with someone else and cannot for the life of you find it? To fight that tyrany, I am keeping the links to interesting articles I have read on a multitude of...

Bookmarked Articles

Have you ever read a great article and thought. "That was interesting!" Then one day in the future you want to share said article with someone else and cannot for the life of you find it? To fight that tyrany, I am keeping the links to interesting articles I have read on a multitude of...continue reading

Rails Generators Cheat Sheet

As I am digging into Rails again I find myself constantly having to look the naming and syntax of generators up so I am documenting them in this post. Rails utilizes convention over configuration to speed up development and increase developer happiness. If you embrace this fact you will...

Pyenv Install Centos 8

cuction Pyenv is a similar tool to rbenv, where you can easily install and use mulitple versions of python. This allows you to test across multiple versions of python as well as pin an app to a specific release. Software Versions Used Centos - 8.2.2004 Pyenv - 1.2.21 Pre-requisites ...

rbenv Install Ubuntu 2004

rbenv is a utility for installing multiple ruby versions on a host machine. Using rbenv allows you to install ruby in a path you have ownership over so you can install gems without having to have sudo or root privileges. rbenv also allows you to target the exact ruby version in development...

PostgreSQL install

Howdy Folks! This post covers the process of installing the PostgreSQL database on Linux and a few of the common details around configuration and operation. Software Versions Used in this Post PostgreSQL - 13.1 Ubuntu - 20.04 Centos - 8.2.2004 Installation Ubuntu This is almost a...

PostgreSQL install

Howdy Folks! This post covers the process of installing the PostgreSQL database on Linux and a few of the common details around configuration and operation. Software Versions Used in this Post PostgreSQL - 13.1 Ubuntu - 20.04 Centos - 8.2.2004 Installation Ubuntu This is almost a...continue reading

1 10 11 12 13 14 28