Hi all, I just installed this distro as a part of my experiments to find a good daily driver distro. It's been flying (I'm not used to speed like this. lmfao). Just curious to know if the devs are on Lemmy or are they only on reddit?
I am a long term Arch user. I consider to recommend CachyOS to a friend with very limited technical knowledge. I read CachyOS is suitable for Linux beginners.
But since it is based on Arch, doesn't that mean manual user intervention is sometimes necessary like it is in Arch?
If it is, I don't think it is suitable for a noob user.
Sorry if this is a stupid question, but I could not find anything about manual intervention or about checking Arch news before updating in the Cachy wiki or anywhere else.
To boot into a BTRFS snapshots from rEFind boot manager.
Additional Info:
So, apparently, to restore the BTRFS snapshot of a root subvolume, I shouldn't do it with the root partition being actively used.
So, I need to boot into the desired snapshot from the boot manager itself.
GRUB has grub-btrfs, which lets you boot into snapshot from OS selection screen itself.
rEFInd has refind-btrfs, which should do the same as grub-btrfs. But it didn't in my case. I am not seeing any way to boot into a snapshot from rEFInd.
I use BTRFS Assistant with snapper to manage snapshots.
I am not seeing any way to restore the snapshot from live environment too.
I am using CachyOS (Arch) with Plasma DE.
I suspect the reason is my unusual /efi/boot partition layout. (attached below)
I did my partition this way because, my initial EFI partition had less sto
While i was searching for the fastfetch config file, i was discovering the cachyOS config for the fish shell. It has some nice alias:
undefined
## 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 ..
I'm in the market for a new laptop and I've been checking out the Lenovo Slim 7i (14” Intel) Gen 9, which comes with an Intel Core Ultra 7 155H, 32GB of soldered RAM, and a 1920x1200 60Hz OLED display. This setup is priced just over a grand (USD).
I installed CachyOS with Plasma DE and found it has no discover in it. When I searched on their sub lots of people say that one shouldn't use Discover with any Arch distro as it will break the system. Can anybody clarify why?
Also if I am not supposed to use Discover, can anybody suggest an actual GUI application store? Unlike Octopi (which I consider just as a TUI with check boxes and columns)
Edit: I only use Discover for find and install new apps.