-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This wiki contains short guides and overviews of Linux terminal commands used for basic system maintenance. Some of the commands covered in this wiki are exclusive to Arch Linux-based systems, and may differ from those used in Ubuntu, Fedora, and other distros.
Note
Endeavour OS is a resource-light and terminal-centric distro based on Arch Linux. Along with the classic Arch installation experience for power users, it also provides an easy installation and setup process via the Calamares tool.
Linux systems are highly customizeable but require more hands-on maintenance to run smoothly. Users should regularly:
-
Back up system files
-
Update important programs
-
Clean out old or unused files
Through various terminal commands, users can upgrade essential packages, obtain new program features, and ensure system stability and security.
-
Create system backups (
timeshift) -
Clean system files (
paccache,journalctl) -
Update mirrors (
eos-rankmirrors,reflector-simple) -
Update system packages (
pacman,yay,eos-update) -
Resolve config conflicts (
eos-pacdiff,pacdiff,meld)
-
Change login background (
nano,slick-greeter) -
Copy cursor screen selection (
xfce4-screenshooter) -
Enable
cronscheduler (timeshift,cron,systemctl) -
git cloneto a location (git,git clone,cd)