Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

configure static ip address ubuntu server 20.04

network:
  ethernets:
    enp0s3:
      addresses: [192.168.1.3/24]
      gateway4: 192.168.1.1
      nameservers:
        addresses: [4.2.2.2, 8.8.8.8]
  version: 2
Comment

ubuntu 20.04 ifconfig public ip address

dig +short myip.opendns.com @resolver1.opendns.com
Comment

PREVIOUS NEXT
Code Example
Shell :: github desktop 
Shell :: ssh list port forwards 
Shell :: list of created ssh port forwarding 
Shell :: check ubuntu uptime 
Shell :: search everithing for ubuntu 
Shell :: install ansible 
Shell :: Git - create new branch and switch to that new branch 
Shell :: how to resolve conflict in git 
Shell :: ffmpeg extract single frame 
Shell :: delete all lines in vi 
Shell :: commande pour installation de dotnet 3.5 offline 
Shell :: env file firebase 
Shell :: split vim window 
Shell :: reset git file 
Shell :: ssh copy to clipboard 
Shell :: install node on fish-shell 
Shell :: sed add newline 
Shell :: sed replace all until match in line 
Shell :: conda install django-cors-headers 
Shell :: git flow feature 
Shell :: install gitflow 
Shell :: pyinstaller dmg on mac 
Shell :: mac m1 linux install 
Shell :: if you cannot update any of the repositry in ubuntu 
Shell :: How to change MAC Termianl Prompt 
Shell :: xcode errSecInternalComponent 
Shell :: Target DEP-11-icons-small (stable/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-groovy.list:1 and /etc/apt/sources.list.d/docker-ce.list:1 
Shell :: share folder from windows to ubuntu oracle VM 
Shell :: time machine logs 
Shell :: linux ssh access by ip 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =