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
Empowering Everyone: Accessibility Features in LibreOffice
LibreOffice.org is my preferred productivity suite, and I've covered how I use it both as a graphical office suite and a terminal command in...
The secrets of the usermod command
Most SysAdmins use a diverse set of commands, but it's usually the same set of commands. And, most frequently, the...
Using htop to manage your Linux system
I use a lot of tools in my daily SysAdmin role. One of the most important ones in my toolkit...
Etherpad: Revolutionizing Real-Time Collaboration
A conversation with a friend today led me to remember Etherpad. In an age of digital collaboration, finding the right tool...
Processing files with ‘find’ and ‘xargs’
Here’s how I used ‘find’ and ‘xargs’ to locate the articles I wrote and count the words.
My mom requests a Linux computer
Image by: Opensource.com Editor’s note: This article by David Both was published by Opensource.com on November 16, 2015. It’s republished...