Catalyst Blog

Before Switching to Linux - Learn the Shell

Cover Image for Before Switching to Linux - Learn the Shell
jdev082

While you don't typically need to learn basic Linux commands before installing a distribution I highly recommend to do so. Reason being, if your system breaks and you have data. It can be a pain to back it all up and such, and a majority of the time you are only a couple of commands away from fixing your system!

How to learn the shell?

Now, if you use MacOS you can likely skip this step entirely if you use the terminal. MacOS uses zsh and Linux distributions typically use bash. Both are very similar. If you are a Windows user, you are goin to want to use WSL which stands for Windows Subsystem for Linux (confusing name right?).

Setup

There are a couple of prerequisities:

- Windows 10 Build 2004 or later

- A system with virtualization support

To setup wsl, it's a one command thing.

wsl --install

After that, let it run then open the Ubuntu app from your start menu. It will prompt you to set a password, go ahead and do that.

Learning the Shell

There are many guides such as the one below on Linux's simple set of preinstalled commands.

https://www.hostinger.com/tutorials/linux-commands


More Stories

Cover Image for Arch Linux, and should and shouldn't use it

Arch Linux, and should and shouldn't use it

Arch Linux is a rolling release distribution (this means packages are updated continuously) with a manual installation progress that lets the user decide how their system is setup.

jdev082
Cover Image for The Failure of Catalyst 5

The Failure of Catalyst 5

What happened. What you can do. And the latest.

jdev082