We all have a final deadline for finishing our backlog and experiencing as much as we can in this world.
We all have a final deadline for finishing our backlog and experiencing as much as we can in this world.
Yes, please. Missed RightsCon this year.
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
Good job. You now have tons of data. Where do you show the ads?
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.
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.
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.
Gurudwaras (Sikh temples) usually keep a bowl of big handkerchief-like cloths for people to tie on their heads. They look kind of like a bandana after tying.
DNSSEC is simple. I just did it for a domain on cloudflare. Enable it in your DNS interface (cloudflare in my case), and then copy paste a few things to your domain registrar.
Yes, definition of personal data from GDPR:
‘personal data’ means any information relating to an identified or identifiable natural person (‘data subject’); an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person;
They are supposed to verify that the person requesting deletion or another right under GDPR is the same as the person whose data it is, or that at least the requester is authorized to act for the person whose data it is.
For companies, GDPR applies to people in European Economic Area whose data is used by companies, or companies that have an office in EEA or another stable arrangement in EEA and process personal data of people located anywhere.
Translation: We can’t be bothered to put in the effort to bring it back for you if you want it back.
Correct, but you can’t reply or vote there without an account on beehaw or another instance that they do federate with. That’s what they are concerned about. They are saying they are concerned about just anybody making posts or comments on beehaw because of open user registrations on lemmy.world and sh.itjust.works.
Those are outdated posts. See https://lemmy.world/post/149743 for explanation.
My play preference generally goes: PSP or PS Vita > Switch Lite or Switch > Steam Deck > Gaming PC.
Joplin has its own sublemmy: !joplinapp@sopuli.xyz or /c/joplinapp@sopuli.xyz
Gnome’s default file explorer does allow drag and drop to add a directory (folder) to the left sidebar. It just has to go into the middle list on the left sidebar. You cannot add things to the top list by drag and drop. KDE is far far more customisable than Gnome, but changing too many settings can sometimes make KDE unstable. If you choose KDE, try changing only a few settings at a time. Gnome takes the approach of making it more beginner friendly by making it harder to break and providing an experience that Gnome devs think would be the best.