
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
Why Linux Is the Hidden Engine Behind Modern Tech
Linux is everywhere—quietly powering the digital world. Whether you’re streaming, driving, learning, or exploring space, chances are Linux is helping...
AWS Agony
Did you notice that Both.org was up and running fine yesterday morning -- despite the global side-effects of the Amazon...
3 easy ways to make screenshots on Linux
Here are three methods I use to capture screenshots on Linux.
How I write with Linux — My complete toolchain
Exploring the toolchain I use to write my books and articles.
How to parse text strings in C
Use strtok to parse a string using ‘tokens’ in your next C program.
A quick look back at ATO 2025
Here it is Thursday already and All Things Open 2025 closed its doors on Tuesday. I spent all three days...