Learn how to harden your SSH server with best practices including key-only authentication, disabling root login, changing the default port, and setting up Fail2Ban.
Learn how to install, secure, and configure MySQL 8.0 on Ubuntu 24.04. Includes setting up root authentication, creating users, and enabling remote access.
Learn how to install and deploy Odoo 19 inside a Python virtual environment on Ubuntu 24.04. Odoo is a popular open-source suite of business apps for CRM, e-commerce, accounting, and more.
Positional parameters are Bash variables that hold arguments passed to a script or function. Learn how to use $1, $2, $@, $#, and the shift command in Bash.