Daily driver guide: Difference between revisions
Prabuanand (talk | contribs) (added printer) |
Prabuanand (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
== Basics == | == Basics == | ||
* Create a non-privileged [[Setting_up_a_new_user#Creating_a_new_user|user account]] for security reasons. | * Create a non-privileged [[Setting_up_a_new_user#Creating_a_new_user|user account]] for security reasons. | ||
* Learn the basics of alpine package keeper [https://docs.alpinelinux.org/user-handbook/0.1a/Working/apk.html apk], or refer [[Alpine Package Keeper]] for more details. | |||
* Ensure that <code>community</code> repository is [[Repositories#Managing_repositories|enabled]] | * Ensure that <code>community</code> repository is [[Repositories#Managing_repositories|enabled]] | ||
* Install [[graphics driver]] for your video hardware. | * Install [[graphics driver]] for your video hardware. |
Revision as of 11:11, 20 August 2024
Many people think that Alpine is only made for containers and servers, but it is actually a general purpose distro which can definitely be used as a daily driver.
Alpine is extremely small, simple and resource-efficient, making it easy to customize.
Note: This guide assumes you have already installed a minimal Alpine system by following the Installation guide
Basics
- Create a non-privileged user account for security reasons.
- Learn the basics of alpine package keeper apk, or refer Alpine Package Keeper for more details.
- Ensure that
community
repository is enabled - Install graphics driver for your video hardware.
- Install a Desktop Environment of your choice.
- Install some fonts.
- Setup PipeWire to manage your audio, if setup-desktop did not install it for your already or you installed your desktop environment manually.
- Configure your Bluetooth, if you have one. Also check pipewire bluetooth, if needed.
- Configure your printer.
- Enable docs, so man pages are available.
Advanced
- If you find busybox lacking in features or options, it is easy to get regular stuff working
- Use Flatpak to add packages that are not in the repositories.
- Install gcompat package to add a glibc compatability layer which (sometimes) lets you run binaries as normal.
- Secure your system by installing firewall software like awall or UFW.
- Install a sandboxing application like AppArmor or Bubblewrap.
Experimental
Warning: Only do below steps, if you're 100% sure what you're doing! Possible bugs in edge and testing could cause data loss or could break your system.
- If You may want the rolling release version of Alpine Linux, enable the Edge repository.
- You may want to enable testing repository, as it provides a lot more applications.
Read the above warning once again and understand the full implications.