Skip to content

Commit

Permalink
fixed error in facebook.com IP address
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelWorld20 committed Nov 3, 2023
1 parent 20feb76 commit ce1f6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0x08-networking_basics_2/0-change_your_home_IP
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ sudo cp /etc/hosts ~/hosts.new

nice -n 10 sed -i s/127.0.0.1/127.0.0.2/ ~/hosts.new
sudo cp -f ~/hosts.new /etc/hosts
echo "8.8.8.8 facebook.com" | sudo tee -a /etc/hosts
nice -n 10 echo "8.8.8.8 facebook.com" | sudo tee -a /etc/hosts

0 comments on commit ce1f6dc

Please sign in to comment.