Download problems with “Using and Administering Linux – Zero to SysAdmin” files
Some files for experiments do not download properly
It was brought to my attention by reader Benjamin Robertson that experiments that use the wget command to download files from GItHub result in unusable files. This is due to an error in the URL and can easily be corrected.
For example, the command:
wget https://github.com/Apress/using-and-administering-linux-volume-2/blob/master/Experiment_6-1.txt
Should be:
wget https://github.com/Apress/using-and-administering-linux-volume-2/raw/master/Experiment_6-1.txt
Note that /blob/ should be changed to /raw/ in the above URL as well as others that use the wget command. The known instances of this problem are in:
- Volume 1, Experiment 12-1
- Volume 2, Experiment 6-1
- Volume 2, Experiment 6-3
- Volume 2, Experiment 17-1
- Volume 3, Experiment 17-1
This problem does not occur when the wget command is used with other sites such as RPMFusion and WordPress. It only occurs with GitHub.
I apologize for any problems this has caused you. I am working with Apress to determine why this problem has just shown up.
More Stories
A Fresh Look at Manjaro KDE Plasma
Linux adventures come in many distributions, and Manjaro is no exception. I decided to download the KDE Plasma version of...
Dipping My Toes into the Arch World with Manjaro Cinnamon
I decided it was time to explore a distribution I had no experience with, so I downloaded Manjaro Cinnamon. I...
A look at Fedora 43 Server Edition
I decided to look more closely at the Fedora 43 Server Edition after struggling to set up a BtrFS system...
Reasons for Moving to Linux
Cyndi Bulka, my yoga teacher and co-author of our book, “Linux for Small Business Owners”, and I both switched to Linux for some similar as well as a few different reasons. We did it for our businesses as well as our personal computing needs.
Triangle Linux User Group (TriLUG) February Meeting
Triangle Linux Users Group Topic: Why I use Linux -- And have never used WindowsPresenter: David BothWhen: Thursday, 12 February...
Update on my Oldest Computer
Something interesting happened today that I decided to write about. Not that I don't find interesting things to write about...