Linux

How To Change MySQL Binary Log Files Location To Another Directory in Linux

By default, MySQL stores its binary logs at /var/lib/mysql (that is true for most MySQL installations. If you can’t find it there, google it) Here is a quick overview of what we are going to cover in this tutorial: Modify MySQL Configuration File The first step is to modify the MySQL configuration which is located […]

How To Change MySQL Binary Log Files Location To Another Directory in Linux Read More »

How to Securely Clone a Private GitHub Repository to Your Server with SSH

In this guide, I will show you how you can easily and securely clone and deploy a private GitHub Repository to any server that has SSH enabled without exposing your GitHub account credentials to the server or giving the server any unnecessary access to your Github account. We will do it using the Deploy keys

How to Securely Clone a Private GitHub Repository to Your Server with SSH Read More »

How to Install File Browser on Ubuntu with Nginx

Filebrowser is a file manager that is free and open source. It provides all the functionalities expected from any file manager such as copying, moving, deleting, and renaming files and directories. Moreover, it provides an authentication and authorization system where you can manage users and their roles. Based on the official Filebrowser GitHub repository, it was

How to Install File Browser on Ubuntu with Nginx Read More »

Scroll to Top