BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Iffy Books  |  404 S. 20th St., PHL - ECPv6.16.2//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:Iffy Books  |  404 S. 20th St., PHL
X-ORIGINAL-URL:https://iffybooks.net
X-WR-CALDESC:Events for Iffy Books  |  404 S. 20th St., PHL
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/New_York
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20220313T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20221106T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20230312T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20231105T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20240310T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20241103T060000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20230630T180000
DTEND;TZID=America/New_York:20230630T210000
DTSTAMP:20260525T014911
CREATED:20230613T020946Z
LAST-MODIFIED:20230622T023310Z
UID:10000439-1688148000-1688158800@iffybooks.net
SUMMARY:🚂 Model Internet Club
DESCRIPTION:The Model Internet Club meets again on Friday\, June 30th\, 6–9 p.m. Our goal is to build an offline network for fun and learning. \nAt our last meeting we all connected to a wi-fi router (instead of using Ethernet and a switch like the last few meetings). As usual\, most of us were using Linux Mint. \nWe started by giving our computers static IP addresses in the router admin panel\, which meant we needed to find our MAC addresses. Here’s a command to get your IP address and MAC address: \nip addr \nHere are the steps for hosting a local website using Python: \nmkdir ~/Desktop/website\ncd ~/Desktop/website\necho "<html><body><p>Welcome to my cool website.</p></body></html>" > index.html\nsudo python3 -m http.server --bind 192.168.0.111 --directory . 80 \nThe command below sets your hostname to steve. After running this command and rebooting\, your computer will be accessible on the network at steve.local: \nhostnamectl hostname steve \nWe also used Netcat to chat over the network. You can run this command to start listening on port 9999: \nnc -l 9999 \nThen run this command on another computer on the network\, using the IP address of the first one: \nnc 192.168.0.125 9999 \nTo use UDP instead of TCP\, add -u to the commands above. \nWe discussed several possible ways to create a custom top-level domain for the local network\, which will mean running a DNS server (or perhaps using mDNS). \nWe ended with a discussion on ways to host multiple websites from a single computer. \nIf you have expertise in any of the topics above\, consider joining us on June 30th at 6 p.m.! If you aren’t an expert\, come out and learn!
URL:https://iffybooks.net/event/model-internet-june-30/
LOCATION:Iffy Books (319 N. 11th St.)\, 319 N. 11th St. #2I\, Philadelphia\, PA\, 19107\, United States
ATTACH;FMTTYPE=image/png:https://iffybooks.net/wp-content/uploads/2023/06/07_Model_Internet_Club_Iffy_Books_ig.png
ORGANIZER;CN="Iffy Books":MAILTO:iffybooks@iffybooks.net
END:VEVENT
END:VCALENDAR