[-] shindig1457@lemmy.world 8 points 6 days ago

We all have a final deadline for finishing our backlog and experiencing as much as we can in this world.

[-] shindig1457@lemmy.world 3 points 1 year ago

Yes, please. Missed RightsCon this year.

[-] shindig1457@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

This is the script. /home/deck/scripts/fstab contains my customised fstab file. Yes, after an update, I just run this script once.

#!/bin/bash

if [ ! -f ~/.config/kdesurc ];then
  touch ~/.config/kdesurc
  echo "[super-user-command]" > ~/.config/kdesurc
  echo "super-user-command=sudo" >> ~/.config/kdesurc
fi

if [ ! -f /var/mnt/nas ];then
  sudo -c 'sudo mkdir "/var/mnt/nas"'
fi

sudo cp -a /home/deck/scripts/fstab /etc/fstab
sudo steamos-readonly disable
sudo pacman -Syy
sudo pacman-key --init
sudo pacman-key --populate
sudo pacman -S --overwrite "*" nfs-utils
sudo steamos-readonly enable
sudo mount -a
[-] shindig1457@lemmy.world 10 points 1 year ago

Good job. You now have tons of data. Where do you show the ads?

[-] shindig1457@lemmy.world 3 points 1 year ago

That is correct. The best case is to write a script to make your desired changes, and then run it after each system update.
My own use-case is that I have a NFS mount-point for my Steam Deck to use extra storage on my NAS. After the first time I figured out how to get it mounted, I made a script to disable read-only filesystem, make all the changes to the system, and then re-enable read-only filesystem. After every system update, I just run that script once.

[-] shindig1457@lemmy.world 29 points 1 year ago

NSFW communities don't show up by default. You can create an account on that instance to view all of them, or visit https://lemmyverse.net/communities to search for your specific interests.

[-] shindig1457@lemmy.world 74 points 1 year ago

It's pretty easy. Just don't go to lemmynsfw.com. hopefully, we'll get a way to ~~subscribe to~~ block all communities on another instance with a single click at some point to make this easier.

1
submitted 1 year ago* (last edited 1 year ago) by shindig1457@lemmy.world to c/snoocalypse@lemmy.ml

cross-posted from: https://lemmy.world/post/186895

I just logged in and checked my reddit account, and all my deleted posts have come back.

0
submitted 1 year ago* (last edited 1 year ago) by shindig1457@lemmy.world to c/RedditMigration@kbin.social

cross-posted from: https://lemmy.ml/post/1290893

I just logged in and checked my reddit account, and all my deleted posts have come back.

shindig1457

joined 1 year ago