일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 코테
- python3.7
- vm tac 구성
- CentOS
- DDL 추출
- X11 forwarding
- tablespace
- db
- tibero
- golang
- OPEN CURSOR
- implicit
- X11
- terraform
- tac
- oracle
- Tuple
- 파이썬
- Python
- tas tac
- 프로그래머스
- Linux
- vm
- 코딩테스트
- 티베로
- 암시적 커서
- VM 설정
- 리눅스
- VMware
- 묵시적 커서
Archives
- Today
- Total
목록벌쳐 (1)
줄기세포
[vultr cloud / Shell Script] s3cmd 자동 설치
1. user_data에 아래와 같이 입력하면, 배포시 s3cmd 설치 진행할 수 있습니다. $[ 이 부분을 환경에 맞게 설정하시면 됩니다. ] #!/bin/bash # PARAMETER ENDPOINT=$[Hostname] SECRET_KEY=$[Secret_key] ACCESS_KEY=$[Access_key] BUCKET='%(bucket)s.$[Hostname]' PASSWD=$[Passwd] # DOWNLOAD S3CMD .REPO FILE wget -P /etc/yum.repos.d/ http://s3tools.org/repo/RHEL_6/s3tools.repo # UPDATE YUM REPOSITORY yum repolist # INSTALL S3CMD yum install s3cmd -y #..
Linux
2023. 4. 14. 17:48