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
From ‘Obsolete’ to Opportunity: How Five Old PCs Found New Purpose
Linux Mint Cinnamon repurposes five eleven-year-old machines that can’t run Windows 11.
VirtualBox Problem Solved
I recently wrote about booting to a previous kernel when the updated kernel caused problems with VirtualBox. This did allow...
Announcing the 3rd Edition of “Using and Administering Linux”
I've just signed the contracts for the 3rd Edition of my "Using and Administering Linux" series of books, that together...
Fresh KDE Innovation Meets Ubuntu Stability
Recently, I came across a blog post about the latest release of Plasma KDE Neon, and it piqued my curiosity. I...
Getting Help for Linux
If you're a newcomer to Linux, or you are considering making the move to Linux, one question you'll most certainly...