How to upgrade from Ubuntu 18.04 LTS (Bionic Beaver) to Ubuntu 20.04 LTS...
This guide will show how to safely upgrade from Ubuntu 18.04 LTS (Bionic Beaver) to latest Ubuntu 20.04 LTS (Focal Fossa). This guide will explain several methods to make your upgrade process easy and...
View ArticleHow To Install Debugger for PostgreSQL on Ubuntu 18/19/20.04
The debugger may be used to debug PL/pgSQL functions in PostgreSQL, as well as EDB-SPL functions, stored procedures and packages in EDB Postgres Advanced Server. The Debugger is available as an...
View ArticleHow To Access and Manage PostgreSQL from pgAdmin
By default PostgreSQL is configured to be bound to localhost. Which means any attempt to connect to the PostgreSQL server from outside the machine will be refused. To make the connection possible from...
View ArticleHow To Install pgAdmin4 on Ubuntu 18/19/20.04
pgAdmin is an Open Source administration and management tool for the PostgreSQL database. It includes a graphical administration interface, an SQL query tool, a procedural code debugger and much more....
View ArticleHow To Install pldebugger for PostgreSQL on CentOS 7/8
The debugger may be used to debug PL/pgSQL functions in PostgreSQL, as well as EDB-SPL functions, stored procedures and packages in EDB Postgres Advanced Server. The pldebugger is available as an...
View ArticleHow To Install PostgreSQL Release 13 on CentOS 7/8
This guide will walk you through the steps to install PostgreSQL release 13 on a CentOS 7 or 8. These instructions can also be applied if you are running a Fedora or Oracle Linux in your environment....
View ArticleHow To Install pgAdmin4 on Windows 10
pgAdmin is an Open Source administration and management tool for the PostgreSQL database. It includes a graphical administration interface, an SQL query tool, a procedural code debugger and much more....
View ArticleHow To Install PostgreSQL, pgAdmin on Windows 10
PostgreSQL, also known as Postgres, is a free and open-source relational database management system emphasizing extensibility and SQL compliance. pgAdmin is an Open Source administration and management...
View ArticleMake Nvidia GPU Primary in Hybrid Graphics Laptop on CentOS, RHEL7,8
The objective of this guide is to install Nvidia driver, and enable Nvidia GPU of an hybrid graphics laptop all the time and use it for each and every single activity. Please do not perform these steps...
View ArticleConfigure SSO in Apache using SimpleSAMLphp and ADFS on CentOS, RHEL Linux
This tutorial will show you how to configure Single-Sign-On (SSO) in Apache using Active Directory Federation Service (AD FS) as an identity provider and SimpleSAMLphp as a service provider on CentOS,...
View ArticleConfigure Apache SSO using SimpleSAMLphp and ADFS on CentOS, RHEL8
This tutorial will show you how to configure Single-Sign-On (SSO) in Apache using Active Directory Federation Service (AD FS) as an identity provider and SimpleSAMLphp as a service provider on CentOS,...
View ArticleConfigure SSO in Apache using Mellon, ADFS on Ubuntu 20.04
This tutorial will show you how to integrate your AD FS in Apache using Mellon in order to implement Single-Sign-On (SSO) functionality for your web applications on an Ubuntu 20.04. Single sign-on is a...
View ArticleConfigure SSO in Apache using SimpleSAMLphp, ADFS on Ubunutu 20.04
This tutorial will show you how to configure Single-Sign-On (SSO) in Apache using SimpleSAMLphp and AD FS on Ubuntu 20.04. SSO is a property of access control of multiple related, yet independent,...
View ArticleIntegrating Active Directory Authentication in Apache on Ubuntu 20.04
This guide will show you how to integrate Windows Active Directory authentication in Apache on Ubuntu 20.04. These instruction can also be applied if you are running Ubuntu 18.04, Debian 9, or Debian...
View ArticleIntegrating Active Directory Authentication in Apache on CentOS, RHEL 7,8
This guide will show you how to integrate Windows Active Directory authentication in Apache on CentOS, RHEL 7/8. These instruction can also be applied if you are running Oracle Linux on your system....
View ArticleHow To Synchronize on-premises Active Directory to Azure Active Directory
This guide will show you how to connect and synchronize your on-premises Active Directory to Microsoft Azure Active Directory. PrerequisitesThis guide assume that your on-premises Active Directory is...
View ArticleIntegrate Azure AD Authentication in Apache on Ubuntu/Debian
This guide will show you how to integrate Azure Active Directory authentication in Apache and enable single sign-on (SSO) for your cloud-based system, software and applications. SSO is a property of...
View ArticleIntegrate Azure AD Authentication in Apache on CentOS/RHEL/Fedora
This guide will show you how to integrate Azure Active Directory authentication in Apache and enable single sign-on (SSO) for your cloud-based systems, software and applications. SSO is a property of...
View ArticleSet Up a Highly Available PostgreSQL13 Cluster on Ubuntu, Debian
This step by step guide will show you how to set up a highly available PostgreSQL cluster using patroni and haproxy on Ubuntu 20.04. These instructions can also be applied if you are running an earlier...
View ArticleSet Up a Highly Available PostgreSQL Cluster using Docker on Ubuntu
This guide will help you to set up a highly available PostgreSQL cluster using docker on an Ubuntu 20.04. For this guide, we will create 3-node PostgreSQL cluster with 3-node etcd cluster as the DCS...
View Article