반응형
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
- Strimzi
- linux
- docker
- namespace
- java
- devops #jenkins
- container
- ioredirection
- mongodb operator
- 초간단파이썬
- 쿠버네티스
- Kubernetes
- multivm
- DOIK
- httpd실행
- WEB
- springboot
- nginx
- python
- aws #engineer
- 도커
- devops #engineer
- k8s
- Vagrant
- Engineer
- bash
- RSS
- 파이썬
- variable
- 컨테이너
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