Sometimes tutorials are not specific to ANY desktop. They apply to ArcoLinux, Arch Linux or just Linux.
You can find those here and on ArcoLinux.com.

Tutorials related to ANY desktop

Need to know about scripts

Need to know about scripts

When you install software on your computer, you type in the terminal sudo pacman -S ... sudo yay -S ... When you write these commands in a file and make it executable, you get a script. Scripts are there to assist us when we re-install ArcoLinuxD or Arch Linux. They...

12 How to install and configure obs-studio – any desktop

12 How to install and configure obs-studio – any desktop

Obs-studio is a tool to stream your desktop, sound, webcam, … to youtube (and other services). sudo pacman -S obs-studio Read more about it on Open Broadcaster Software at https://obsproject.com. This application is certainly NOT A MUST for the average user. Only...

6 Changing the logo of Neofetch – any desktop

6 Changing the logo of Neofetch – any desktop

Check the manual of any application. In this case man neofetch We need to tell neofetch to use the option - -source to load another image or logo. We get our ArcoLinux logo's with the package from the conky's : arcolinux-conky-collection-git. It is installed in...

How to get the latest updates in from github any desktop

How to get the latest updates in from github any desktop

The scripts on https://github.com/arcolinuxd are constantly improving. When we use ArcoLinuxD we will install a base Arch Linux and then it is up to us to decide what desktop environment you would like Xfce, Openbox, i3wm, Budgie ,... and so many others. Getting the...

13 – installing the aureola conky’s on any desktop

13 – installing the aureola conky’s on any desktop

Conky is a free software system monitor. It is available for Linux. Conky is highly configurable and is able to monitor many system variables including the status of the CPU, memory, swap space, disk storage, temperatures, processes, network interfaces, battery power,...

8 – Installing software via the terminal any desktop

8 – Installing software via the terminal any desktop

Installing software can be done via gui (graphical user interface) like pamac and gnome-software explained here. But it can be done via terminal as well. Our Arch fun starts on the AUR or Arch User Repository. Check out what other people find great. Votes...