Apache Server / HTTP Server

Posted by: Shailesh Posted on: August 14, 2011 Comments: 0

                    Thanks for visiting this site…………………..Welcome Genowin Technologies. Happy To Help You …. All Linux Solution & Training. Genowin Technologies(www.genowin.com)

Proxy Server

Posted by: Shailesh Posted on: August 8, 2011 Comments: 0

Proxy Server- It is very beautiful feature of Linux. In simple word how we can use Internet services like proxy setup or “Hooking” way. Squid is responsible for Proxy Server & sometimes we say this server as Squid Proxy Server also. squid port no- 3128 Below the way to configure Proxy Server:- First to check squid rpm package through # rpm -qa squid If the rpm package not available then we should…

Linux Mail Server

Posted by: Shailesh Posted on: August 6, 2011 Comments: 0

Welcome To Linux Mail Server There are two types of mail servers 1. Incoming Mail 2. Sendmail 1. Incoming mail- Dovecot responsible for Incoming mail Incoming mail also two types:- a. pop3 ( Post Office Protocol ) port no- 110 b. imap ( Internet Message Access Protocol ) port no 143 2. Sendmail – SMTP (Simple Mail Transfer Protocol) port no 25   Happy To Help You ….Genowin Technologies Thanks for visiting this…

LDAP Server

Posted by: Shailesh Posted on: August 4, 2011 Comments: 0

LDAP- Light Weight Directory Access Protocol. It determines how an object in an Active directory should be named. LDAP is a proposed open standard for accessing global or local directory services over a network and/or the Internet.         Here the simplest way to Install LDAP Server phpldapadmin install ldap server ( openldap) install nss_ldap ######################Start Global Addressbook#################### # yum install openldap #yum install nss_ldap i.e openldap-2.3.19-4 openldap-servers-2.3.19-4 openldap-devel-2.3.19-4…

SVN Server

Posted by: Shailesh Posted on: August 4, 2011 Comments: 0

SVN is a centralized version control system similar to CVS, but based on the concept of change-sets instead. Now many “flavors” of Unix/Linux available, for each individual distribution, there are other different ways to get up and running with your own Subversion Server. Debian or Ubuntu > apt-get install subversion OpenSolaris Via pkg-get: > pkg-get install subversion OpenSUSE Via Zypper: > zypper install subversion Via YaST: > yast2 -i subversion…