반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- WEB
- nginx
- ioredirection
- aws #engineer
- 파이썬
- 도커
- bash
- linux
- k8s
- Strimzi
- java
- namespace
- springboot
- Engineer
- Kubernetes
- docker
- 쿠버네티스
- Vagrant
- container
- RSS
- 초간단파이썬
- devops #engineer
- variable
- devops #jenkins
- 컨테이너
- python
- DOIK
- httpd실행
- multivm
- mongodb operator
Archives
- Today
- Total
목록httpd실행 (1)
샤인의 IT (막 적는) 메모장
[Bash] 기본 작성 ( + WEB 서버 실행 스크립트)
기본 문법 스크립트 작성 및 Permission 부여한 후 실행 [root@scriptbox scripts]# cat firstscript.sh #!/bin/bash ### This script prints system info ### echo "Welcome to Bash script" echo #Check system time echo "###############################" echo "The uptime of the system is: " uptime #Memory Check echo "###############################" echo "Memory Utilization" free -m #Disk Check echo "########################..
Programming/Bash
2022. 1. 22. 17:47