dns,code,network
This commit is contained in:
parent
c94fee02c5
commit
18955dc7a3
9 changed files with 63 additions and 31 deletions
|
@ -12,6 +12,7 @@ RTFD
|
|||
public/curl/index
|
||||
public/dd/index
|
||||
public/debian/index
|
||||
public/dns/index
|
||||
public/docker/index
|
||||
public/ffmpeg/index
|
||||
public/firefox/index
|
||||
|
@ -52,7 +53,7 @@ RTFD
|
|||
:caption: Categories
|
||||
:maxdepth: 2
|
||||
|
||||
public/network/index
|
||||
public/code
|
||||
|
||||
.. toctree::
|
||||
:caption: Personal
|
||||
|
|
8
in/public/code.rst
Normal file
8
in/public/code.rst
Normal file
|
@ -0,0 +1,8 @@
|
|||
code
|
||||
====
|
||||
|
||||
.. toctree::
|
||||
|
||||
bash/index
|
||||
c/index
|
||||
python3/index
|
10
in/public/dns/hostname.rst
Normal file
10
in/public/dns/hostname.rst
Normal file
|
@ -0,0 +1,10 @@
|
|||
hostname
|
||||
========
|
||||
|
||||
.. todo:: command
|
||||
|
||||
* /etc/hostname
|
||||
|
||||
::
|
||||
|
||||
name
|
15
in/public/dns/hosts.rst
Normal file
15
in/public/dns/hosts.rst
Normal 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
9
in/public/dns/index.rst
Normal file
|
@ -0,0 +1,9 @@
|
|||
dns
|
||||
===
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
hostname
|
||||
hosts
|
||||
resolv
|
19
in/public/dns/resolv.rst
Normal file
19
in/public/dns/resolv.rst
Normal 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
|
|
@ -1,12 +0,0 @@
|
|||
*****
|
||||
Hosts
|
||||
*****
|
||||
|
||||
LocalHost
|
||||
=========
|
||||
|
||||
::
|
||||
|
||||
::1 localhost
|
||||
|
||||
127.0.0.1 localhost
|
|
@ -1,7 +0,0 @@
|
|||
Network
|
||||
=======
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
hosts/index
|
11
in/tasks.rst
11
in/tasks.rst
|
@ -136,14 +136,3 @@ Tasks
|
|||
* on-the-fly LibreOffice documents conversion
|
||||
* send emails as own domain name's alias
|
||||
* personal GPG key signature
|
||||
|
||||
Name resolution
|
||||
---------------
|
||||
|
||||
* /etc/hosts
|
||||
|
||||
::
|
||||
|
||||
127.0.0.1 localhost
|
||||
|
||||
::1 localhost
|
||||
|
|
Loading…
Reference in a new issue