Content

Content

9476 bookmarks
Newest
Nitrux - SourceForge
Nitrux - SourceForge
Download Nitrux for free. Simple, quick and responsive. That's Nitrux. Nitrux is a Linux desktop distribution directly based on Debian. It uses the Calamares installer and includes NX Desktop and NX Firewall on the KDE Plasma 5 desktop environment and KDE Applications.
·sourceforge.net·
Nitrux - SourceForge
Generating a new SSH key and adding it to the ssh-agent - GitHub Docs
Generating a new SSH key and adding it to the ssh-agent - GitHub Docs
After you've checked for existing SSH keys, you can generate a new SSH key to use for authentication, then add it to the ssh-agent.
ssh-keygen -t ed25519 -C "your_email@example.com"
eval "$(ssh-agent -s)"
Start the ssh-agent in the background.
Generating a new SSH key
ssh-keygen -t ed25519 -C "your_email@example.com" && eval "$(ssh-agent -s)" && ssh-add ~/.ssh/id_ed25519
$ ssh-add ~/.ssh/id_ed25519
ssh-add ~/.ssh/id_ed25519
·docs.github.com·
Generating a new SSH key and adding it to the ssh-agent - GitHub Docs
pacman/Tips and tricks - ArchWiki
pacman/Tips and tricks - ArchWiki
repo-add /path/to/repo.db.tar.gz /path/to/package-1.0-1-x86_64.pkg.tar.zst
A package database is a tar file, optionally compressed. Valid extensions are .db or .files followed by an archive extension of .tar, .tar.gz, .tar.bz2, .tar.xz, .tar.zst, or .tar.Z.
repo-add /path/to/repo.db.tar.gz /path/to/*.pkg.tar.zst
/etc/pacman.conf [custom] SigLevel = PackageRequired Server = file:///mnt/repo/Packages
repo-add ./custom.db.tar.gz ./*
·wiki.archlinux.org·
pacman/Tips and tricks - ArchWiki
UEFI dbx update on Arch - Endeavouros forum
UEFI dbx update on Arch - Endeavouros forum
Messing around with Arch Kde Plasma and Wayland. I notice this update that is UEFI dbx from Microsoft? The package is not in the repo and I’m not sure where it’s coming from. Not sure exactly what it is but it looks like some kind of database file? I’m hesitant to install it. Wondering if anyone has seen this on EndeavourOS? Arch has Discover included in the install and that is where i am seeing the update. If i run an update in the terminal there is nothing. Hmm? Strange? 🤔 Any though...
·forum.endeavouros.com·
UEFI dbx update on Arch - Endeavouros forum