You are currently browsing posts tagged with ‘DesktopBSD’

Good news: DesktopBSD 1.7 coming soon

posted in: BSD Unix, Research (Tags: ) - 1 Comment

A first preview version of desktopBSD 1.7 is available in official website. this snapshot version only support i386 machine. it doesn’t support am64 machine. A blog post of Official introduction says DesktopBSD based on the FreeBSD 7.0R (version 1.6 is base on the FreeBSd 6.3RC). and new version actiated some useful addons. But this blog post also warning there will be certainly some problems!

A iso image file has been hosted in ftp server. you can click link of “DesktopBSD Weekly Snapshots”section in this page. I am currently downloading this image file. After that, I will try snapshot and geting screenshot.

Other Desktop distribution PC-BSD (currently in version 1.5, also based in Freebsd 6.3) has no any plan about new version that based in new Freebsd7.

[Part Two]Building a Server with DesktopBSD 1.6(Database Server)

posted in: Research, Server (Tags: , ) - No Comments

There are a whole lot of Database platform in the IT world. For instance , Oracle, Firebird, Sybase etc. I only choose two of them in this tutorial, they are mysql and postgresql. Mysql is a open source project. It is a most popular database component in the personal hosting service. It can work very well with PHP together. And, postgresql is also a open source project base on the BSD license. It’s an object-relational database system. compare with mysql. postgresql is more powerful feature like Views, Triggers, and Unions. on the other hand, the speed of mysql is faster than postgresql.

The ports system also will be used in building database. make sure your ports system has been update. and versions of mysql and postgresql need be latest.

READ MORE

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

posted in: Research, Server (Tags: , ) - 2 Comments

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.

READ MORE