From 135a0b9452bd25efdccab18319f0b89423e3e467 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 2 Dec 2018 15:57:50 +0100 Subject: Initial draft. --- INSTALL.md | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 27 +++++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 INSTALL.md create mode 100644 README.md diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..6f695c1 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,67 @@ +# Installation of Desktop system + +> Install Debian with Xfce from stable/testing image to encrypted disk + + +## Image + +Use Debian. +Install either the [stable][] release for most reliable needs, +or a [testing][] snapshot for more excitement. + +You will need network access during install +for downloading hundreds of megabytes of additional software from Debian. + +If your computer cannot use network with Free drivers +(most wifi cards and a few wired cards), +then you can try the [non-free stable] or [non-free testing] image. +Use of those images is **not** recommended. +Make sure that their **non-free** licensing terms are acceptable to you! + +[stable]: + "Official stable images, via Bittorrent or for direct download" + +[testing]: + "Official testing images, via Bittorrent or for direct download" + +[non-free stable]: + "Unofficial non-free stable images including firmware packages" + +[non-free testing]: + "Unofficial non-free testing images including firmware packages" + + +## Disk protection + +You are recommended to use full disk encryption. + +This protects your personal data stored on the harddisk +from being accessible by others +e.g. if your computer gets stolen. + +Beware that disk encryption does not protect +from access while the computer is turned on, +and if you forget your disk password then the data is lost! + +During install, +select "Guided - use entire disk and set up LVM" +when formatting the harddisk. + + +## Desktop + +The Xfce desktop is recommended +as a conservative desktop environment. + +You tell during installation that you want to [install Xfce]. + +[install Xfce]: + "How to install Xfce" + + +## See also + +Install chapter in The [Debian handbook][]. + +[Debian handbook]: + "Debian handbook, chapter on installation" diff --git a/README.md b/README.md new file mode 100644 index 0000000..53bd5ba --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Desktop system features _(system-desktop)_ + +> Handling general features of the desktop operating system + + +## Contributing + +Help improving this documentation is much appreciated! + +You can simply [tell us][] in plain words what you suggest changed, +or publish a set of proposed changes as a fork of this source git, +and [tell us][] where we can get your fork. + +[tell us]: + "Couchdesign a.k.a. Jonas Smedegaard and Siri Reiter" + + +## License + +Copyright © 2017-2018 Jonas Smedegaard + +This work is licensed +under a Creative Commons Attribution-ShareAlike 4.0 International License +([CC-BY-SA-4.0][]). + +[CC-BY-SA-4.0]: + "Creative Commons Attribution-ShareAlike 4.0 International license" -- cgit v1.2.3