ZSH on Ubuntu with OhMyZSH

ZSH is another shell interpreter, like Bash, but from Mac. I always prefered it because it's tab improved functionallity, better customization, and GIT integration. In this post, I will cover all the needed steps to install and configure ZSH, and aslo aply some interesting themes. All of this is possible thanks to an opensource project called OhMyZsh.

0 Comments

Install PostgreSQL on Ubuntu Linux

PostgreSQL is one of the most used relational databases nowadays, and, if we want to host it to our production projects, or on a more static way, we will need to do it on a server, using bare metal, VMs, or LXC containers. In this post we will cover how to install and configure PostgreSQL in Linux, in this case, using Ubuntu server on an LXC container over Proxmox.

0 Comments

Install Docker and Portainer CE

Some times you want to run a simple database, API or other piece of sofware ond your local enviroment, but VMs use to be a bit of a pain. Docker solve all of this, and in combination with Portainer, you obtain a pretty useful web admin GUI, so let's get started!

0 Comments