ClipBucket is an open-source and free Multimedia Management Script used to build your own media sharing site like YouTube, Metacafe, Veoh and Hulu etc. Whether you are a small fan club or a big Multi Tier Network operator, Clipbucket will fulfill your video management needs. In this tutorial let us build a basic Youtube like website . Here i use CentOS 6.532bit edition to setup thiswebsite. My hostname and IP address are servergeniusansh.com and 192.168.0.155/24 respectively. Change these values as per your scenario. Prerequisites Install Apache, MySQL, PHP and PHP modules: [root@server ~]# 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@server ~]# /etc/init.d/mysqld start [root@server ~]# /etc/init.d/httpd start [root@server ~]...
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...
Comments
Post a Comment