Router 1 Configuration Router#sh running-config Building configuration... Current configuration : 2102 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname Router ! ! ! ! ! ip dhcp pool voice network 192.168.10.0 255.255.255.0 default-router 192.168.10.1 option 150 ip 192.168.10.1 ip dhcp pool data network 172.16.0.0 255.255.0.0 default-router 172.16.0.1 option 150 ip 172.16.0.1 ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0 no ip address duplex auto speed auto ! interface FastEthernet0/0.10 encapsulation dot1Q 10 ip address 192.168.10.1 255.255.255.0 ! interface FastEthernet0/0.20 encapsulation dot1Q 20 ip address 172.16.0.1 255.255.0.0 ! interface FastEthernet0/1 no ip ...
Pligg is an open-source CMS social publishing software that encourages visitors to register on your website so that they can submit content and connect with other users. It is used to setup your own social publishing community in just minutes. In this article, I use CentOS 6.5 to setup this website. My hostname and IP Address are ansh.geniusansh.com and 192.168.1.150/24 respectively. Change these values as per your setup. Prerequisites Install the following prerequisites to install and configure Pligg: [root@ansh ~]# yum install mysql mysql-server httpd php php-mysql php-gd php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc php-mbstring wget unzip -y Start/Restart MySQL and Apache services now: [root@ansh ~]# /etc/init.d/mysqld start [root@ansh ~]# /etc/init.d/httpd start [root@ansh ~]# chkconfig mysqld on [root@ansh ~]# chkconfig httpd on U can see LAMP configuration on my previous blog for MySql Configuration. Cr...
INTRODUCTION: Extensible Messaging and Presence Protocol (XMPP) is a communications protocol for message-oriented middleware based on XML (Extensible Markup Language). The protocol was originally named Jabber and was developed by the Jabber open-source community in 1999 for near real-time, instant messaging (IM), presence information, and contact list maintenance. Designed to be extensible, the protocol has also been used for publish-subscribe systems, signalling for VoIP, video, file transfer, gaming, Internet of Things applications such as the smart grid, and social networking services. Unlike most instant messaging protocols, XMPP is defined in an open standard and uses an open systems approach of development and application, by which anyone may implement an XMPP service and interoperate with other organizations’ implementations. Because XMPP is an open protocol, implementations can be developed using any software license; although many server, clie...
Comments
Post a Comment