The FreeBSD way of labelling hard drives

Posted by suvi under BSD

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 [...]

No Comments

VNStat On FreeBSD 7 With A PHP GUI

Posted by suvi under BSD, PHP, Software

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 [...]

No Comments

Setting up LAMP on FreeBSD

Posted by suvi under Apache, BSD, Database, MySQL, PHP, Server, Webserver

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

No Comments

Installing A FreeBSD 7.0 DNS Server With BIND

Posted by suvi under BSD, Networking, Server

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

No Comments

Step By Step: Install Wordpress Multiuser (WPMU) On FreeBSD 7

Posted by suvi under BSD, Software

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

No Comments

Step by Step Install AtMail Open On FreeBSD

Posted by suvi under BSD, Email

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

No Comments

Writing a kernel module for FreeBSD

Posted by suvi under BSD

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 [...]

No Comments

Reset MySQL password in FreeBSD

Posted by suvi under BSD, MySQL

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 [...]

No Comments

Hacking the FreeBSD Boot CD

Posted by suvi under BSD

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

No Comments

How To Start & Stop Network & Routing Service in FreeBSD 5x, 6x, & 7x

Posted by suvi under BSD, Networking

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 [...]

No Comments