User contributions for Saurabh
From Notes_Wiki
- 10:11, 7 November 2012 diff hist +1,988 N Configuring ACLs in openLDAP server Created page with "=Configuring ACLs in openLDAP server= ==Adding ACLs== To add ACLs create a ACL configuration file named '<tt>/etc/openldap/slapd.acl' and modify '<tt>slapd.conf</tt>' so tha..."
- 10:10, 7 November 2012 diff hist +10,282 N Installation and configuration of basic openLDAP server Created page with "=Installation and configuration of basic openLDAP server= ==Install ldap server== To install ldap server use: <pre> yum -y install openldap-servers openldap-clients openldap..."
- 10:10, 7 November 2012 diff hist +5,509 N Basic theory of ldap Created page with "=Basic theory of LDAP= ==Introduction== OpenLDAP can be used to store information in tree type fashion. Difference between an RDBMS and LDAP is that data in RDBMS is organiz..."
- 10:09, 7 November 2012 diff hist +604 N OpenLDAP Created page with "=openLDAP server configuration= *Basic theory of ldap *Installation and configuration of basic openLDAP server *Configuring ACLs in openLDAP server *[[Configuring..."
- 10:07, 7 November 2012 diff hist +35 m Main Page
- 04:46, 7 November 2012 diff hist +10,118 N Configuring email virtual hosting using sendmail Created page with "=Configuring email virtual hosting using sendmail= We can host email services for multiple domains like @domain1.com, @domain2.com, etc. on same email server with single IP a..."
- 04:45, 7 November 2012 diff hist +86 N Sendmail server configuration Created page with "=Sendmail server configuration= *Configuring email virtual hosting using sendmail"
- 04:44, 7 November 2012 diff hist +35 m Main Page
- 04:43, 7 November 2012 diff hist +298 N Testing bind server configuration Created page with "=Testing bind server configuration= ==Checking response times== One of the parameters that can be tested for DNS servers is response time. We can use command: <pre> dig @<na..."
- 04:36, 7 November 2012 diff hist +4,808 N Configuring basic DNS service with bind Created page with "=Configuring basic DNS service with bind= In order to configure basic DNS service with bind we can first look for sample named.conf that came with our bind distribution. We c..."
- 04:35, 7 November 2012 diff hist +116 N Bind DNS server configuration Created page with "=Bind DNS server configuration= *Configuring basic DNS service with bind *Testing bind server configuration"
- 04:35, 7 November 2012 diff hist +35 m Main Page
- 04:28, 7 November 2012 diff hist +3,986 N Enabling peap authentication with freeRADIUS server Created page with "=Enabling peap with freeRADIUS= '''Note that below steps just work upto enabling peap without causing any startup problems. The settings could not be tested with any NAS clie..."
- 04:28, 7 November 2012 diff hist +2,660 N Configuring Windows XP for using 802.1x for Ethernet Created page with "=Configuring Windows XP for using 802.1x for Ethernet= #Login as user which belongs to administrators group. #Go to Control panel -> Administrative tools -> Services or use '..."
- 04:27, 7 November 2012 diff hist +3,553 N Configuring very basic radius server Created page with "=Configuring very basic radius server with local user file based authentication= #Do 'chkconfig radiusd on' to enable radius server on PC startup. #Run 'service radiusd start..."
- 04:27, 7 November 2012 diff hist +775 N Configuring Linksys switch as radius client Created page with "=Configuring Linksys switch as RADIUS client= To configure Linksys switches (specifically SLM224G2) as client for radius server use following steps: #Log into switch using we..."
- 04:26, 7 November 2012 diff hist +233 N Freeradius configuration Created page with "=Freeradius configuration= *Configuring Linksys switch as radius client *Configuring very basic radius server *[[Configuring Windows XP for using 802.1x for Ethernet]..."
- 04:26, 7 November 2012 diff hist +30 m Main Page
- 04:23, 7 November 2012 diff hist +458 N Redirecting site using apache configuration Created page with "=Redirecting site using apache configuration= There are many ways of reidrecting websites using apache. Most of them are discussed at http://www.yolinux.com/TUTORIALS/ApacheR..."
- 04:22, 7 November 2012 diff hist +1,162 N Using mod proxy to pass requests to local servers transparently Created page with "=Using mod proxy to pass requests to local servers transparently= We can use '<tt>ProxyPass</tt>' and '<tt>ReverseProxyPass</tt>' apache configuration directives to pass requ..."
- 04:22, 7 November 2012 diff hist +2,386 N Basic awstats configuration Created page with "=Basic awstats configuration= awstats can be used to analyze the traffic pattern of the website. This can help in identifying main entry and exit points for users. It can als..."
- 04:21, 7 November 2012 diff hist +57 N Awstats configuration Created page with "=awstats configuration= *Basic awstats configuration"
- 04:21, 7 November 2012 diff hist +92 m Main Page
- 04:20, 7 November 2012 diff hist −27 m Apache web server configuration
- 04:19, 7 November 2012 diff hist +710 N Disabling mod security for apache Created page with "=Disabling mod_security for apache= It is possible to come across apache configuration where POST requests containing path like /etc/shadow or /bin/ping get blocked. To solve..."
- 04:19, 7 November 2012 diff hist +39 m Configuring multiple SSL sites
- 04:18, 7 November 2012 diff hist +5,420 N Apache virtualhost configuration for hosting multiple domains Created page with "=Apache Virtual Host configuration for hosting multiple domains= In order to configure many different domain names like 'first.example.com' and 'second.example.com' on same a..."
- 04:16, 7 November 2012 diff hist +2,730 N Using ajp module to pass requests to tomcat server listening on localhost transparently Created page with "=Using ajp module to pass requests to tomcat server listening on localhost transparently= We can use ajp module to pass requests coming to apache web server on port 80 to tom..."
- 04:15, 7 November 2012 diff hist +2,955 N Configuring multiple SSL sites Created page with "=Configuring mod_gnutls for apache= mod_gnutls allows us to have multiple HTTPS virtual hosts on same physical server with single IP address and multiple domain names. The ce..."
- 04:15, 7 November 2012 diff hist +456 N Apache web server configuration Created page with "=Apache web server configuration= *Configuring mod_gnutls so that we can have HTTPS virtual hosts in apache *[[Using ajp module to pass requests to tomcat server listenin..."
- 04:14, 7 November 2012 diff hist +37 m Main Page
- 04:09, 7 November 2012 diff hist +963 N MySQL Query logging Created page with "=Query logging= ==Logging all queries== We can log all queries that are received by server (even that have incorrect syntax) using '<tt>log</tt>' option in '<tt>[mysqld]</tt..."
- 04:09, 7 November 2012 diff hist +952 N Troubleshooting MySQL table errors Created page with "=Troubleshooting table errors= ==Table not found or file not found errors== Normally mysql database is kept in '<tt>/var/lib/mysql</tt>' folder. In this folder there is gene..."
- 04:08, 7 November 2012 diff hist +673 N Resetting MySQL root password Created page with "=Resetting mysql root password= In case we have root privileges on server and want to reset mysql root password then we can use following steps: #Stop mysql service if it is..."
- 04:08, 7 November 2012 diff hist +662 N Disabling case-sensitive checking for table and column names in MySQL Created page with "=Disable case-sensitive checking in MySQL= On Operating Systems like Windows where filesystem is case-insensitive MySQL would be case-insensitive by default. But on operating..."
- 04:07, 7 November 2012 diff hist +724 N Enabling Innodb engine for MySQL Created page with "=Enabling Innodb engine for MySQL= To enable Innodb engine for MySQL put following lines in `<tt>/etc/my.cnf</tt>' file <pre> innodb_data_home_dir = /usr/local/mysql/var/ inn..."
- 04:06, 7 November 2012 diff hist +769 N Configuring basic MariaDB server Created page with "=Configuring basic MySQL server= =Installation= To install mysql server use: <pre> yum -y install mysql-server </pre> =Configuration= ==Starting mysql server== To start..."
- 04:06, 7 November 2012 diff hist +12 m Mariadb configuration
- 04:05, 7 November 2012 diff hist +259 N Mariadb configuration Created page with "=MySQL configuration= *Configuring basic mysql server *Enabling Innodb engine for MySQL *Disabling case-sensitive checking for table and column names in MySQL *[[..."
- 04:05, 7 November 2012 diff hist +25 m Main Page
- 04:04, 7 November 2012 diff hist +2,096 N Installing rsyslog from yum repository Created page with "=Configuring rsyslog server in CentOS= To install rsyslog server in CentOS from source follow these steps: *Download latest stable release of rsyslog from http://www.rsyslog..."
- 04:03, 7 November 2012 diff hist +60 N Rsyslog configuration Created page with "=rsyslog configuration= *Installing rsyslog from source"
- 04:03, 7 November 2012 diff hist +27 m Main Page
- 03:17, 7 November 2012 diff hist +300 N Increasing detail of logwatch output Created page with "=Increasing detail of logwatch output= many log scripts accept variables and generate different detail / type of output based on value of variable. Hence we can edit '/etc/lo..."
- 03:17, 7 November 2012 diff hist +42 m Logwatch configuration
- 03:13, 7 November 2012 diff hist +2,251 N Creating new logwatch service or scripts Created page with "==Creating new logwatch service or scripts== ===Creating service configuration file=== In order to get log messages of remote host though logwatch email we have to setup serv..."
- 03:11, 7 November 2012 diff hist +71 N Logwatch configuration Created page with "=Logwatch configuration= *Creating new logwatch service or scripts"
- 03:09, 7 November 2012 diff hist +612 N About wiki Created page with "=About wiki= This wiki is used to share my personal notes related to servers, system administration, security, programming, network devices, etc. I use Cent-OS / Fedora / RHE..."
- 03:05, 7 November 2012 diff hist +261 N User:Saurabh Created page with "=Saurabh Barjatiya= I am the main author for this notes wiki. My personal homepage is at http://www.sbarjatiya.com/ I can be contacted at saurabh[at]sbarjatiya.com. Any su..." current
- 02:42, 7 November 2012 diff hist −341 m Main Page