• 6 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle











  • I just tried opening discord a minute ago and got that lmao. Since I am on fedora I can’t use the deb file. Often pointing around on my system I found where all the discord files are and I made a script that downloads the discord .tar.gz file and moves all the files to the right places. Every time I get the prompt I run the script and it updates discord for me (:

    #! /usr/bin/sh
    
    wget -O discord.tar.gz "https://discord.com/api/download/stable?platform=linux&format=tar.gz"
    tar -xvf discord.tar.gz
    rm -rf discord.tar.gz
    sudo rm -rf /lib64/discord
    sudo mv Discord /lib64/discord
    

  • Most people will say its generally after you eat but I personally believe it should be before and after you sleep (including naps). I noticed that after naps my mouth feels very weird and things taste different but brushing my teeth stops that. Cavities mainly form while you sleep not while you are awake so going about your normal day with dirty teeth isn’t going to harm you even though its a bit gross.