wiki/notebook/linux.network-configuration.org
Gabriel Arazas b088086b06 Merge evergreen notes into the notebook
Now, it's all under the notebook umbrella. Seems to be appropriate as it
is just my notes after all.

I also updated some notes from there. I didn't keep track of what it is
this time. Something about more learning notes extracted from my
"Learning how to learn" course notes and then some. Lack of time and
hurriness just makes it difficult to track but it should be under
version control already.
2021-07-21 16:28:07 +08:00

20 lines
785 B
Org Mode

:PROPERTIES:
:ID: a208dd50-2ebc-404d-b407-3ec2f556535e
:END:
#+title: Network configuration in Linux
#+date: "2021-05-31 13:07:38 +08:00"
#+date_modified: "2021-07-20 19:51:34 +08:00"
#+language: en
# TODO: Try out non-systemd way of network configuration.
# Now you have to try out something like FreeBSD or OpenBSD.
To access the internet, you need the following components:
- The driver of the network device installed and enabled.
(See [[id:a7d9897e-fbaa-4ab1-a26d-4a86d2621df8][Linux drivers]] for more details.)
- A network manager to manage your network devices ;p
- A DNS resolver to access domain names which are aliases to IP addresses.
If you're using systemd, you can start with [[id:e4dba4ef-71dd-4d30-9a2c-4ad97223510b][Network manager configuration]].