stop trying to make fetch happen

it is not going to happen

Speed test cli

January 31, 2020 — ~level3

I have a bash file

#!/bin/bash
(date) >> ~/log/speed.log
speedtest-cli >> ~/log/speed.log

When I run it from the commandline like sh speed.sh, it works just fine. When I run it as a crontab, I only get the date, not the speed test results.

Why is that?

tags: question, tech-support, bash, fedora-31, speedtest-cli, automation

Dot files

December 01, 2019 — ~level3

do this now

https://www.atlassian.com/git/tutorials/dotfiles

tags: git, bash, dotfile, dotfiles, config