dns,code,network

This commit is contained in:
Marc Beninca 2019-08-25 12:42:26 +02:00
parent c94fee02c5
commit 18955dc7a3
9 changed files with 63 additions and 31 deletions

View file

@ -12,6 +12,7 @@ RTFD
public/curl/index public/curl/index
public/dd/index public/dd/index
public/debian/index public/debian/index
public/dns/index
public/docker/index public/docker/index
public/ffmpeg/index public/ffmpeg/index
public/firefox/index public/firefox/index
@ -52,7 +53,7 @@ RTFD
:caption: Categories :caption: Categories
:maxdepth: 2 :maxdepth: 2
public/network/index public/code
.. toctree:: .. toctree::
:caption: Personal :caption: Personal

8
in/public/code.rst Normal file
View file

@ -0,0 +1,8 @@
code
====
.. toctree::
bash/index
c/index
python3/index

View file

@ -0,0 +1,10 @@
hostname
========
.. todo:: command
* /etc/hostname
::
name

15
in/public/dns/hosts.rst Normal file
View file

@ -0,0 +1,15 @@
hosts
=====
* /etc/hosts
localhost
---------
.. warning:: include hostname or sudo complains
::
127.0.0.1 localhost
::1 localhost

9
in/public/dns/index.rst Normal file
View file

@ -0,0 +1,9 @@
dns
===
.. toctree::
:maxdepth: 2
hostname
hosts
resolv

19
in/public/dns/resolv.rst Normal file
View file

@ -0,0 +1,19 @@
resolv
======
* /etc/resolv.conf
cloudflare
----------
::
nameserver 1.1.1.1
google
------
::
nameserver 8.8.8.8
nameserver 8.8.4.4

View file

@ -1,12 +0,0 @@
*****
Hosts
*****
LocalHost
=========
::
::1 localhost
127.0.0.1 localhost

View file

@ -1,7 +0,0 @@
Network
=======
.. toctree::
:maxdepth: 2
hosts/index

View file

@ -136,14 +136,3 @@ Tasks
* on-the-fly LibreOffice documents conversion * on-the-fly LibreOffice documents conversion
* send emails as own domain name's alias * send emails as own domain name's alias
* personal GPG key signature * personal GPG key signature
Name resolution
---------------
* /etc/hosts
::
127.0.0.1 localhost
::1 localhost