Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

configure static ip address linux

# for debain in /etc/network/interfaces
# you can find your network adapter with ip a
# no need for network or broadcast address when you set your netmask right

auto <your-networkadapter>
allow-hotplug <your-networkadapter>
iface <your-networkadapter> inet static
        address 192.168.X.X
        netmask 255.255.255.X
        gateway 192.168.X.X
Comment

linux set ip static

ip address add 172.16.251.1/24 brd + dev wlan0:0
Comment

PREVIOUS NEXT
Code Example
Shell :: linux command to go to the previous directory 
Shell :: how to install yagmail 
Shell :: nasm compile windows 64 
Shell :: install sketch for ubuntu 
Shell :: linux command to update nodejs 
Shell :: ubuntu uninstall ros 
Shell :: check all running processes linux 
Shell :: bash get current process id 
Shell :: linux bash connect to postgres 
Shell :: octave ubuntu 20.04 
Shell :: bash inline countdown 
Shell :: install sublime text on ubuntu 20.04 
Shell :: install serverless framework 
Shell :: git bash terminal weird characters 
Shell :: how to give full permission to another user linux 
Shell :: publish website locally 
Shell :: Unsupported upgrade request. 
Shell :: install docke machine 
Shell :: command for Installing the Python Requests Library using Pipenv 
Shell :: jupyter show digits 
Shell :: vim remove all commented lines 
Shell :: scp file download 
Shell :: install screen recorder linux 
Shell :: docker commit 
Shell :: clone at a given commit github 
Shell :: cloning repository github 
Shell :: proxy_connect_timeout nginx ingress 
Shell :: copy one file content to another in linux 
Shell :: ERROR: Get https://registry-1.docker.io/v2/ 
Shell :: how to find ssh config file mac 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =