Difference between revisions of "Projects:PinePhone Daily Driver with Arch Linux"

From Dejvino's Knowledge Base
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}} [[vim]] [[firefox]] [[galculator]] [[thunderbird]] [[audacious]] audacious-plugins [[htop]]
+
* 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 ==
{{Todo|...}}
+
# 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.

[i] Active solution as of 2021.

Components

Setup

  1. Follow the official Full Disk Encryption[1] guide to get a base system installed.
  2. (optional) Add a custom Pacman package repository for a convenient distribution of your own packages.
  3. Enable SSH daemon and install your public key to enable remote management from your desktop.
  4. Install the additional packages (see above).
  5. Enjoy!

Related