This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Macro title: toc-right | |
## Macro has a body: N | |
## | |
## Developed by: Benjamin DUPUIS | |
## Date created: 05/08/2011 | |
## Date Updated: 30/11/2016 | |
## Installed by: Benjamin DUPUIS | |
## @param Maxlvl:title=MaxLvl|type=int|required=true|desc=Max Level|default=5 | |
## @param Float:title=Float|type=boolean|required=true|desc=Float/Fixed Position|default=true | |
## @param Hidable:title=Hidable|type=boolean|required=true|desc=Hidable (Float menu only)|default=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat /etc/netplan/01-netcfg.yaml | |
# This file describes the network interfaces available on your system | |
# For more information, see netplan(5). | |
network: | |
version: 2 | |
renderer: networkd | |
ethernets: | |
enp1s0f0: | |
dhcp4: no |