Explore >> Select a destination


You are here

www.opensourceforu.com
| | trendless.tech
1.9 parsecs away

Travel
| | [AI summary] The text provides a comprehensive overview of computer networking, covering the OSI model, TCP/IP, LANs, WANs, network management, and carrier power. It explains how data is transmitted through different layers, the role of encryption, and the importance of documentation. The text also discusses cybersecurity, routing protocols, and the balance between government regulation and market competition.
| | unorde.red
2.9 parsecs away

Travel
| |
| | williamdurand.fr
1.9 parsecs away

Travel
| | I am writing a minimum viable network stack from scratch for ArvernOS (a UNIX-like toy kernel). This two-part story describes some protocols of the TCP/IP stack as well as some implementation details in the context of ArvernOS.
| | hjr265.me
21.6 parsecs away

Travel
| I have lines like these in my /etc/hosts file: 127.0.0.1 toph.local 127.0.0.1 drafts.toph.local 127.0.0.1 quiz.toph.local I can run development servers locally and access them over .local hostnames (e.g. toph.local) instead of the loopback IP addresses (e.g. 127.0.0.1). It works fine. But every time I start working on a new project, I needed to add a new line to the /etc/hosts file. It didn't sit right with me. I should be able to point all *.