While programming you may come across many instances where you would like to check if a substring exists in a bigger string. These kind of […] Read More
How to open different terminal profiles in different tabs This has been tested on Ubuntu 18.04 (bionic beaver). So let’s start: Open the terminal app […] Read More
When we work on Linux, we want to know why our computer lags and is slow.One of the reasons is filling up of the RAM […] Read More
We will see how to ignore files that are already added previously to your git repository. Use the following commands to ignore changes to a […] Read More
There’s a simple way to ignore files/folders to stop showing up in your git status. Please remember these are the “new” files and folders that […] Read More