Step by step on how to solve the "fatal: BRANCH RENAME FAILED" error when trying to rename the name of a git branch.
How to install Git on Linux Mint, Ubuntu and Debian, Windows or MacOS derivatives?
Linux is a multiuser operating system, and thanks to this several people may be authenticated and working on a particular machine at the same time.
To ensure safety, as good practice users do not share credentials in the same account, and each person will have their own access user. This means that best practices...

Bash is a command line language (you know that black screen) for Unix based operating systems such as Linux. It allows you to control your computer using programmable commands. Being a software developer or system administrator, there are several reasons why learning Bash or Shell and get the best out of the...

Latency and bandwidth are two characteristics that can be measured in communication traffic between computational networks such as the internet.
One of the most misunderstood concepts in network is speed and capacity. Many people believe that speed and capacity are the same thing. When you hear someone say “my...
How to create permanent `bash aliases` to use whenever you open your terminal in Linux.