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 New Way to Watch Your Linux System Work
Here are 3 ways you can keep an eye on your Linux system performance.
The secret to fixing a mangled filesystem
Modern computers and the storage devices we use in them, both HDDs and SSDs, are quite resilient. It's seldom that...
15 Essential Open-Source Backup Utilities to Protect Your Data
Protecting your data has never been more crucial. With the advent of hybrid work, cloud-native applications, and ransomware threats, reliable...
Why Zorin OS 18 Might Be the Best Linux Release for New Users
It’s been a while since I tried a new Linux distribution, so I was game for a new experience when...
AI slop broke Windows
30% of the code in Windows has been written by AI. At the same time, pretty much all Windows core features are broken.