How to install phpMyAdmin in Centos

Install phpMyAdmin is very easy, but to to that you have to follow few steps. Install phpMyAdmin First of all you need to have installed the right repository: epel Here is how i installed it on my server: [root@patrizio ~]# wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm –2015-06-03 13:34:49– http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm Resolving dl.fedoraproject.org (dl.fedoraproject.org)… 209.132.181.25, 209.132.181.23, …

Continue reading

RPMBUILD

Introduction to RPMBUILD Rpmbuild is a tool useful to create .rpm packets which contain programs, documents, configuration files etc etc. To create rpm packet, RPMBUILD uses his own DIRECTORIES: SOURCES: contain source file (before rpm creation) SPECS: file .spec SRPMS: new source file (after rpm creation) RPMS: file rpm BUILD: …

Continue reading