First create a service file Add to the file the docker compose service like so, Then enable the service Then start the service Check the…
Read Full ArticleManaging WSL distributions in Windows Powershell
To list distributions Output would look something like this The asterisk is the default one. To change the default distribution To remove a distribution in…
Read Full ArticleCreate a Gitlab Runner for your Gitlab Projects in Ubuntu
The documentation for installing a gitlab runner can be found here:https://docs.gitlab.com/runner/install/linux-repository.html Run this command which will add the repository and run apt-get update Install the…
Read Full ArticleCheck clockspeed of your processor on Ubuntu
General MHz for the CPU, max and current Individual Hertz for each CPU core
Read Full ArticleHow do I make Git ignore file mode (chmod) changes?
In order for your git project to ignore permissions changes run the following command:
Read Full ArticleAdding directories into your $PATH in Ubuntu Linux
To add directories into your Path in Ubuntu Linux, first, run the following command to edit the .bashrc file. At the very end you can…
Read Full ArticleHow to increase the storage of a Linux EC2 instance
Before we get into the how to increase system storage on an EC2 instance, let me provide you with this cool terminal command to find…
Read Full Article