• 5 Posts
  • 254 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle













  • ch00f@lemmy.worldtoMicroblog Memes@lemmy.worldit worked!
    link
    fedilink
    English
    arrow-up
    4
    ·
    10 days ago

    I used to work in portable electronics. We had a battery vendor who wanted to overnight us some samples (like 100mAh cells).

    To get them on the plane, they just bought a My Neighbor Totoro night light, popped it open, and shoved the battery inside. They didn’t even tell us they were going to do that.








  • One thing to note that I just learned!

    If you rsync over a network, you need to be careful. While you might sude rsync -a to maintain file ownership on the sending side, the receiving side will not be a superuser and therefore will be unable to make files owned by other users.

    If you add "–rsync-path “sudo rsync” in the ssh version of the command, it’ll tell the receiving side to use sudo which will allow it to maintain file ownership when storing the files.