vpn

email

turing server

software

python and gpu server usage

hostel ips

wpa_supplicant.conf file for raspbian

country=IN

network={
  ssid="iitk(Highspeed-5GHz)"
  scan_ssid=1
  key_mgmt=WPA-EAP
  eap=TTLS
  identity="youruserid"
  password="yourpassword"
  phase2="auth=PAP"
}

dhcpd static ip file for raspbian

interface eth0
# dummy values below
static ip_address=198.51.100.235/21
static routers=198.51.100.1
static domain_name_servers=172.31.1.1 172.31.1.130
static domain_name=h5.iitk.ac.in
static domain_search=cc.iitk.ac.in iitk.ac.in

# make wlan0 higher priority interface
interface wlan0
metric 100