Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

jre-8u331-linux-x64.rpm

wget --no-check-certificate -c --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/java/17/archive/jdk-17.0.1_linux-x64_bin.rpm
Comment

jre-8u331-linux-x64.rpm

cd /usr/java/amazon-corretto-*-linux-x64/bin
for i in java javac jfr; do path=$(find `pwd`/$i -type f); echo $path; sudo alternatives --install /usr/bin/$i $i $path 20000 ; sudo update-alternatives --config $i ; done
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install solana token 
Shell :: 7zip split archive command line fat32 
Shell :: cairo dock/glx dock install on ubuntu 22. 
Shell :: openfoam for ubuntu 
Shell :: shell owner and permission linux 
Shell :: play nethack through firewall 
Shell :: Update VS Code from Microsoft Repository 
Shell :: how to run built in automated test of your project in django 
Shell :: how to take a screenshot of the login or lock screen in ubuntu linux 
Shell :: list all the created users ids only 
Shell :: powershell send message to all currently logged on users 
Shell :: run docker yml arch linux 
Shell :: command to delay the prompt for a specified time 
Shell :: docker unpause 
Shell :: bash tab adds backslash before dollar sign 
Shell :: arch symlink 
Shell :: Create bash BACKUP 
Shell :: explicitly pull images from docker hub and list them on your terminal 
Shell :: run pageant on bootup 
Shell :: edgeos hosts file 
Shell :: best ubuntu torrent downloader 
Shell :: assign diff result into a variable in shell script 
Shell :: linux text shortcut 
Shell :: wp scan website 
Shell :: linux logrotate output of command 
Shell :: stop git advice on empty path spec 
Shell :: kubenetes repo 
Shell :: adb install --abi armeabi-v7a aab 
Shell :: vscode is blacking out on wsl 
Shell :: unorm npm 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =