Aljaž Vidmar

Aljaž Vidmar

PostgreSQL Logical Replication Example

Prepare DOcker Containers First we create two containers: one which for the replication Publisher and the other for replication Subscrber NOTE: we are using values suitable for testing purposes (eg. trust auth method and default password for postgres user) Logical…

Running Sudo commands without password

While working with Linux, we find that access to some files or performing sensitive operations requires users to have elevated privileges. The sudo command temporarily elevates user privileges allowing a user to execute sensitive commands or access files without restrictions.…

Simple Git tutorial

This is a quick tutorial on how to use git. Git is a software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed,…

Deploy MySQL Docker container

MySQL is a well-known open-source relational database management system and one of the most popular web server solutions. It stores and structures data in a meaningful manner, ensuring easy accessibility.