Steam Hardware & Software Survey

Blog content
Linux Statistics 2023 - TrueList
Read on to discover the most relevant Linux statistics and learn about its user demographics, market share and adoption, usage data, and more!
Stack Overflow Developer Survey 2022
In May 2022 over 70,000 developers told us how they learn and level up, which tools they’re using, and what they want.
ReVanced Manager guide for dummies : r/revancedapp
Posted by u/SpongederpSquarefap - 3,762 votes and 842 comments
Offline installation - ArchWiki
Unofficial user repositories - ArchWiki
¿Qué es una ROM en Android?: definición y tipos
Para aquellos más nuevos, aquí explicamos qué es una ROM, qué tipos hay y en qué nos beneficia
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
BBCode format - archlinux
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 ./*
Archiso - ArchWiki
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...
Setup Qemu in Arch Linux - ChrisTItus
Having Fun with Technology
Attachment - KDE
IndexedDB - Javascript
Hosting services - MediaWiki
What Is an XAPK File and How Do You Install One on Android?
How to view-source of a Chrome extension
How to view-source of a Chrome extension · GitHub
Los poderosos CEOs de la India que dirigen grandes compañías
Grandes empresas, entre ellas varias tecnológicas, son comandadas por CEOs de la India. El talento indio ha ganado un amplio reconocimiento...
Mirroring Github repos to Codeberg
Interactive Piano Reference to All Major & Minor Scales | muted.io
Interactive piano reference for major and minor scales (diatonic scales), their notes, note placement on the piano keyboard and their relative minor or major.
Learning path | ArcoLinux
Archiso - ArchWiki
How I Built My Own Linux Distribution - Idalko
There’s a lot you can do when it comes to open-source software thanks to its in-built flexibility, scalability, and adaptability. You can even decide to make a new product based on your specific requirements. In this blog post, you'll be walked through the journey of building a Linux distribution called TOS.
The Complete List of Command Prompt (CMD) Commands
A complete list of the over 280 Command Prompt commands across Windows 11, 10, 8, 7, Vista, and XP, including full descriptions of each CMD command.
Windows commands | Microsoft Learn
Reference
Network configuration - ArchWiki
libinput - ArchWiki
boot - How do I enter the BIOS/UEFI from Ubuntu? - Ask Ubuntu
Windows 10 has a feature to enter BIOS/UEFI directly from the OS, which is handy for machines that do not allow you to enter them during startup.
I would like to install Ubuntu on an OEM device and
Comparison of init systems - Gentoo Wiki