© 2022 Hashnode
#linux-basics
A lot of people find Linux more challenging as an operating system especially when they are coming from the comfort of using Windows or macOS. Here, I'm presenting you the basic but very important Lin…
I am writing this blog after watching the Linux and Docker Fundamentals workshop by Saiyam Pathak. Though I am only done with the Linux fundamentals but this in itself is quite informative. So, let's …
What user & Group means in Linux operating system? User A user is an entity, in a Linux operating system, that can manipulate files and perform several other operations. Each user is assigned an ID th…
Hey there🎉, Welcome back to this space, I really hope you have been out learning. We would be discussing Linux today. What it is, Its Pros, Cons and how to get started with using it. History Of Linux…
LAY THE FOUNDATION STRONG! Start Learning LINUX.. Linux Operating system finds it roots from UNIX invented in early 1970’s and was very popular until 1990’s. As UNIX Operating System marched its way h…
Are You a Beginner in LINUX?HEAD START HERE . . . Nice Stuff to Know! Root user in Linux is a privileged account that has no restrictions. Root user has access to the hardware/devices in the Kernel sp…
The host's name I recently had to add a standalone Ubuntu 20.04 Linux PC to an Active Directory (AD) 2012 domain. And one of the first things I needed to do was to change the PC's hostname to comply w…
Backstory As I was getting involved with technologies and knowing more about what our machines run and how effectively we can complete our tasks using better technologies which in our case is using a …
Shell - It is a Command line Interface that will interpret our commands. It executes each and every command line by line. Since everything in Linux is a File(even the commands) how will the Operating …