how to change the define IP in linux

At command prompt type -  setup
Go to  – Network configuration
edit  – device
go to  – etho (etho) – Realtek semiconductor Co., Ltd
then hit enter and it will go to Devernet Configuration
Static Ip 172.100.151.46(here put the ip)
Netmask 255.255.255.0
default gateway Ip 172.100.151.1
then after saving all at command prompt
service network restart
then reboot there server

No comments:

ORA-00059: Maximum Number Of DB_FILES Exceeded in 19C database

When I am adding datafile to my 19C database facing the below error. SQL> alter tablespace DATA  add datafile '/u01/data/data15.dbf&#...