Skip to content

Instantly share code, notes, and snippets.

@parsibox
Created June 30, 2020 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parsibox/09c7b57e405ba3fc1a312163c98b0f9f to your computer and use it in GitHub Desktop.
Save parsibox/09c7b57e405ba3fc1a312163c98b0f9f to your computer and use it in GitHub Desktop.
install java7 on centos
#sudo yum remove java*
sudo yum install -y java-1.7.0-openjdk-devel java-1.8.0-openjdk-devel maven wget htop nano iftop telnet net-tools mlocate mtr yum-utils sysstat zip unzip traceroute tcptraceroute tcpdump bind-utils ftp.x86_64
wget https://www.dialogic.com/files/DSI/developmentpackages/linux/dpklnx.Z --no-check-certificate
find ~/.m2/ -name "*.lastUpdated" | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment