All post related with Ubuntu OS.

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

Installing Ubuntu on Surface Laptop

Yes, I've installed Ubuntu 22.04 LTS on an old Surface Laptop 1. Took time to properly do it, but once I've done it, it's quite easy, so I thougth I should explain it, so others could have the easy way.

0 Comments

Express Node API Hosted on Proxmox with LXC

I've been programing an API for content creators (which you can find on github), that extracts some usefull information from diverse APIs (like Twitch, RIOT, etc...). This API is programed with JavaScript, and running on a NodeJS server. I wanted to host it by myself, so I've decided to run throught all the steps, software and tools I've used to achieve it.

0 Comments

Using Apache as Reverse Proxy

A reverse proxy is a service that stays between your router/firewall and your clients. Its a way to concentrate all the clients requests through one server, avoiding opening multiple ports at the firewall or router. It also has balancing capabilities.

0 Comments

Installing Homer as a home lab dashboard

When you have lots of different services running in your servers, could be a little messy to have all of them grouped in different markers on your web browser. To solve that, there are several web applications that acts as a dashboard to all of that services. Homer is one…

0 Comments