Benutzer-Werkzeuge

Webseiten-Werkzeuge


projects:raspberrypi:install

Dies ist eine alte Version des Dokuments!


Howto configure a basic debian server on a Raspberry Pi

Requirements

  • Raspberry Pi & power supply
  • LAN connection with DHCP & Internet access
  • SD-card with newest Raspbian

Installation steps

  1. boot up the Raspberry Pi
  2. login through ssh console (user: pi / password: raspberry)
    ssh pi@10.17.0.3
  3. use raspi-config for some basic configurations
    1. Expand Filesystem
    2. Internationalisation Options
      1. Change locale to „en_GB.UTF-8 UTF-8“
      2. Change Timezone to „Europe/Berlin“
    3. Advanced Options
      1. Hostname - set to „{xyz}.b9h.de“
      2. Memory Split - set to „16“
      3. Update
  4. update firmware
    rpi-update
  5. reboot the Raspberry Pi
    reboot
  6. login through ssh console
    ssh pi@10.17.0.3
  7. get root console
    sudo su -
  8. update package repositories
    apt-get update
  9. upgrade all packages to newest version
    apt-get dist-upgrade
  10. install additional packets
     apt-get install vim-nox dnsmasq htop iftop nmap exim4-daemon-lightuptimed dnsutils wget curl ntpdate mc fail2ban logwatch apticron watchdog git locate
projects/raspberrypi/install.1388332635.txt.gz · Zuletzt geändert: von benh