    1  rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
    2  yum -y install ntfs-3g
    3  chown -R root:apache /var/www/html
    4  chmod -R u=rwx,g=rx,o=x /var/www/html
    5  yum intall php-mysql -y
    6  yum install php-mysql -y
    7  yum install php-mbstring -y
    8  yum install php-mcrypt -y
    9  mysqladmin -u root password 2/24/52
   10  chmod -R g=rwx /var/www/html/upload
   11  chmod -R g=rwx /var/www/html/static
   16  find . -name "*.rpm"
   18  yum list installed | less
   21  yum repolist >/media/html/html/repo.list
   23  history  >/media/html/html/command.list
   24  mysql -u "root" -p2/24/52 "ProjectManagement" < "/home/system/backup/ProjectManagement.sql"

