ifupdown2,fixes
This commit is contained in:
parent
5e965826e3
commit
86a5ae0f4c
6 changed files with 31 additions and 26 deletions
|
@ -5,6 +5,7 @@ RTFD
|
|||
:maxdepth: 2
|
||||
|
||||
public/firefox/index
|
||||
public/ifupdown2/index
|
||||
public/libnss3-tools/index
|
||||
public/openssl/index
|
||||
public/archives/index
|
||||
|
|
22
in/public/ifupdown2/configure.rst
Normal file
22
in/public/ifupdown2/configure.rst
Normal file
|
@ -0,0 +1,22 @@
|
|||
Configure interfaces
|
||||
--------------------
|
||||
|
||||
* /etc/network/interfaces
|
||||
|
||||
.. code:: shell
|
||||
|
||||
source /etc/network/interfaces.d/*
|
||||
|
||||
* /etc/network/interfaces.d/lo
|
||||
|
||||
::
|
||||
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
* /etc/network/interfaces.d/eth0
|
||||
|
||||
::
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet dhcp
|
6
in/public/ifupdown2/index.rst
Normal file
6
in/public/ifupdown2/index.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
ifupdwon2
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
|
||||
configure
|
|
@ -8,5 +8,4 @@ Security
|
|||
gpg/index
|
||||
openssh-client/index
|
||||
openssh-server/index
|
||||
openssl/index
|
||||
tcplay/index
|
||||
|
|
|
@ -5,7 +5,7 @@ Web
|
|||
:maxdepth: 2
|
||||
|
||||
nginx/index
|
||||
apache/index
|
||||
apache2/index
|
||||
|
||||
nodejs/index
|
||||
tomcat/index
|
||||
|
|
25
in/tasks.rst
25
in/tasks.rst
|
@ -3,7 +3,7 @@ Tasks
|
|||
|
||||
* latest
|
||||
|
||||
* tty size → setfont (/usr/share/consolefonts/*.psf.gz)
|
||||
* tty size → setfont (/usr/share/consolefonts/\*.psf.gz)
|
||||
* vcard spec
|
||||
* chntpw / reged -e
|
||||
* chvt
|
||||
|
@ -137,29 +137,6 @@ Tasks
|
|||
* send emails as own domain name's alias
|
||||
* personal GPG key signature
|
||||
|
||||
Network interfaces
|
||||
------------------
|
||||
|
||||
* /etc/network/interfaces
|
||||
|
||||
.. code:: shell
|
||||
|
||||
source /etc/network/interfaces.d/*
|
||||
|
||||
* /etc/network/interfaces.d/lo
|
||||
|
||||
::
|
||||
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
* /etc/network/interfaces.d/eth0
|
||||
|
||||
::
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet dhcp
|
||||
|
||||
Name resolution
|
||||
---------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue