• 27
    Dec

    How to Install PostgreSQL 14 on FreeBSD 13

    For new users, especially for those whom use GUI most of the time, managing software in FreeBSD isn't very intuitive. As much for my own benefit as anyone else's, now I am going to walk through the steps to getting PostgreSQL 14 installed and configured on a FreeBSD 13 system.
  • 27
    Dec

    How to Install and Run sudo on FreeBSD

    If you're coming from any Linux distributions, chances that you're already familiar with sudo. Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. Unlike su, sudo authenticates users against their own password rather than that of the target user. Sudo allows a system administrator to delegate authority to give certain users (or groups of users) the ability to run some (or all) commands as root or another user while providing an audit trail of the commands and their arguments. This allow the delegation of specific commands to specific users on specific hosts without sharing passwords among them.
  • 27
    Dec

    How to Install PostgreSQL 14 on Fedora 35 Server

    also known as , is a free and open source object-relational database system (RDBMS) emphasizing extensibility and SQL compliance. PostgreSQL has been in active development for over 30 years and has earned a strong reputation in its reliability, robustness, and performance.
  • 25
    Dec

    How to Install Oh My Zsh on FreeBSD 13

    Before we're able to install Oh My ZSH into our FreeBSD 13 host, we need to install its dependencies.