console.log("hello")

Linux Basics

What is Linux

A brief introduction...

Linux is a free and open source operating system. It is developed by Linus Torvalds, a programmer and the creator of the Linux operating system. Development of Linux originially started in 1991 and has quickly grown to be one of the most popular operating systems in the world.

The syntax of Linux commands are very similar to that of Unix. You'll find that in the tech world, that the Linux operating system is the most popular choice for servers. Although, Windows and MacOS can still be used as servers. A plethora of cybersecurity tools are generally designed for Linux. There are many Linux Distributions that you can use, the most popular one for cybersecurity is Kali Linux. It's advised that if you're new to Linux you use a distribution like Ubuntu.

Picture of Linus Torwalds, the creator of Linux

Understanding the Linux architecture.

Linux architecture is based on a modular approach. The kernel, which is the core of the operating system, manages the resources of the computer and provides services to applications. The shell is a command line interpreter that allows users to interact with the kernel. The hardware consists of the physical components of the computer, such as the processor, memory, and storage devices. The utilities are programs that provide functions that are not directly related to the operation of the computer, such as text editors and file managers.