Setup a New Ubuntu 6.10 Server
Last week, I installed Ubuntu 6.10 server version Linux on an old computer.
You can see some information below from phpSysInfo.

Let me record my installation history.
1) Download Ubuntu 6.10 server image file, and burn it on CD.
2) Boot the computer from this boot-able CD, while promoted, I choose LAMP, and use all 40GB hard disk for Ubuntu.
3) After Installed new system and boot into Ubuntu system. There is no GUI in default.
4) Change Source list.
Modify
/etc/apt/sources.list
Add following sources in the end of the file
deb http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ edgy main restricted universe multiverse
5) Update system
sudo apt-get update
sudo apt-get upgrade
6) Install Webmin 1.330
Go to Webmin official site to download.
Decompress it and run,
sudo apt-get install build-essential
cd (webmin directory)
sudo ./setup.sh /usr/local/webmin
When installation completed, enter http://127.0.0.1:10000, or https://127.0.0.1:10000 to web interface.
Now I have a Linux box with features as below:
OS: Ubuntu Linux
Database: MySQL 5
Webserver: Apache 2
Language: PHP 5
I installed proftpD, Webalizer later.
Categories
L.A.M.P.Related Entries
- Install Zend Optimizer 3.2.8 on Ubuntu 7.04 Server
- Some problems when Install ispconfig on Ubuntu 6.10 Server
- aMule aMule-daemon and aMuleweb
- Let Dreamhost PHP support Zip extension
- Moving from ASP to PHP
- Virtualmin Virtual Server
- Try Ubuntu as Server
- GNOME 2.22
- Backup server on Ubuntu
- Install Zend Optimizer 3.3 on Customized PHP 5.2.3
0 TrackBacks
Listed below are links to blogs that reference this entry: Setup a New Ubuntu 6.10 Server.
TrackBack URL for this entry: http://www.yinfor.com/mtcgi/mt-tb-trackback.cgi/1551






Leave a comment