today's howtos
-
How to Install Spotify on Linux
-
How to Install PostgreSQL from Source in Linux
PostgreSQL also called Postgres is a powerful and open-source object-relational database system. It is an enterprise-level database having features such as write-ahead logging for fault tolerance, asynchronous replication, Multi-Version Concurrency Control (MVCC), online/hot backups, point-in-time recovery, query planner/optimizer, tablespaces, nested transactions (savepoints), etc.
Postgres’s latest version 15.2 was released on 9 February 2023 by the PostgreSQL global development group.
-
How to Add Sudo User on RHEL / Rocky Linux / Alma Linux
In this tutorial, we will cover how to add a sudo user on RHEL, Rocky Linux and Alma Linux.
-
Add, Delete And Grant Sudo Privileges To Users In Fedora 38
Using sudo program, we can elevate the ability of a normal user to run administrative tasks, without giving away the root user's password in Linux operating systems. This guide explains how to add, delete and grant sudo privileges to users in Fedora 38, 37 and 36 desktop and server editions.