Arcolinux.com covers
Learning phase 1

Please read following essential posts
ArcoLinux Core Info
ArcoLinux Fast Track

LEARNING PATH

You have downloaded the ArcoLinuxL iso. You can install ArcoLinux either on a virtual machine or on an SSD.

We recommend clicking on “Start here” and working your way down the menu.

Use the search or the listing page to look for specific items. Or simply explore the website.

On ArcoLinux.com you will find mostly articles about Linux in general.

 Take a look at all the categories.

burn to usb

Calamares

SKEL

VirtualBox

GET A BAY

CREATE YOUR OWN REPOSITORY

CURSORS

arch-chroot can fix anything

BTRFS and backups

KEYS AND FIX THE KEYS

Create your own
personalized perfection
with scripts

ArcoLinux Nemesis scripts as example

LATEST ARTICLES

Looking for an Office application on Linux

Looking for an Office application on Linux

Here we show you how easy it is to install either libreoffice-still (stable) libreoffice-fresh (cutting-edge) But there is more - follow in the coming years what office tools come and go and install them via pacman or an AUR helper like yay, paru, trizen and others.

Creating radar grub theme

Creating radar grub theme

We were installing a grub theme from VandalByte called darkmatter and got some more whatifs. What if we create our own theme on this code What if we change the wallpaper What if we change the size of the font What if we changed the dimensions of the window What if we...

How to install the linux-clear kernel or build it

How to install the linux-clear kernel or build it

There is a whole playlist about installing the xanmod kernel on ArcoLinux if you want to learn more about building kernels. yay linux clear and choose. Our advice is to build and install the headers as well. If there is an application/driver that needs it ... The...

Use asciinema to show what goes on in your terminal

Use asciinema to show what goes on in your terminal

To give better support we need to see your terminal output. This will be great if you are on ArcoLinuxD. Then we do not have a graphical interface. Asciinema is going to record what is happening in your terminal. asciinema rec Type exit to stop recording. You will get...

Add your personal aliases to fish the smart way

Add your personal aliases to fish the smart way

Since we always use skel to copy/paste the files from /etc/skel to your home directory, the config.fish is overwritten every time. We have included the following lines to the config.fish. There are more possibilities. # Aliasesif [ -f $HOME/.config/fish/alias.fish...