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
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...
Add your personal aliases to zsh the smart way
Since we always use skel to copy/paste the files from /etc/skel to your home directory, the .zshrc is overwritten every time. We have included the following lines to the .bashrc. [[ -f ~/.zshrc-personal ]] && . ~/.zshrc-personal If you create a file on your...
Add your personal aliases to bashrc the smart way
Since we always use skel to copy/paste the files from /etc/skel to your home directory, the bashrc is overwritten every time. We have now included the following lines to the .bashrc. [[ -f ~/.bashrc-personal ]] && . ~/.bashrc-personal If you create a file on...