Linux

From Guides

Jump to: navigation, search

Setting Up A Debian Base System

  1. Get a netinst debian cd-rom, boot from it and install the base system.
  2. Get your sources up and running /etc/apt/sources.list, I localized this one for the Netherlands
    deb ftp://ftp.surfnet.nl/pub/os/Linux/distr/debian/ stable main
    deb ftp://ftp.surfnet.nl/pub/os/Linux/distr/debian/ unstable main
    deb-src ftp://ftp.surfnet.nl/pub/os/Linux/distr/debian/ stable main
    
    deb http://security.debian.org/ stable/updates main
    
    apt-get update

Users

groupadd <groupname>
useradd <name> -g <groupname> -d <home_dir>
passwd <passwd>
Personal tools
Google Ads