Ubuntu
1. How to run on docker: docker run -it --name my_ubuntu ubuntu
2. How to enter in docker container: docker exec -it container-id /bin/bash
3. apt update
4. apt intall sudo
5.
Simple Linux commands
1. hot to stop running port: kill -15 $(lsof -ti:8080)
2.
Комментарии
Отправить комментарий