When cloning a Git repository or creating new feature branches, you will have to set upstream branches in order to work properly. But what are upstream branches? Upstream branches are…
October 2019
-
-
After creating disk partitions and formatting them properly, you may want to mount or unmount your drives. On Linux, mounting drives is done via mountpoints on the virtual filesystem, allowing…
-
As a GitHub user, you may want to add and setup SSH keys to your repositories in order for them to be easily accessible. SSH keys are one of the…
-
As a system administrator, you may be asked to manage disks between different operating systems such as Windows, Linux and MacOS. As a consequence, you may have to format your…
-
Git is by far one of the most popular version control system available for developers. Created in 2005 by Linus Torvalds, the creator of the Linux operating system, Git is…
-
This tutorial discusses the ways to check disk space on Linux using the command line or graphical tools. As a system administrator, you always want to make sure that you…
-
-
As a system administrator, creating partitions on Linux for your disks is a very common task. You may want for example to add some extra space to some directories on…
-
On Linux, hidden files are files that are not directly displayed when performing a standard ls directory listing. Hidden files, also called dot files on Unix operating systems, are files…
-
BasicsLinux System Administration
How To Set and Unset Environment Variables on Linux
by schknby schknOn Linux, knowing how to set and unset environment variables is essential to manage your hosts. Environment variables are a set of key value pairs stored on your Linux and…