The shell. Your interface to the Linux system

The shell is certainly one of the most significant programs of the Linux system as it allows the interfacing and the dialogue between user and system. Through the shell it is possible to issue commands to the system and it is also used as a programming environment through script shells that contain system commands. There are different types of shells,[…]

Read more

Basic Git commands to use every day

Git is a free and open-source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is the best and most popular tool for doing source control.  There used to be competitors, but why waste bytes listing them…  Git was created by the infamous Linus Torvalds (the founder of Linux). Linus[…]

Read more