Horje
sudo systemctl restart networking Code Example
network manager restart ubuntu
sudo service network-manager restart
sudo systemctl restart networking
Linux Network
#To Restart network
$ sudo /etc/init.d/networking restart

#To stop and start use the following option (do not run them over remote ssh session as you will get disconnected):
$ sudo /etc/init.d/networking stop
$ sudo /etc/init.d/networking start

#Debian/Ubuntu Linux with systemd, run:
$ sudo systemctl restart networking
           or 
$ sudo systemctl restart NetworkManager.service 




Shell

Related
vlc Code Example vlc Code Example
adding in ssh agent Code Example adding in ssh agent Code Example
git reset hard to remote Code Example git reset hard to remote Code Example
rails scaffold Code Example rails scaffold Code Example
terminal git add ssh key Code Example terminal git add ssh key Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13