1. 구글 클라우드 컴퓨팅 서비스 접속하여 로그인, 카드등록
2. 인스턴스 생성하기
3. 인스턴스 설정하기
4. 기본 명령어
rollout147@glados:~$ sudo su -
root@glados:~# ls
snap
root@glados:~# ls -a
. .. .bashrc .profile .ssh snap
root@glados:~# ls -l
total 4
drwx------ 3 root root 4096 Oct 16 10:18 snap
root@glados:~# cd snap/
root@glados:~/snap# cd ..
root@glados:~# cd snap/
root@glados:~/snap#
root@glados:~/snap# ls
lxd
root@glados:~/snap# cd lxd/
root@glados:~/snap/lxd# ls
29619 common current
root@glados:~/snap/lxd# pwd
/root/snap/lxd
root@glados:~/snap/lxd# cd ~
root@glados:~# cd /
root@glados:/# cd ~
root@glados:~#
5.SSH 작업
6. FileZila 설정
7. tomcat 설정
https://sweet-rain-kim.tistory.com/25
8. oracle의 종속성 문제 해결
https://stackoverflow.com/questions/10619298/libaio-so-1-cannot-open-shared-object-file
9. ubuntu에 tomcat 설치
https://tomcat.apache.org/download-80.cgi
1. apache-tomcat-원하는 버전.tar.gz를 주소창 뒤에 붙여넣고, 명령창에 wget 과 함께 주소 통째로 붙여넣어서 설치하기
2. tar -xvf ap(tab으로 자동완성)해서 압축해제하기
10. tomcat 설치 확인
저 주소 뒤에 :8181치고 들어가서 톰캣뜨면 설치확인 완료
11. 오라클에 새 접속
curl -v http://jmauto-database.c32agou0mbuk.ap-southeast-2.rds.amazonaws.com:1521
sqlplus admin@jmauto-database.c32agou0mbuk.ap-southeast-2.rds.amazonaws.com:1521/ORCL ==>> 이거 사용
/home/ubuntu/apache-tomcat-10.1.31/webapps/AWS_JmAuto
'일지 > 코딩자습' 카테고리의 다른 글
취업특강 -1. 인성면접 (0) | 2024.10.29 |
---|---|
프로젝트에 깃 접목하기 (0) | 2024.10.29 |
취업역량강화 수업 (0) | 2024.10.22 |
2024_06_23_일 (0) | 2024.06.23 |
2024_06_22_토 (0) | 2024.06.22 |