From 06718534ed4ec95ae711b1dc06d5e75639c9ec9f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 2 Nov 2019 21:46:07 +0100 Subject: Rename document INSTALL → SETUP, to conform with org standard. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SETUP.md | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 SETUP.md (limited to 'SETUP.md') diff --git a/SETUP.md b/SETUP.md new file mode 100644 index 0000000..6f695c1 --- /dev/null +++ b/SETUP.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" -- cgit v1.2.3