How to install Apache Http server in Fedora Core

There are two ways to install Apache Http server in Fedora Core, either with yum command to install automatically and manual install it by compiling the source. Steps to install automatically 1) Search Apache package with yum search command yum search httpd P.S Apache http server in fedora is called httpd 2) Get the Apache …

Read more

Fedora Password is Strong !!!

Fedora you are strong !!! Here i share a bit funny stuff, regarding when i reset my postgres user password in fedora core 8. Please view below picture. Actually i just want to set a easy remember password for user postgres. However i unable to do it. First i enter password as “password” Fedora : …

Read more

How to install postgresql in fedora core

Here i share how i install postgresql in fedora core. I spent full day to find out a solution. Hope this help 1) First please get a PostgeSQL source code n compile it for installation or using yum command in fedora core. a) Regarding PostgeSQL source code Compilation, please visit here https://mkyong.com/database/how-to-compile-postgresql-database-source-code-in-linux/ b) Regarding Yum …

Read more

How to install java jdk on fedora core (linux)

How to install java jdk on fedora core? here i provide few steps to demonstrate how it’s work. Installation Setup 1 ) Please visit sun java website to download any java jdk version you like. http://java.sun.com/javase/downloads/index.jsp 2 ) Click download, select Linux platform, language and accept license and continue. 3 ) Select “Linux RPM in …

Read more