How to install Php,Mysql and Lighttpd on Ubuntu
Install Lighttpd, PHP and MySQL on Ubuntu commands to install aptitude and Lighttpd: $ sudo apt-get update $ sudo apt-get …
Install Lighttpd, PHP and MySQL on Ubuntu commands to install aptitude and Lighttpd: $ sudo apt-get update $ sudo apt-get …
Install rpmforge repository: http://wiki.centos.org/AdditionalResources/Repositories/RPMForge Or · i386 http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.i386.rpm · x86_64 http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm Install DAG’s GPG …
$ cd Download $ wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm # rpm -ivh epel-release-6-5.noarch.rpm You must be logged in as Root for the below …
ACLs can be configured: 1.Per user 2. Per group 3.Via the effective rights mask 4.For users not in the user …
Generate a Self-Signed Certificate:- $a2enmod ssl $mkdir /etc/apache2/ssl $openssl req -new -x509 -days 365 -nodes -out /etc/apache2/ssl/ssl.pem -keyout /etc/apache2/ssl/ssl.key You …
Ddownload Tomcat http://tomcat.apache.org/ Unzip it with tar -zxvf Tomcatxxx.tar tar -zxvf apache-tomcat-7.0.25.tar.gz No make or configuration required, just change to …
Link to the download area on SourceForge: Download BandwidthD [root@planetmy]# tar xvfz bandwidthd-2.0.1.tgz [root@planetmy]# cd bandwidthd Configure and install the …
How to reset the mysql root password on Linux. Stop the mysql server:-/etc/init.d/mysql stop Start the mysql server manually without …
The most common host-based tool for checking for open ports on Windows or Unix systems is the netstat command. To …
I will explain how to install MySQL on Linux [Redhat, Fedora] platform. Type the following command as root user: # …