Skip to content

Instantly share code, notes, and snippets.

View mahamuniraviraj's full-sized avatar

Raviraj Mahamuni mahamuniraviraj

  • Satara, India
View GitHub Profile
@mahamuniraviraj
mahamuniraviraj / InstallMySQLOnCentOs7.txt
Created May 20, 2017 20:54
Install Mysql Community server latest (v5.7) on Centos 7
# Download the rpm file to add mysql repository from https://dev.mysql.com/downloads/repo/yum/
# download (mysql57-community-release-el7-XX.noarch.rpm) here XX is current version
# Downloaded file (mysql57-community-release-el7-11.noarch.rpm)
# Now add mysql repo
rpm -ivh mysql57-community-release-el7-11.noarch.rpm
# Now we can install mysql community
@mahamuniraviraj
mahamuniraviraj / installLatestGitOnCentOs7.txt
Created May 10, 2017 19:56
Install Latest Git On Cent OS 7
# Centos 7.3 comes with 1.8.3
# so update git from centos repo
yum update git
# it shows nothing to update
# we download git source and build and install latest git on Centos 7.3
@mahamuniraviraj
mahamuniraviraj / installMaven.txt
Last active November 17, 2017 04:12
install maven 3.5 on centos 7
# go to https://maven.apache.org/download.cgi
# download latest version Binary tar.gz archive file
# copy /opt directory
cd /opt
# extract tar file , replace x.x with downloaded version
tar xzvf apache-maven-x.x.0-bin.tar.gz
@mahamuniraviraj
mahamuniraviraj / installJava.txt
Last active May 10, 2017 16:03
Install Oracle Java 8 on CentOS 7
java -version
# visit http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
# determine latest jdk version
# accept license and select i586/x64 rpm version and click download .ex jdk-8uXXX-linux-x64.rpm where XXX is revision