Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion linux/015-wget-howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.