Information Technology13 [HTML5] 01. Training for HTML basic source At the first time, you need to download Visual Studio Code software. (Search them into Google) Click to Visual Studio Code! - Save as.. (Otherwise, you can digit Ctrl + Shift + S) - for example, you can save as a.html (file type is html) - Basic Code Block Contents area that can be printed 2019. 8. 18. How to install java in Centos7 step by step 1. You have to install OpenJDK 11 JDK at the first time (As you know, OpenJDK 11 is the current LTS version of Java and the recommended version to install) sudo yum install java-11-openjdk-devel 2. Verify the installation, you can check to run the following command which will print the Java version java -version At that point, you should have successfully installed Java on your CentOS system. 2019. 8. 13. How to enable automatically login without private key in AWS EC2 Linux CentOS7 You have to edit file named sshd_config sudo vi /etc/ssh/sshd_config - PermitEmptyPasswords no - PasswordAuthentication yes - ChanllengeResponseAuthentication no Then, you have to Save and Restart! systemctl restart sshd and then you have to restart SSH Services right now. **Please refer to the following document provided from AWS http://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/putty.html 2019. 8. 13. 이전 1 2 다음