DNS (Domain Name Service) server is a server that translate an IP address into a name that will be easy to remember or do the opposite way. The administrative job is done in Server side. For client side just set the machine to connect the DNS server. Before we start, I assume that you are [...]
Archive for the ‘Server Service’ Category
7 Easy Steps Installation DNS server in Ubuntu Jaunty
Posted in Server Service on August 21, 2010 | 12 Comments »
XAMPP for Linux in Ubuntu Gutsy – Security Setting
Posted in Server Service, XAMPP for Linux on June 29, 2008 | Leave a Comment »
The basic security setting for xampp is not secured with password. You have to change the setting if you want to increase your xampp security access. To check your security setting, from XAMPP main screen, click ‘Security’. Below is the default for first installation security setting. To change to security setting, you have to do [...]
XAMPP for Linux in Ubuntu Gutsy
Posted in Apache, FTP server, Server Service, XAMPP for Linux on June 29, 2008 | 5 Comments »
If you are looking for Web Server or FTP server and you don’t to have a complicated process, xampp can be considered as your choice. The most thing I like from XAMPP is separate setup with the Linux system and it’s easy to use. So, next time I don’t need it, I just remove its [...]
Apache2 Web server
Posted in Applications for Ubuntu, Server Service on January 24, 2008 | 9 Comments »
What is Web Server? Before we go to that question, it’s better if we know what is web. Actually, web is only a file or document in HTML format which is transferred from 1 computer (server) to a computer (client) which requests that file/document. To read a web document you need a web client application. [...]
Samba Server part 2 # 2
Posted in How To, Server Service on October 28, 2007 | 1 Comment »
Practice 4: Primary Domain Controller (Provide center Authorization and Authentication for directories) Samba can act as Domain Controller. It will centralize the Authorization and Authentication services. taufanlubis@zyrex:~$ sudo gedit /etc/samba/smb.conf [global] workgroup = UbuntuWorkgroup netbios name = UbuntuZyrex server string = UbuntuZyrexServer hosts allow = 192.168.0.0/24 127. hosts deny = ALL log file [...]
Samba Server
Posted in How To, Server Service on October 23, 2007 | 5 Comments »
Part 1 of 2 What is Samba? Samba is the same like NFS which is used to share files and printers in Linux. Not like NFS, Samba implements SMB (Server Message Block) network protocol so it can be used for windows networking. In Windows and OS/2, they name it CIFS (Common Internet File System). Future [...]
FTP Server
Posted in How To, Networking, Server Service on October 18, 2007 | 5 Comments »
What is FTP? FTP (File Transfer Protocol) is a program to exchange files between two computers or to other computers in a local network or over inter networks (internet). May be you don’t know that you’ve already used it before when you download something from the internet. Most often, a computer with a FTP address [...]
DHCP Server
Posted in Server Service on October 14, 2007 | 7 Comments »
DHCP (Dynamic Host Configuration Protocol) is a protocol that handles the assignment of IP addressess to clients that don’t a static IP address automatically. It includes the IP parameters such as subnet masks, default gateway and IP addressess of DNS server. When computers connect to a network it will search DHCP server for reserved IP [...]




