Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

yaml file example ubuntu netplan error

# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config:disabled}
network:
  version: 2
  ethernets:
    enp0s3:
       addresses: [192.168.0.183/24]
       gateway4: 192.168.0.250
       dhcp4: false
       nameservers: 
         addresses: [8.8.8.8,8.8.4.4]
       optional: true
Comment

PREVIOUS NEXT
Code Example
Shell :: change default browser is not working in manjaro 
Shell :: powershell return tuple 
Shell :: git tagging for manging relesing dev.to 
Shell :: run camunda in linux mint 
Shell :: git commit id 7 characters 
Shell :: how to check my git username and password 
Shell :: bash execute last command by keyword 
Shell :: sed print all lines except last 
Shell :: bitcoind-sv linux 
Shell :: Run Apache as Separate user and group 
Shell :: filmora remove watermark free 
Shell :: cups server cannot cancel jobs 
Shell :: Rename all items in a directory to lower case 
Shell :: python rasterstats install 
Shell :: schedule a job bash 
Shell :: laravel face detection package github 
Shell :: vim emacs 
Shell :: git remote add ssh url 
Shell :: How to install u-torrent from a tar.gz on Kali Linux 
Shell :: how to install devel dependencies drupal 
Shell :: clone git bare repository 
Shell :: android studio add flutter plugin 
Shell :: startup with docker compose 
Shell :: git conflicts in yarn-lock 
Shell :: Let NetworkManager manage all devices on wsl 2 
Shell :: pipeline structural bioinformatics 
Shell :: get jre path terminal macos 
Shell :: git remote repo from the cmd prompt 
Shell :: install gem globally windows 
Shell :: apache terminal count files in folder 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =