From 957d940213d3701fa04df551647292544e9070f4 Mon Sep 17 00:00:00 2001 From: CHANDRESH JHANSIWALE <56162464+chandresh1339@users.noreply.github.com> Date: Sun, 31 Oct 2021 12:46:20 +0530 Subject: [PATCH] Update 015-wget-howto.md Update 015-wget-howto.md --- linux/015-wget-howto.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.