Age | Commit message (Collapse) | Author | |
---|---|---|---|
6 days | articles: arch-installation: Use qemu-img dd | xengineering | |
This avoids saving a multi-gigabyte image file to disk and streams directly to the target block device. | |||
6 days | articles: arch-installation: Add nftables firewall | xengineering | |
nftables is a modern Linux firewall software. It is enabled by default using the package-provided default rules. | |||
6 days | articles: arch-installation: Remove htop | xengineering | |
This can be installed on demand. `top` is anyway available. | |||
6 days | articles: arch-installation: Switch to vi | xengineering | |
This replaces nano as editor. | |||
6 days | articles: arch-installation: Use systemd networking | xengineering | |
This switches from: - NetworkManager - chrony to: - systemd-networkd - systemd-resolved - systemd-timesyncd - iwd This reduces the required packages, moves to more minimal software and allows convenient configuration based on simple text files. | |||
6 days | articles: arch-installation: Switch to UEFI | xengineering | |
This is an incremental step towards secure boot and modernizes the boot process. Furthermore less packages have to be installed, the bootloader configuration is simpler and everything is file-based instead of `dd`ing into the master boot record directly. | |||
7 days | articles: arch-installation: Enable serial console | xengineering | |
This allows to use the final system with Qemu's `-nographic` option. This is more convenient since no keyboard layout has to be configured and text can be copied and pasted. | |||
7 days | articles: arch-installation: Switch to GPT | xengineering | |
This allows to use bigger drives like 4 TB and above. | |||
2025-10-04 | articles: Add qemu-arch-installation.md | xengineering | |
2024-11-26 | articles: pacman: Fix typo | xengineering | |
2023-12-24 | articles: Switch to Alpine Linux version 3.19.0 | xengineering | |
2023-10-29 | Add article alpine-installation | xengineering | |
2023-09-09 | oneplus-6: Remove section `Roadmaps` | xengineering | |
2023-09-09 | Add link to ALSA API doc | xengineering | |
2023-08-28 | Rename to articles/oneplus-6.md | xengineering | |
2023-08-27 | oneplus: Add USB/IP to goals | xengineering | |
2023-08-27 | Add links to debug call audio | xengineering | |
2023-08-27 | oneplus: Switch goal from SXMO to Phosh | xengineering | |
2023-08-26 | Add articles/oneplus-enchilada.md | xengineering | |
2023-08-16 | Make article names shorter | xengineering | |
2023-05-12 | Add article about ModemManager | xengineering | |
2023-02-16 | Fix error in pacman-essentials.md | xengineering | |
2023-02-16 | Remove manual for dealing with CLI interface | xengineering | |
This fits not into this section. If mentioned at all it should get its own section. But after all it is quite obvious. | |||
2023-02-16 | Add troubleshooting advice to pacman-essentials.md | xengineering | |
The two mentioned errors are quite common when working with Arch Linux. | |||
2023-02-16 | Do not address the reader directly | xengineering | |
Just a question of style. It makes the article a bit more professional. | |||
2023-02-16 | Reduce complexity of pacman-essentials.md | xengineering | |
This article is for new users. They do not need to know *why* something works or how it could be more *convenient*. They just have to know *how* it works. | |||
2023-02-16 | Use Markdown link IDs in article | xengineering | |
This avoids line breaks or very long lines since they are not contained in the paragraphs. | |||
2023-02-05 | Add pacman essentials article | xengineering | |