Difference between revisions of "Projects:PinePhone Daily Driver with Arch Linux"
Jump to navigation
Jump to search
(Created page with "Implementation of Projects:PinePhone Daily Driver using Arch Linux ARM. == Components == * Arch Linux ARM from DanctNIX with Phosh * System packages: {{To...") |
|||
| Line 1: | Line 1: | ||
Implementation of [[Projects:PinePhone Daily Driver]] using [[Arch Linux ARM]]. | Implementation of [[Projects:PinePhone Daily Driver]] using [[Arch Linux ARM]]. | ||
| + | |||
| + | {{Info|1=Active solution as of 2021.}} | ||
== Components == | == Components == | ||
* [[Arch Linux ARM]] from [[DanctNIX]] with [[Phosh]] | * [[Arch Linux ARM]] from [[DanctNIX]] with [[Phosh]] | ||
* System packages: {{Todo|review}} | * System packages: {{Todo|review}} | ||
| − | * App packages: {{Todo|review}} [[ | + | * App packages: {{Todo|review}} |
| + | ** [[birdie]] - wake up alarm | ||
| + | ** [[firefox]] - web browser | ||
| + | ** [[thunderbird]] - email client | ||
| + | ** [[vlc]] - media player | ||
| + | ** [[matrix-mirage]] - [[Matrix (protocol)]] client | ||
| + | ** [[KeePassXC]] - password manager | ||
| + | ** {{Todo|...}} | ||
== Setup == | == Setup == | ||
| − | + | # Follow the official Full Disk Encryption[https://github.com/dreemurrs-embedded/Pine64-Arch/wiki/Full-Disk-Encryption] guide to get a base system installed. | |
| + | # (optional) Add a custom [[Pacman]] package repository for a convenient distribution of your own packages. | ||
| + | # Enable SSH daemon and install your public key to enable remote management from your desktop. | ||
| + | # Install the additional packages (see above). | ||
| + | # Enjoy! {{IconDone}} | ||
== Related == | == Related == | ||
* [[DanctNIX]]'s Arch Linux for PinePhone repository: [https://github.com/dreemurrs-embedded/Pine64-Arch/ github.com/dreemurrs-embedded/Pine64-Arch/] | * [[DanctNIX]]'s Arch Linux for PinePhone repository: [https://github.com/dreemurrs-embedded/Pine64-Arch/ github.com/dreemurrs-embedded/Pine64-Arch/] | ||
* {{Todo|...}} | * {{Todo|...}} | ||
Latest revision as of 08:04, 3 October 2021
Implementation of Projects:PinePhone Daily Driver using Arch Linux ARM.
Components
- Arch Linux ARM from DanctNIX with Phosh
- System packages: TODO: review
- App packages: TODO: review
- birdie - wake up alarm
- firefox - web browser
- thunderbird - email client
- vlc - media player
- matrix-mirage - Matrix (protocol) client
- KeePassXC - password manager
- TODO: ...
Setup
- Follow the official Full Disk Encryption[1] guide to get a base system installed.
- (optional) Add a custom Pacman package repository for a convenient distribution of your own packages.
- Enable SSH daemon and install your public key to enable remote management from your desktop.
- Install the additional packages (see above).
- Enjoy! ☑
Related
- DanctNIX's Arch Linux for PinePhone repository: github.com/dreemurrs-embedded/Pine64-Arch/
- TODO: ...