
welcome to Arch Linux Basics!
before you get started with this video you will need to burn arch Linux onto an iso disk (usb disk).
Arch downloads: https://www.archlinux.org/download/
and then you will need to boot from it.
Wifi: https://wiki.archlinux.org/index.php/Wireless_network_configuration
other graphical interfaces you can install include
openbox:
--xfce:
"exec startxfce4"
sudo pacman -S xfce4
--gnome:
"exec gnome-session"
sudo pacman -S gnome
--cinnamon:
"exec cinnamon-session"
sudo pacman -S cinnamon
--mate:
"exec mate-session"
sudo pacman -S mate
--openbox:
"exec openbox-session"
sudo pacman -S openbox
--i3:
"exec i3"
sudo pacman -S i3
--awesome:
"exec awesome"
sudo pacman -S awesome
--deepin
"exec startdde"
sudo pacman -S deepin
--LXDE
"exec startlxde"
sudo pacman -S lxde
in this lecture I will be going through all the commands on the cheat sheet in detail.
In this Lecture I will go through 2 of the most used text editors on the cheat sheet from lecture 4 other text editors have been mentioned.
start your Linux journey. join me and a new army of people who don't want to pay high prices for tools that we don't like just because they're the only ones on the market. set up a new development environment personalized to you without silly extras or annoying features. get started with a basic knowledge of Arch Linux and find your way from there.
learn:
- The history of Arch Linux.
- How to install Arch Linux.
- Basic commands of arch (with free cheat sheet).
- Personalising your System (GUIs and audio).
- Bash Scripting.