About author

Tamas Rebeli

Computer Science Engineer MSc with 13+ years of consulting background. Seasoned Oracle and PostgreSQL database administrator and educator. Experienced system engineer. Free and open-source software enthusiast.


Author's posts

Authenticated access to your MikroTik network

Authenticated access to your MikroTik network

In the spirit of zero-trust, you may want to protect certain, critical servers such as jump boxes inside your organization. If you already have a MikroTik router and an SSO solution with RADIUS capabilities in place, here is what you could do to implement password-based access.

Read more
Isolating resource consumption for PostgreSQL instances in Linux – Part 1

Isolating resource consumption for PostgreSQL instances in Linux – Part 1

In a traditional, on-premises enterprise environment, a single bare-metal server or virtual machine may host multiple PostgreSQL server instances. Even though they share the same machine, they often belong to different applications, projects or organizational units, and are required to be isolated in terms of utilizing system resources like RAM, CPU and disk I/O, usually for the purpose of business management.

Read more