yum install mysql mysql-devel mysql-server chkconfig –levels 235 mysqld on /etc/init.d/mysqld start netstat -tap | grep mysql It should show a line like this: [root@server1 named]# netstat -tap | grep mysql tcp 0 0 *:mysql *:* LISTEN 2470/mysqld [root@server1 named]# mysqladmin -u root password yourrootsqlpassword mysqladmin -h server1.example.com -u root password yourrootsqlpassword GRANT ALL ON […]
Oracle RAC 11g Release 1 on Linux – (CentOS 5.1 / iSCSI)
http://www.idevelopment.info/data/Oracle/DBA_tips/Oracle11gRAC/CLUSTER_10.shtml
Network Utility
Internet based NETWORK TOOL FOR DOMAIN http://www.internic.net http://www.checkdns.net/quickcheckdomainf.aspx http://network-tools.com/default.asp?prog=dnsrec&host=niec.edu.np http://www.kloth.net/services/ http://openspf.org http://dnsstuff.com www.dnsgoodies.com/ Spam Database check www.dnsbl.info/advanced.asp ,www.sorbs.net/lookup.shtml http://tools.web-max.ca/dsbl.php www.spamcop.net An Introduction to TCP/IP TCP/IP is a universal standard suite of protocols used to provide connectivity between networked devices. It is part of the larger OSI model upon which most data communications is based. One […]
Ldap with freeradius
The LDAP Directory Structure Like X.500, LDAP directory entries are arranged in a tree structure. Under the root, there are branches that represent countries, organizations, organizational units, and people. In complicated LDAP deployments, in which you have to exchange information with the LDAP databases of other companies, you may want to get a formal organization […]
Linux PPPoE Server
1. Introduction PPPoE stands for Point to Point Protocol over Ethernet. It is an OSI Layer Two protocol which uses the PPP (Point to Point) protocol to connect a client system to a server system in a one to one network link. All traffic for a PPPoE connected client must go thru the PPPoE server […]