diff --git a/linux/015-wget-howto.md b/linux/015-wget-howto.md index 5b3f824..ec25560 100644 --- a/linux/015-wget-howto.md +++ b/linux/015-wget-howto.md @@ -63,4 +63,10 @@ $ wget --no-check-certificate [URL] FTP download is possible too: ``` $ wget --ftp-user=[username] --ftp-password=[password] [FTP URL] -``` + +Network-scripts Config File +There are two ways you can edit the network interface configurations in Linux: + +GUI environment +Command-line +Both REHL (and CentOS) and Ubuntu both contain graphical utilities for editing these configuration files. Those graphical utilities will be accessed in a different way depending on which graphical interface you are using.