일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Python
- ncp
- Subnet
- CloudFront
- dns
- ALB
- FSX
- 윈도우
- RDS
- CLI
- Storage
- S3
- route table
- 테라폼
- 네이버 클라우드 플랫폼
- storage gateway
- 도메인
- Windows
- Athena
- NaCl
- lambda
- Jenkins
- AWS
- EC2
- terraform
- VPC
- AD
- Dedup
- Linux
- security group
Archives
- Today
- Total
목록우분투 (1)
끄적이는 보송
WSL 우분투 "System has not been booted with systemd as init system" 에러
sudo systemctl start 윈도우 WSL 우분투 환경에서 이 간단한 명령어가 안먹혀 당황스러웠다. 이유는 해당 OS는 systemd 를 사용하지 않기 때문이라고 한다. 하지만 (대부분) SysV init system (sysvinit) 을 사용한다. 그렇다면 어떻게 에러는 어떻게 해결할 수 있을 까? 답은 간단하다. 안쓰면 된다 다음 표를 참고하자 systemctl start service_name service service_name start systemctl stop service_name service service_name stop systemctl restart service_name service service_name restart systemctl status service_n..
STUDY/Windows
2021. 7. 4. 21:21