Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Arch Linux: Basics
Rating: 3.4 out of 5(15 ratings)
97 students

Arch Linux: Basics

Learn Arch and start your journey to becoming a linux expert
Created byHarvey Taylor
Last updated 1/2018
English

What you'll learn

  • install Arch Linux onto their own machine
  • understand history of arch linux
  • know basic commands to help get started
  • be able to write a basic batch script

Course content

1 section6 lectures42m total length
  • Introduction/ Lesson 13:19

    welcome to Arch Linux Basics!

  • Lesson 2: Installing Arch12:20

    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

  • Lesson 3: Installing graphical interfaces5:58

    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

  • Lesson 4: Unix Commands11:31

    in this lecture I will be going through all the commands on the cheat sheet in detail. 

  • Lesson 5: Editors4:30

    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.

  • Lesson 6: Bash Scripts4:56

Requirements

  • You should be able to use a pc confidently

Description

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. 

Who this course is for:

  • linux users
  • debian users (ubuntu)