Install-PostgreSQL-15-Ubuntu

How to Install PostgreSQL 15 on Ubuntu 22.04 Step-by-Step

In this article, we will explain how to install PostgreSQL 15 database server on Ubuntu 22.04 (Jammy Jellyfish). PostgreSQL is a powerful, open-source object-relational Database Management System (DBMS). It’s been battle-tested for over 35 years which has earned it a strong reputation for reliability and … Read more

Git-Command-Example-Part2

Learn Git Commands with Practical Examples on Linux – Part 2

In previous article we have learned basic Git workflow. In this article we’ll be focusing on some advanced features like miscellaneous repository actions, branching and tagging. Like previous article this is also hands-on guide to Git. Miscellaneous repository actions Rename As name suggests rename operation … Read more