0
点赞
收藏
分享

微信扫一扫

AWS

素的盐 2023-05-23 阅读 53


  • Install JDK

You now need additional steps to get the file, as Oracle requires you to accept the licence:

a) Go to download page using Firefox, click accept terms
b) Use Export Cookies add-on, to save a cookies.txt file
c) Upload cookies.txt to your instance
d) Then:
wget --load-cookies cookies.txt -O jdk-6u33-linux-i586-rpm.bin http://download.oracle.com/otn-pub/java/jdk/6u33-b03/jdk-6u33-linux-i586-rpm.bin

If you download the rpm (no .bin) file call:
rpm -Uvh /path/to/binary/jdk-7u5-linux-i586.rpm

  • Transferring Files to Your Linux Instance Using the PuTTY Secure Copy Client

C:\> pscp -i C:\Keys\my-key-pair.ppk C:\Sample_file.txt user_name@public_dns:/usr/local/Sample_file.txt

举报

相关推荐

AWS认证

AWS VPC

AWS CLI

AWS概述

AWS 网络

aws凭证

aws slb

0 条评论