mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 04:58:21 +00:00
b088086b06
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.
785 B
785 B
Network configuration in Linux
To access the internet, you need the following components:
- The driver of the network device installed and enabled. (See 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 Network manager configuration.