Skip to content

KSriki/SocketProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SocketProgramming

Repo using Docker for learning about Python Socket Programming

Tutorials used:

docker run -it --name=n1 ubuntu
apt-get -y update
apt-get -y install iputils-ping
apt-get -y install iproute2
apt-get -y install dnsutils

# 'ip a' gives:
172.17.0.2/16

docker run -it --name=n2 ubuntu
apt-get -y update
apt-get -y install iputils-ping
apt-get -y install iproute2
apt-get -y install dnsutils

# 'ip a' gives:
172.17.0.3/16

apt-get -y install python3 apt-get -y install python3-pip apt-get -y install vim apt-get -y install sqlite3

Create user

adduser sriki su sriki cd mkdir test0 cd test0

About

Repo using Docker for learning about Python Socket Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published