• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: August 23rd, 2023

help-circle

  • sudo@programming.devtoProgramming@programming.devWhy is my tmux borked?
    link
    fedilink
    arrow-up
    5
    arrow-down
    2
    ·
    edit-2
    1 month ago

    Unironically try turning your computer off and on again.

    Tmux settings are global and persistent. Just deleting your config files is insufficient. You have to kill the server and restart it. Uninstalling and reinstalling will not kill a running tmux server. tmux kill-server should work too.

    Now if it persists across reboots, then there must be a file still lingering somewhere. If you are sure your home directory is clean you can try searching whatever you installed in /etc.

    This is all assuming you’re trying to go back to a clean slate and failing. If the borked status bar is the result of your current .tmux.conf, then you’ll have to post that.








  • I just read your other more recent comments. You think its the old dog whistle usage when its clearly the literal Pro-Israel-Ethno-State meaning. I don’t know how you could interpret it as anything other than literal Zionists when the subject is their genocide in Gaza. “Zionist” here includes Biden and Trump.




  • Sounds easier to opt out of those mailers entirely. There’s a website sponsored by the FTC to do it. But you can only opt out of 5 years online. To do it permanently you must print out and mail in the form.

    https://www.optoutprescreen.com/

    AFAIK it works but it reeks of bullshit. First its a .com but its what the FTC recommends. It seems like the feds forced the credit companies to make the website and their really upset that your missing all these credit opportunities. Maybe they lower your credit score if you actually fill it out.


  • I’m very suspicious of the uses cases for this. If the compiled bash code is unreadable then what’s the point of compiling to bash instead of machine code like normal? It might be nice if you’re using it as your daily shell but if someone sent me “compiled” bash code I wouldn’t touch it. My general philosophy is if your bash script gets too long, move it to python.

    The only example I can think of is for generating massive install.sh