Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 272 Bytes

Debian.md

File metadata and controls

14 lines (9 loc) · 272 Bytes
Enable eth1
  1. sudo nano /etc/network/interfaces
  2. auto eth1

iface eth1 inet static

address 192.168.235.101

netmask 255.255.255.0

  1. sudo service networking restart
Install Python3 and pip3
  1. sudo apt-get install python3 python3-pip -y