Skip to content

Commit d0ff424

Browse files
committed
deleted MySQL directory
1 parent 4247ba5 commit d0ff424

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

0x08-networking_basics_2/0-change_your_home_IP

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
cp /etc/hosts ~/hosts.new
77
echo "127.0.0.2 localhost" > ~/hosts.new
88
echo "8.8.8.8 facebook.com" >> ~/hosts.new
9-
cp -f ~/hosts.new /etc/hosts
9+
cp -f ~/hosts.new /etc/hosts
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22
# This script displays all acive IPv4 addresses on the machine.
33

4-
ifconfig | grep -Eo "inet (addr:)?([0-9]*\.){3}[0-9]*" | cut -b 6-
4+
ifconfig | grep -Eo "inet (addr:)?([0-9]*\.){3}[0-9]*" | cut -b 6-

0 commit comments

Comments
 (0)