Install PostgreSQL 12 on Ubuntu

In this tutorial, we will see how to install PostgreSQL 12 on Ubuntu. We will cover installation, configuration and create a user and grant privileges on a newly created database.

5 Comments
Install PostgreSQL On Ubuntu - TutLinks
Install PostgreSQL On Ubuntu - TutLinks

Install PostgreSQL 14 Without Admin Rights on Windows 11 OS

In this tutorial we will see how to Install and Set up PostgreSQL on Windows for a normal user without Admin Privileges. Most of the IT corporations doesn’t grant admin privileges to install software. But being a software engineer, we would always like to explore new technologies. Admin privileges should not become a barrier to install new tech stack or a software package and thus hamper the limitation to explore it. So let’s see how to install PostgreSQL database without actually needing admin privileges.

8 Comments
Installing PostgreSQL (latest) Without Admin Rights on Windows 11 OS - TutLinks
Installing PostgreSQL (latest) Without Admin Rights on Windows 11 OS - TutLinks

Deploy FastAPI on Ubuntu and Serve using Caddy 2 Web Server

In this tutorial we will see how to Deploy FastAPI on Ubuntu. Our FastAPI application does CRUD operations on a PostgreSQL database running on Ubuntu 18.04.5 LTS (Bionic Beaver). We expose FastAPI running on Gunicorn as a reverse proxy using Caddy 2 Web Server.

3 Comments
Deploy FastAPI on Ubuntu and Serve using Caddy 2 Web Server – TutLinks
Deploy FastAPI on Ubuntu and Serve using Caddy 2 Web Server – TutLinks

301 Redirect from non-www to www for WordPress to resolve Redundant Hostnames

Sometimes few websites are set up in such a way that the example.com and www.example.com will be treated as different websites. Although both URLs have same content and represent the same website, tracking few analytics becomes cumbersome when the domain with and without www does not resolve to the same hostname.

0 Comments
301 Redirect to resolve redundant hostnames - TutLinks
301 Redirect to resolve redundant hostnames - TutLinks

How to add CAA record to Azure DNS in 4 simple steps

In this tutorial we will see how to add CAA record to Azure DNS. Azure does not have a straight forward way to add CAA record using GUI front as of 2020. This needs to be manually added using PowerShell scripts by accessing Microsoft Azure Cloud Shell.

0 Comments
Adding CAA record to Azure DNS Zone – TutLinks
Adding CAA record to Azure DNS Zone – TutLinks