This howto was written when I needed to run some php based web
applications and the only system around was FreeNAS. Although many
people are using php and MySQL on a FreeNAS box successfully I couldn’t
find any simple tutorial for the purpose, so I wrote one in case anyone
needs it.
Read more at HowtoForge
Display FreeBSD System information
FreeBSD comes with different utilities, which can be use to gathered the information as per your needs. uname command is use to print system information. dmesg command is use to print kernel ring buffer information. sysctl command is use to configure kernel parameters at runtime as well as to read hardware information.
Read more at Tux [...]
In this document I will try to explain what it takes to get an encrypted fileserver.
I chose to have a server with one disk where the OS resides and all ‘big disks’ to be mounted into the directory-tree but that’s not something that’s necessary or such. I did not attempt to have the OS itself
Read [...]
OpenBSD tip: Speed up boot time if you’re running CUPS
When I set up an OpenBSD box, I generally use CUPS — the Common Unix Printing System.
I’ve had pretty good luck with CUPS and OpenBSD, even though it can be a bit more hacky than usual to get your printers and PCs to come to an agreement and actually print something.
The last time I set [...]
The FreeBSD way of labelling hard drives
Linux and FreeBSD label hard drives and partitions after two differents schemes. This section explains the main differences between the two schemes. In fact the FreeBSD labelling scheme is an adaption of the traditional BSD labelling style ported to live within the PC’s fdisk partitions. Thus it is very similar to other BSD-based Unix systems [...]
I installed VNStat and the PHP GUI to be able to view basic information regarding incoming and outgoing traffic per interface. I am using FreeBSD 7 with PHP4, as I had problems setting the GUI up with PHP5. If you can get it to work in PHP5, please do let me know.
To install PHP4, type [...]
Setting up a LAMP server is a common task for systems administrators, and FreeBSD is one of the most reliable and stable operating systems available. Why not combine both LAMP and FreeBSD to build a fast and reliable Web server?
Read more at Linux.com
This tutorial shows how to set up a FreeBSD based server that offers DNS services. This tutorial is written for the 64-bit version of FreeBSD, but should apply to the 32-bit version.
Read more at HowtoForge
Wordpress is one of my favourite blog engines because it’s easy and
supports many plugins. Wordpress also available in multi-user mode
which means a single Wordpress installation will cover many users with
their own subdomain. This howto will show the steps taken to install
Wordpress wpmu on a server running FreeBSD 7 stable.
Read more at HowtoForge
AtMail Open, I just know if atmail have free version.
Being curious on how it goes in FreeBSD box, I give it a try as my campus interface.
As usual I try to record it in notepad plus screenshot for guide, perhaps useful
1. Download latest version
mail# wget http://atmail.org/download/atmailopen.tgz
Read more at Learning On Demand
Writing a kernel module for FreeBSD
FreeBSD 7.0 has already been released. If you are a real hacker, the best way to jump in and learn it is hacking together an introductory kernel module. In this article I’ll implement a very basic module that prints a message when it is loaded, and another when it is unloaded. I’ll also cover [...]
Reset MySQL password in FreeBSD
by alamster in June 2nd, 2008
Database Tags: change root mysql db, login to 127.0.0.1 in mysql db, reset mysql password
Just another post for my archive
One our sandbox accidently delete root account with host ‘localhost’. We need to recover the account by grant new root account [...]
Hacking the FreeBSD Boot CD
This is a disection of the FreeBSD BootCD. To learn how it all works and how to modify things. The cd that I’m going to be using is 7.0-RELEASE-i386-bootonly.iso
Topics will be:
1)Opening the iso
2)Reading the boot options
3)Working with mfsroot
4)Customize the boot up
5)Burning a new CD to boot from
Read more at BSDWorld
How To Start & Stop Network & Routing Service in FreeBSD 5x, 6x, & 7x
FreeBSD is a Unix-like free operating system. You can install to choose third party software on FreeBSD from the Ports Collection. Many services such as POP3 server daemons, IMAP, etc. could be started using the inetd.
However, networking can be stop or started using special script located in /etc/rc.d/ directory. This directory includes script to stop [...]