Git is a popular version control system used by developers around the world. It allows you to track changes to your code, collaborate with others, and revert to previous versions if needed. Git can be used on the command line or through a graphical user interface (GUI). In this post, we’ll cover some of the...Continue reading
Category: Cheat Sheets
Must Know Docker Commands
These are just some of the most commonly used Docker commands. There are many more commands available that can be used to manage and interact with Docker containers and images. You can find a full list of commands in the Docker documentation. docker build This command builds an image from the Dockerfile located in the...Continue reading
NGINX Server Profile, The Basics.
A server profile in Nginx is a configuration block that defines how the server should handle requests for a specific domain or subdomain. It specifies the root directory for the website’s files, the default file to be served when the URL does not specify a filename, and can also include other configuration options such as...Continue reading
MariaDB Must Know Commands
MariaDB provides a wide range of tools and utilities to manage the database, and one of the most powerful tools is the command-line interface (CLI). In this blog post, we will discuss some must-know MariaDB commands that will help you manage your database more efficiently. Logging into MariaDB: To log into MariaDB, you can use...Continue reading
30 Useful NGINX Administration Commands
NGINX is a powerful web server and reverse proxy that is widely used in the industry. As an administrator, it is important to have a solid understanding of the NGINX configuration and how to manage it efficiently. In this list, we have compiled 30 useful NGINX administration commands that can help you with tasks such...Continue reading