Building Web Server(2) in BSD

Posted on June 22nd, 2008 in Linux Networking by justi

Open SSL Installation

the next step is Open SSL Installation, to configure this installation use port

#cd /usr/ports/security/openssl

#sudo make install clean

create directory for SSL certificate:

#sudo mkdir -p /usr/local/openssl/{certs,private}

Building Web Server(1) in BSD

Posted on June 11th, 2008 in Linux Networking by justi

Web server is place to publication all of information to public using internet or intranet about all information by individu, group, organisation, goverment or enterprise. web server support by php, OpenSSL, Mysql etc..popular application use to web server is Apache HTTP server.

Real VNC

Posted on June 9th, 2008 in Linux Networking, Windows Networking by justi

VNC application it’s mean Virtual Network Computing. this using to doing remote computing in Local Area Network with this application you can view display and interaction online using other computer in LAN.

you can download in here

Install DHCP server in BSD

Posted on June 8th, 2008 in Linux Networking by justi

DHCP is protocol using by computers in Local Area Network as parameter default gateway, subnet mask, IP address and DNS from DHCP server. the general function from DHCP server is to allocation IP address and configuration IP address so help user to automatic get IP address from

Setting Oracle on Unix/Freebsd

Posted on June 6th, 2008 in Linux Networking by justi

this articel finded from www.unixcities.com

1. Intalling linux environment

Make sure you have both linux_base and linux_devtools from the ports collection installed. These ports are added to the collection after the release of FreeBSD 3.2. If you are using FreeBSD 3.2 or an older version for that matter, update your ports collection. You may want to consider updating your FreeBSD version too. If you want to run the

Basic command of Unix Operating System

Posted on June 3rd, 2008 in Linux Networking by justi

general command in unix operating system using command line it Case Sensitive, this role using file and directory too.

Linux Directory

Posted on May 28th, 2008 in Linux Networking by justi

Linux and unix using structur hirarki like tree. Top level in linux and unix directory is “/” or frequently root. In the linux and unix design, everything is file, include harddrive, partition and removable drive. It means that all file and directory are belong to root.

for example, /home/tux/cheeses.odt point to path of file cheeses.odt in directory tux which is placed under home directory below root directory