Copyright 2021 Simon Quantrill, All Rights Reserved

Debian install 2

Tue 13 January 2015

ok if you got to this point you have been successful in installing a Very basic bootable debian system You have configured the standard partition tables and have installed a standard system set. You should see on your server screen this: :standards:16.png Login using the install user

debian Login: install Password: Then

$su - Password: Now we need to add the basic packages:

aptitude install ntp

aptitude install build-essential

aptitude install openssh-server

aptitude install sysv-rc-conf

aptitude install tcpdump

aptitude install subversion cvs

aptitude install vim-full

aptitude install libxslt1-dev libxml2-dev zlib1g-dev

aptitude install g++

aptitude install libapache2-mod-perl2 libsoap-lite-perl

aptitude install postgrey postfix

aptitude install bacula-client

aptitude install vnc4server

aptitude install XORG SEE NOTE BELOW

aptitude install wmaker

aptitude install logwatch

This depends on your video card check with lspci then choose the right video card with aptitude search xorg

aptitude install xserver-xorg-video-nv

When you install postgrey post fix you will be asked if you want to delete exim4 say yes.. :standards:17.png Next select a satellite system only :standards:18.png The mail name is your server name appended with the argoss.nl domain :standards:19.png The mail relay (or sm

rthost) is mail.argoss.nl

Extra section for LAN Servers ONLY

Setup user login using LDAP http://wiki.argoss.nl/doku.php?id=sysadmin:processes_and_procedures:ldap_authentication

reboot to initalise everything

on the top

Comments