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.
LATEST ARTICLES
Installing Windows 11 on VirtualBox on Arcolinux with two separate UEFI partitions
In this video we overcome any challenges that we encounter. We can not install W11 in Virtualbox the message says. We do not want to autologin with a Microsoft account but with a local account.Use a the default fake e-mail a@a.com.In this video we overcome the display...
Everything you need to know about keys
The package manager from Arch Linux aka pacman works with signed packages. To sign a package you need key. To be able to install a package you need a key. There is the "archlinux-keyring" package that will need an update from time to time and there is the...
How to install the Xanmod kernel
There is a whole playlist about installing the xanmod kernel on ArcoLinux. Find more info at the source. yay xanmod and choose.
Use hblock to improve your security and privacy by blocking ads, tracking and malware domains
Improve your security and privacy by blocking ads, tracking and malware domains.These are the exact words from the developer, Héctor Molinero Fernández, on his github site: https://github.com/hectorm/hblock This tool will basically change the content of your...
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
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...