VMware Images:
|
The Perfect Server - Ubuntu Hardy Heron (Ubuntu 8.04 LTS Server) - Page 3
4 Enable The root AccountAfter 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. Run sudo passwd root and give root a password. Afterwards we become root by running su
5 Install The SSH Server (Optional)If you did not install the OpenSSH server during the system installation, you can do it now: apt-get install ssh openssh-server From now on you can use an SSH client such as PuTTY and connect from your workstation to your Ubuntu 8.04 LTS server and follow the remaining steps from this tutorial.
6 Install vim-full (Optional)I'll use vi as my text editor in this tutorial. The default vi program has some strange behaviour on Ubuntu and Debian; to fix this, we install vim-full: apt-get install vim-full (You don't have to do this if you use a different text editor such as joe or nano.)
7 Configure The NetworkBecause 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): vi /etc/network/interfaces
Then restart your network: /etc/init.d/networking restart Then edit /etc/hosts. Make it look like this: vi /etc/hosts
Now run echo server1.example.com > /etc/hostname Afterwards, run hostname Both should show server1.example.com now.
8 Edit /etc/apt/sources.list And Update Your Linux InstallationEdit /etc/apt/sources.list. Comment out or remove the installation CD from the file and make sure that the universe and multiverse repositories are enabled. It should look like this: vi /etc/apt/sources.list
Then run apt-get update to update the apt package database and apt-get upgrade to install the latest updates (if there are any).
9 Change The Default Shell/bin/sh is a symlink to /bin/dash, however we need /bin/bash, not /bin/dash. Therefore we do this: ln -sf /bin/bash /bin/sh If you don't do this, the ISPConfig installation will fail.
10 Disable AppArmorAppArmor 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). We can disable it like this: /etc/init.d/apparmor stop Till told me that he also had to do this step (which was not necessary on my installation), so if you want to go sure, do this on your system as well: apt-get remove apparmor apparmor-utils
|
www.seamlessenterprise.com
One number. One voicemail. Seize the lead. Sprint Mobile Integration.
www.seamlessenterprise.com
One Number. One Voicemail.
Make it easier for clients to reach you. Turn your desk phone and mobile phone into one with Sprint Mobile Integration.
www.seamlessenterprise.com
One number. One voicemail. Sprint Mobile Integration.
www.seamlessenterprise.com
AT&T Synaptic Compute as a Service. Boost your power on demand.
Trial: IBM Cognos Express Reporting, Analysis & Planning




print: 

Recent comments
12 hours 5 min ago
14 hours 6 min ago
17 hours 18 min ago
19 hours 37 min ago
20 hours 47 min ago
22 hours 5 min ago
1 day 2 hours ago
1 day 5 hours ago
1 day 5 hours ago
1 day 20 hours ago