Father of two, husband, gamer, lover of free software, and willing teacher.

Creator of Fireside Fedi Show: https://tubefree.org/@firesidefedi

Chief Executive Officer BT Free: https://btfree.org/

  • 3 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: March 16th, 2025

help-circle
  • ozoned@piefed.socialtoSelfhosted@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    22
    arrow-down
    1
    ·
    2 months ago

    Absolute best of luck to you! :) We need more diversity in software!

    I hope AcitivityPub or some federation mechanism is being supported. :)

    If you ever want to come on a podcast, Fireside Fedi, let me know. :)

    Also if/when you’re ever needing someone to test the software I’m starting another show called Works On My Machine Live where I install the software and talk to the dev during it.



  • ozoned@piefed.socialtoLinux@lemmy.mlCrontab problems... 😤 [solved]
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    8 months ago

    This is the answer. Everyone assumes your user Crontab works just like you. It doesn’t. You have to be explicit as possible, because it’s basically like another person attempting to run your stuff, but not having any of your environment variables.

    So you’re telling it to CD, but calling the script name then tells it to look in it’s path, which it won’t have that. T

    he ./ says ‘run from right where I am right now’ while ‘<scriptname>’ says run an executable where ever it is which then immediately checks $PATH, bit not local.

    So ‘./<script name>’ says run my script and it’s right HERE in the place you’re in right now.










  • I’m not doing a publishing platform really. And I can’t seem to get email going. I’ve tried with MailerSend and while I know I can send email, through swaks, Ghost just won’t. Someone told me it only uses MailGun, which I attempted to set up and after 2 days the DNS verification didn’t go through, even though I konw for a fact it was there. And at this point I really don’t want lock in to a specific service if that’s true.