-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from hduhelp/eson_dev
EsonDev PR
- Loading branch information
Showing
3 changed files
with
61 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
net: | ||
auth: | ||
# i-HDU wifi login | ||
# | ||
# Manually method | ||
# username always is your student id like 20051101 | ||
# password is what u know | ||
# and put the file at your home directory | ||
# | ||
# Auto method | ||
# hdu-cli net login --username 20051101 --password your-password | ||
# After Testing on my Kali linux The ( -s / -d ) option seems not work correctly. | ||
# There need further debugging. | ||
username: 20051101 | ||
password: your-password |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters