Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 015-wget-howto.md #218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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.