Menu

gabeeOSLinux / Blog: Recent posts

Alias XBPS

For those who prefer to handle xbps by console instead of using OctoXPBS for everything related to the installation / uninstallation, search, etc, of packages as well as the system update, I have created some aliases to simplify the xbps commands, as well as the following aliases for the ls command, kitty themes, and eza.

They are:

Alias XBPS

alias install='sudo xbps-install -S'
alias remove='sudo xbps-remove -R'
alias update='sudo xbps-install -S'
alias upgrade='sudo xbps-install -Su'
alias find='xbps-query -Rs'
alias orphan='sudo xbps-remove -ov'
alias clean='sudo xbps-remove -Ov'
alias services='sudo vsv -c yes status'... read more

Posted by gabeeOS Linux 2020-11-19 Labels: xbps octoxbps alias gabeeos void linux

Update

I have created the Distro directory where I will upload the updated iso.

In this case I uploaded the version gabeos-live-installer-x86_64-5.8.18_1-20201116.

In it I changed the Display Manager Lightdm for GDM.

For those who have downloaded the iso above and want to use GDM, just do the following.

From the graphical environment, press the CTRL + ALT + F3 keys. This will open a tty.

Log in as a user and type: ... read more

Posted by gabeeOS Linux 2020-11-17 Labels: linux gdm gabeeos void gnome