Content

Content

9611 bookmarks
Newest
EL ABRAZO DEL DRAGÓN - YouTube
EL ABRAZO DEL DRAGÓN - YouTube
💚SUSCÍBETE AL CANAL 💚para no perderte los siguientes vídeos 👉https://www.youtube.com/@victorbrossah 🔴TODO CAERÁ ¡Un vídeo imprescindible!! ✨📢Si lo entie...
·youtube.com·
EL ABRAZO DEL DRAGÓN - YouTube
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.
Generating a new SSH key
ssh-keygen -t ed25519 -C "your_email@example.com" && eval "$(ssh-agent -s)" && 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