Installationsanleitung: Unterschied zwischen den Versionen
Aus MeinWiki
(→Ubuntu 14.04 Installation / Samba4) |
|||
Zeile 22: | Zeile 22: | ||
*Password für den Root-User setzen. | *Password für den Root-User setzen. | ||
sudo passwd root | sudo passwd root | ||
− | *statische IP-Adresse setzen. | + | *statische IP-Adresse in der Datei /etc/network/interface setzen. |
+ | face eth0 inet static Ub | ||
+ | address 172.16.41.200 | ||
+ | netmaster 255.255.255.0 | ||
+ | network 172.16.41.0 | ||
+ | broadcast 172.16.41.255 | ||
+ | gateway 172.16.41.2 | ||
+ | dns-nameservers 172.16.41.200 8.8.8.8 | ||
+ | dbs-serach albatec-al.net |
Version vom 6. Januar 2015, 13:50 Uhr
Inhaltsverzeichnis
Debian
Debian 5 Installation (VMware)
- Installation mit Netzwerkspiegel
- CD bereitstellen
- aptitude install psmisc (Killproc VMware)
- aptitude install gcc-4.1 + link
- aptitude install Linux-headers-2.6.26-2-all-amd64
- aptitude install make
- Install vmwaretool
Hinweis:
- Debian Source /etc/apt/sources.list (apt-get update)
- aptitude search …
Debian 6 Installation (VMware)
- Installation mit Netzwerkspiegel
- CD bereitstellen
- aptitude install gcc-4.3 + link
- aptitude install Linux-headers-…-2-all-amd64
- aptitude install make
- Install vmwaretool
Ubuntu 14.04 Installation / Samba4
- Ubuntu 14.04 Server Standard durchführen (OpenSSH Server auswählen).
- Password für den Root-User setzen.
sudo passwd root
- statische IP-Adresse in der Datei /etc/network/interface setzen.
face eth0 inet static Ub address 172.16.41.200 netmaster 255.255.255.0 network 172.16.41.0 broadcast 172.16.41.255 gateway 172.16.41.2 dns-nameservers 172.16.41.200 8.8.8.8 dbs-serach albatec-al.net