Skip to content
View nishant-ketu's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report nishant-ketu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. java8-install.sh java8-install.sh
    1
    #!/bin/sh
    2
    
                  
    3
    # remove previous versions of java
    4
    sudo yum remove -y java-1.7.0-openjdk
    5
    wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u92-b14/jdk-8u92-linux-x64.rpm"
  2. linux-install-jenkins.sh linux-install-jenkins.sh
    1
    # from https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Red+Hat+distributions
    2
    
                  
    3
    sudo su -
    4
    wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo
    5
    rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key
  3. wildfly10-install.sh wildfly10-install.sh
    1
    #!/bin/sh
    2
    
                  
    3
    # remove previous versions of java
    4
    sudo yum remove -y java-1.7.0-openjdk
    5
    wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u92-b14/jdk-8u92-linux-x64.rpm"
  4. Devops Devops Public

    Java

  5. docker_flask_app docker_flask_app Public

    Python

  6. Git-Commands Git-Commands Public