GithubHelp home page GithubHelp logo

superstylin04 / installer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anarchylinux/installer

0.0 1.0 0.0 87 MB

Anarchy Linux - A simple and intuitive Arch Linux installer. https://www.anarchylinux.org/

License: GNU General Public License v2.0

Shell 100.00%

installer's Introduction

Anarchy logo

Anarchy Linux

A simple and intuitive Arch Linux installer.
Anarchy: quick, easy, and straight forward, following the "Keep it simple stupid" principle.

Home page | Download | Telegram group

About

Anarchy Linux is an Arch Linux installer providing a hassle-free pure installation and polished user experience. Every aspect of the install is taken into account from partitioning and general system configuration, to installing your favorite DE/WM and additional software from the official Arch Linux repos.

The Anarchy installer is intended to provide both novice and experienced Linux users a simple and pain free way to install Arch Linux. Install when you want it, where you want it, and how you want it. That is the Anarchy philosophy.

Anarchy aims to provide a polished and pure Arch install while leaving open every possible configuration avenue for the user to choose from.

Screenshots

About three main screenshots coming...

Features

Large selection of kernels

  • base or base-devel system installation
  • default linux kernel
  • hardened linux kernel
  • LTS (Long Term Support) linux kernel
  • zen linux kernel

Multiple partitioning methods

  • Automatic partitioning (optional swap)
  • Automatic LUKS-encrypted partitioning on LVM (optional encrypted swap)
  • Manual partitioning

A whole bunch of optional DEs and WMs

(Desktop Environments and Window Managers)

Completely customized

  • Anarchy Cinnamon edition
  • Anarchy GNOME edition
  • Anarchy OpenboxWM edition
  • Anarchy XFCE edition
  • Anarchy Budgie edition

Not customized

  • AwesomeWM
  • Bspwm
  • Cinnamon
  • Deepin
  • Enlightenment
  • Fluxbox
  • GNOME
  • GNOME Flashback
  • i3
  • KDE/Plasma
  • LXDE
  • LXQT
  • Mate
  • Openbox
  • Sway
  • XFCE
  • Xmonad

A selection of graphics drivers

  • ATI/AMD xf86-video-ati open source drivers
  • Intel xf86-video-intel open source drivers
  • NVIDIA xf86-video-nouveau open source drivers
  • NVIDIA stable, 390xx, 340xx proprietary drivers
  • VirtualBox Guest Utilities Drivers

Your choice of bootloaders

  • GRUB2
  • Syslinux
  • Systemd-boot

With support for UEFI and os-prober (for dual booting)

Network utilities

  • Netctl
  • NetworkManager + its applet
  • WPA Supplicant
  • WPA ActionD
  • Wireless Tools

Additional optional software

The installer features a long list of optional software from the following categories:

  • Audio
  • Games
  • Graphics
  • Internet
  • Multimedia
  • Office
  • Terminal
  • Text editors
  • Shells
  • System

AUR support

The installer has AUR support enabled by default using the yay AUR helper.

Installation

Verifying the checksums

It's recommended that you verify the checksums before using Anarchy.

On Linux, this is a very simple thing to do. Run the following command in a terminal:

sha256sum -c anarchy-(version)-(architecture).iso.sha256sum

If the image (ISO file) was fully and correctly downloaded you should see something like this:

anarchy-1.0.5-x86_64.iso: OK

On Windows you have to get some external tools. An example is sha256sum.exe, which you can run in cmd like so:

sha256sum.exe anarchy-(version)-(architecture).iso

Note that unlike its Linux counterpart, it will only display the sha256 checksum of the image, not compare it with the generated checksums as well. So make sure to open the .sha256sum file in a text editor and compare the hashes yourself.

Windows

The best tool to flash Anarchy Linux to a USB is Win32DiskImager. Download it, choose the Anarchy image (ISO), select the wanted USB and press write.

THIS WILL COMPLETELY WIPE YOUR USB! YOU HAVE BEEN WARNED.

Linux

The fastest method, although not the safest or easiest for most beginners is to use dd.

DON'T COPY AND PASTE THE TEXT BELOW AS ANY DISK YOU SELECT WILL BE COMPLETELY WIPED!

Replace x with your USB device's letter (use lsblk to check which letter it was assigned, usually it's "b"):

sudo dd if=./<anarchy-image.iso> of=/dev/sdx bs=4M status=progress && sync

You can also use GUI based software such as Etcher.

Contributing

We're always looking for new contributors to the project, so check out our contributing guide for more info.

License

The project is licensed under the GNU GPLv2 license.

installer's People

Contributors

condor2 avatar deadhead420 avatar pnedkov avatar fredbezies avatar bricabraque avatar frnogueira avatar pandafoss avatar kaobear avatar mauladen avatar miriswisdom avatar pingusama1 avatar jvruyu avatar tenten8401 avatar dragius avatar crimier avatar andrew-grechkin avatar firminator avatar baltazaras avatar daylien avatar ftes avatar m00nyone avatar phenri avatar mikunimaru avatar includes08 avatar sfanxiang avatar robsonsilv4 avatar oscarholst avatar unicodex avatar gmcclins avatar angristan avatar

Watchers

James Cloos 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.