
Today we’ll go through a few of the very simple steps to rename Git branches which maybe present locally or on a remote server.
Th[os]e days [and nights] of hacking. (hd!)
Today we’ll go through a few of the very simple steps to rename Git branches which maybe present locally or on a remote server.
The .screenrc file resides in your home folder which is /home/{your_username}/.screenrc
Netcat (nc) is often called the Swiss army knife of networking on Linux. Let us see a few important things that we can achieve with the nc command when we are tasked with networking on Linux. […]
Today we’ll try to see a few things we can do with the screen command. If you wish to have multiple bash terminals running in […] Read More
Virtual environment (virtualenv) helps us have different python versions & different python libraries and their versions installed on our system in isolated environment […]