Skip to content

Commit

Permalink
Updates basics_of_linux.md
Browse files Browse the repository at this point in the history
Auto commit by GitBook Editor
  • Loading branch information
xapax committed Oct 5, 2017
1 parent 27e2b49 commit 95fd920
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions basics_of_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -841,8 +841,14 @@ If you use standard desktop installation for Ubuntu or Debian you get NetworkMan
# Stop NetworkManager
sudo systemctl stop NetworkManager.service
# Start NetworkManager
sudo systemctl start NetworkManager.service
# Disable it so it won't start at boot
sudo systemctl disable NetworkManager
#Enable it so it will start at boot
sudo systemctl disable NetworkManager
```

Network cards \(NIC\) are identified by their mac address, hosts by theirip address andapplications by their port number.
Expand Down Expand Up @@ -871,8 +877,6 @@ sudo ip link set dev eth0 down
# So use ifup and ifdown!
ifconfig eth0 up
ifconfig eth0 down
```

**Configure an interface with ip or ifconfig**
Expand Down

0 comments on commit 95fd920

Please sign in to comment.