Installing linux

From Gender and Tech Resources

Revision as of 17:57, 18 June 2015 by Lilith2 (Talk | contribs)

blabla

Shopping for a linux distro

Installation media

Unetbootin

DVD

Installing mint

Installing ubuntu

Debian

Download & verify

Download for your preferred medium from https://www.debian.org/releases/jessie/debian-installer/

If you are confused about whether your machine is 32 or 64 bits, in linux do:

uname -m

Verify the md5 or sha256 checksum of the .iso file with (replacing x.x.x with version numbers of your download):

$ md5sum debian-8.1.0-amd64-DVD-1.iso

or

$ sha256sum debian-8.1.0-amd64-DVD-1.iso

and compare the output with key listed for debian-8.1.0-amd64-DVD-1.iso in respectively http://cdimage.debian.org/debian-cd/8.1.0/amd64/iso-dvd/MD5SUMS and http://cdimage.debian.org/debian-cd/8.1.0/amd64/iso-dvd/SHA256SUMS

Basic install

Boot from the USB, CD- or DVD-ROM and in the Isolinux bootloader menu choose install.
Install.png
Choose language (this sets language for both the installation process as well as for the to-be-installed linux):
Select-a-language.png
Select location. It doesn't have to be where you actually are. And you can change it later.
Select-location.png
Configure-locales.png
Configure-keyboard.png
Configure-network.png
Configure-network2.png

Installing a stripped debian (running *only* what you need)

Stealth install

Making your own images