• 2 Posts
  • 50 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle




  • One of them is a laptop, why ssh to the server isn’t an option? Set up tmux on the server so it always connects to the same session, so you can just continue where you left last time. If you need desktop support, rdp in gnome works really well.

    E.g if you connect with this command, and tmux is installed on the server, it will start a new session named “main”. If a session with that name exists it will connect to that:

    ssh -t pi@192.168.1.2 tmux new-session -A -s main

    Add something to .bashrc on the server to always do the same if you work on that phisically:

    if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
    tmux new-session
    fi
    







  • infeeeee@lemm.eetoLinux@programming.devRadicle 1.0 released
    link
    fedilink
    arrow-up
    32
    arrow-down
    1
    ·
    edit-2
    9 days ago

    Congratulations!

    Small reminder, if you don’t remember from last time it was posted to all communities on lemmy, this is still a project by cryptobros:

    What is the relationship between Radicle and the Radworks ($RAD) token?

    Radicle is a true peer-to-peer protocol. It doesn’t use nor depend on any blockchain or cryptocurrency.

    Radworks, the organization that has been financing Radicle is organized around the RAD token which is a governance token on Ethereum.

    https://radicle.xyz/faq

    @7heo@lemmy.ml reviewed it 6 months ago:

    This doesn’t pass the smell test.

    • Instructs to pipe the output of curl in sh
    • Assumes that sh is bash [1]
    • “Community” behind it is apparently originating in Berlin, and is now a “nonprofit foundation in Switzerland”, but has no publicly disclosed legal structure anymore.
    • “Community” behind it uses discord, but not revolt, matrix, simplex or others.
    • “Community” behind it uses twitter, but not mastodon.
    • Cryptobros.







  • infeeeee@lemm.eetoFediverse@lemmy.worldThreads Enables Fediverse Replies
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    4
    ·
    edit-2
    21 days ago

    Since I stopped using mainstream socialmedia I can’t follow musicians I’m interested in. Some have a bandcamp page and rss works there, but they just upload their albums there, nothing else. At least I get notified about new releases. I tried to follow facebook and instagram pages via rss-bridge, but it’s not working for years now. My selfhosted bibliogram sometimes work, but it’s unmaintained so it will die at some point if instagram changes something. (I just found there is a maintained fork, yess) My ip usually gets blocked, so I get all posts once a week only in batch.

    So I’m interested, unfortunately none of them enabled fedi integration yet, (afaik it’s a settings for them in threads) so I’m waiting when they will enable it for everyone.

    I don’t want to debate about politics or whatever you are afraid of.