mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

11K
active users

#CachyOS

5 posts5 participants0 posts today

Shell alias in CachyOS

feddit.org/post/9307218

feddit.orgShell alias in CachyOS - feddit.orgWhile i was searching for the fastfetch config file, i was discovering the cachyOS config for the fish shell. It has some nice alias: ## Useful aliases # Replace ls with eza alias ls='eza -al --color=always --group-directories-first --icons' # preferred listing alias la='eza -a --color=always --group-directories-first --icons' # all files and dirs alias ll='eza -l --color=always --group-directories-first --icons' # long format alias lt='eza -aT --color=always --group-directories-first --icons' # tree listing alias l.="eza -a | grep -e '^\.'" # show only dotfiles # Common use alias grubup="sudo grub-mkconfig -o /boot/grub/grub.cfg" alias fixpacman="sudo rm /var/lib/pacman/db.lck" alias tarnow='tar -acf ' alias untar='tar -zxvf ' alias wget='wget -c ' alias psmem='ps auxf | sort -nr -k 4' alias psmem10='ps auxf | sort -nr -k 4 | head -10' alias ..='cd ..' alias ...='cd ../..' alias ....='cd ../../..' alias .....='cd ../../../..' alias ......='cd ../../../../..' alias dir='dir --color=auto' alias vdir='vdir --color=auto' alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' alias hw='hwinfo --short' # Hardware Info alias big="expac -H M '%m\t%n' | sort -h | nl" # Sort installed packages according to size in MB alias gitpkg='pacman -Q | grep -i "\-git" | wc -l' # List amount of -git packages alias update='sudo pacman -Syu' # Get fastest mirrors alias mirror="sudo cachyos-rate-mirrors" # Help people new to Arch alias apt='man pacman' alias apt-get='man pacman' alias please='sudo' alias tb='nc termbin.com 9999' # Cleanup orphaned packages alias cleanup='sudo pacman -Rns (pacman -Qtdq)' # Get the error messages from journalctl alias jctl="journalctl -p 3 -xb" # Recent installed packages alias rip="expac --timefmt='%Y-%m-%d %T' '%l\t%n %v' | sort | tail -200 | nl" please for sudo is funny^^
Continued thread

Frage an die Linux Gaming Pros:
Angenommen, ich wöllte mir ein gebrauchtes Notebook (HP, CPU: AMD, RAM: 8 GB) mit einer speziellen "Gaming-Distro" bestücken, welche würdet ihr bevorzugen?

Gerne in die Kommentare, aus welchem Grund / Gründen ihr dazu raten würdet.

:boost_animated:

"Ranking Linux Distributions for Gaming and Content Creation in early 2025"

video.fosswelt.org/watch?v=thWre8VJJyI

(
youtu.be/thWre8VJJyI)

#Linux #LinuxGaming #Nobara #CachyOS #PikaOS #SteamOS #Umfrage

video.fosswelt.orgInvidious Router

howtogeek.com/cachyos-might-be

A review of the CachyOS Linux Distro.

An arch based distro with optimizations geared towards performance.

It uses the BORE kernel scheduler, the packages are optimized for x86–64-v3, x86–64-v4, and the Zen4 instruction sets.

It has a great installer with a lot of choices, it defaults to BTRFS but offers all the common file systems.

Choices for Boot-loaders: Grub, reFind, System-D.

And (if I count right) 17 Desktop Environments to choose from.