Coder Social home page Coder Social logo

archguide's Introduction

ArchGuide

A Guide to help you install archlinux easily without hurting your brain

ArchLinux Installation and setting up users guide:

(use the archwiki installation guide if you don't know how to do a certain step)

  • Download your iso

  • Boot from the .iso (either in VirtualBox or by making a bootable USB)

  • Partition your disks, "lsblk", "cfdisk /dev/"

  • Format your disks (ext4 for boot and root)

  • Mount your disks, mount the boot partition to /mnt/boot, mkdir /mnt/boot

  • "pacstrap /mnt base base-devel linux linux-firmware vim"

  • Generate your fstab file "genfstab -U /mnt export to /mnt/etc/fstab"

  • Chroot into Arch "arch-chroot /mnt"

  • Install grub and network manager "pacman -S networkmanager grub"

  • Make network manager run at startup "systemctl enable NetworkManager"

  • Configure Grub "grub-install /dev/sda && grub-mkconfig -o /boot/grub/grub.cfg"

  • set password for root user, "passwd"

  • Configure local and timezone "ln -sf /usr/share/timezone/ /etc/localtime"

Edit (vim) /etc/locale.gen

uncomment en_US.UTF-8 UTF-8 and other needed locales.

Generate the locales by running:

"locale-gen"

Create the locale.conf file, and set the LANG variable accordingly:

"vim /etc/locale.conf"

LANG=en_US.UTF-8

  • exit chroot, unmount, and reboot into your arch environment

Users creation and finalizing:

  • create user, "useradd -mg wheel "

  • set password for new user, "passwd "

  • uncoment line "wheel ALL=(ALL) ALL", vim etc/sudoers

add line, "Defaults !tty_tickets" (prevents asking for root passwd second time)

  • install a Dekstop Environment or a Window Manager

if Window Manager, then install "xorg-server" and "xorg-xinit" using pacman

  • show that you're cool by running neofetch :D

Thx.

archguide's People

Contributors

hasanabbadi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.