Skip to content

Instantly share code, notes, and snippets.

View guillemc23's full-sized avatar
🤓
Copying and pasting from Stack Overflow

guillemc23

🤓
Copying and pasting from Stack Overflow
  • Poopals Inc
View GitHub Profile
@filipelenfers
filipelenfers / installJdkTarGzUbuntu.sh
Last active May 20, 2024 08:18
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