[Part One]Building a Server with DesktopBSD 1.6(introduction)

posted in: Research, Server

Why is DesktopBSD neither freeBSD or Linux. Firstly, DesktopBSD 1.6 is base on Freebsd 6.3. It is distribution ofFreeBSD. And Linux is same pretty good, but BSD is more better in old machine such as PIII cpu, 128M memory, Linux maybe can run in these kind of computers, but Linux can’t run other applications like postgresql.

And, DesktopBSD have pretty good graphical interface environment with KDE. that should save time of configuration of GUI. DesktopBSD also uses the ports system. we can easily install any software.

I plan to build a server support following service:

1. Databases service such as MySQL, PostgreSQL.
2. PHP development environment with Apache2
3. Files share service like NFS and Samba.
4. JSP/Java development environment with Tomcat6
5. FTP server
6. DNS and Mail server.


I use a very old machine DELL *D400*.

Before building the server, we need install a DesktopBSD system into a machine. DesktopBSD support a graphical installer, it allow to partition disks and create users. It is easy to use. Some screenshots show how to install a DesktopBSD in here.

After installation, we will to refresh the ports-tree. cvsup or portsnap could be used. I like use cvsup. In the DesktopBSD or Freebsd 6.3. there is a change for cvsup. command is csup not cvsup.
su
cp /usr/share/examples/cvsup/ports-supfile /etc/ports-supfile

makes you into root user, and change the configuration of cvsupedit file
ee /etc/ports-supfile

change this line
*default host= CHANGE_THIS.FreeBSD.org

To:
*default host= cvsup5.FreeBSD.org

Back to command line, update teh prots-tree
csup -g -L 2 /etc/ports-supfile
cd /usr/ports
make fetchindex


Next, we will build databases service in the DesktopBSD.
To be continued…

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • email
  • HelloTxt
  • Live
  • MyShare
  • MySpace
  • Tumblr
  • Twitter
  • Yahoo! Bookmarks
  • Yigg
  • BlogMemes Fr
  • Fark
  • FriendFeed
  • Haohao
  • LinkedIn
  • MisterWong
  • PDF
  • Ping.fm
  • RSS
  • Slashdot
  • Socialogs
  • Technorati

This entry was posted on March 10, 2008 at 10:57 pm and is filed under Research, Server (Tags: , ). You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Comments (2)

Leave a Reply