Skip to content

Instantly share code, notes, and snippets.

View romec512's full-sized avatar
💭
working on my project

romec512

💭
working on my project
  • Kazan
View GitHub Profile
@filipelenfers
filipelenfers / installJdkTarGzUbuntu.sh
Last active April 22, 2024 02:02
Install JDK from tar.gz Ubuntu
#Login as root
sudo su
#create jdk directory
mkdir /opt/jdk
#uncompress, change to your file name
tar -zxf jdk-8u5-linux-x64.tar.gz -C /opt/jdk
#check if files are there