Revision [786]
This is an old revision of ConfigUbuntuServer made by WojciechLisiewicz on 2015-07-14 21:06:34.
general informations about configuring and managing Ubuntu 14.04. LTS
useful console commands
- what Ubuntu version is running: lsb_release -d
- what linux version is running: uname -a
configuring networt
- static network adresses etc.: see https://help.ubuntu.com/lts/serverguide/network-configuration.html
simple apache server
install packages: apt-get install apache2 libapache2-mod-php5 php5 php5-mysql mysql-server
additional informations see https://help.ubuntu.com/lts/serverguide/index.html
additional informations see https://help.ubuntu.com/lts/serverguide/index.html