Naar inhoud springen

Configureren van Ubuntu Server: verschil tussen versies

k
Mist nog teveel voor fase2, moet nog vertaald worden
Verwijderde inhoud Toegevoegde inhoud
Vangelis (overleg | bijdragen)
cat
QZanden (overleg | bijdragen)
k Mist nog teveel voor fase2, moet nog vertaald worden
 
Regel 1:
== Inloggen met het root account ==
After the reboot you can login with your previously created username (e.g. administrator). Because we must run all the steps from this tutorial as root user, we must enable the root account now.
 
Regel 6:
and give root a password. Afterwards we become root by running.
 
== Install The SSH Server (Optional) ==
If you did not install the OpenSSH server during the system installation, you can do it now:
 
Regel 21:
 
 
== Configure The Network ==
Because the Ubuntu installer has configured our system to get its network settings via DHCP, we have to change that now because a server should have a static IP address. Edit /etc/network/interfaces and adjust it to your needs (in this example setup I will use the IP address 192.168.0.100):
 
Regel 46:
/etc/init.d/networking restart
 
== Computernaam veranderen (optioneel) ==
Tijdens de installatie heb je al een computernaam (hostname) opgegeven. Deze hoef je dus niet in te stellen. Mocht je toch de computernaam willen wijzigen dan moet je /etc/hosts bewerken. Dit doe je zo:
 
Regel 73:
Both should show server1.example.com now.
 
== Softwarebronnen en updates ==
In /etc/apt/sources.list staan de softwarebronnen en bronnen voor de updates. Dit staat al voor je ingesteld. Je kunt het bestand even bekijken, dan weet je waar je server.
 
Regel 88:
to install the latest updates (if there are any).
 
== Disable AppArmor ==
AppArmor is a security extension (similar to SELinux) that should provide extended security. In my opinion you don't need it to configure a secure system, and it usually causes more problems than advantages (think of it after you have done a week of trouble-shooting because some service wasn't working as expected, and then you find out that everything was ok, only AppArmor was causing the problem). Therefore I disable it (this is a must if you want to install ISPConfig later on).
 
Regel 100:
apt-get remove apparmor apparmor-utils
 
== Install Some Software ==
Now we install a few packages that are needed later on. Run
 
Regel 108:
 
<!-- ----- Hieronder onderhoudsmeldingen, niet verwijderen ----- -->
{{fase1}}
{{boek}}
3.094

bewerkingen

Informatie afkomstig van https://nl.wikibooks.org Wikibooks NL.
Wikibooks NL is onderdeel van de wikimediafoundation.