
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
How to get started with Linux
Many of the messages I see in the #Linux feeds on BlueSky and mastodon are Windows users lamenting the end of Support for Windows 10. Many are unable to upgrade to Win11 because their hardware won’t support it. Others are fed up with Windows in general and their efforts to force user to upgrade with suggestions like donating their old computers to purchase a new Win11 one.
How to find Open Source Software to replace your Windows software
Author's note: This article is based on Chapter 6 of my book, "Linux for Small Business Owners," with my coauthor...
Mastering Screenshots with KDE Spectacle:
Writing blog posts that share my experiences with Linux and open-source software often requires screenshots of accomplishing a task or...
Beware Fedora updates of April 28, 2024
It breaks iptables with no warning I'm rather angry right now but I promise to remain calm -- at least...
Learning to use System Settings in Fedora KDE Plasma
I have been using Fedora with the KDE Plasma desktop environment for almost three months, and overall, it’s been a...
The duf command
The duf command is an advanced form of the df command that uses boxes to separate the storage device types into local, fuse (User space file storage), and special devices.