Tbh, it makes me sad that the Swastika is viewed as a racist symbol. It has existed for ages before the advent (and collapse?) of Nazis. The Nazis have misappropriated it in the eyes of the western world. There are still numerous cultures all over the world who view the swastika as a symbol of good health.
Explaining like you are 5:
If you have worked with programming languages, you might have come across global variables and inbuilt functions/keywords. PATH
is a similar global variable for your terminal session.
Every time you open up a terminal, you load up these “global variables”, and you/programs can access them (or the applications assigned to them).
So, let’s say you have your application (executable) as /home/werecat/corncob/bin/corn
, instead of starting it with ./home/werecat/corncob/bin/corn ...
, if you have /home/werecat/corncob/bin
in your PATH
variable, you can just use it as corn ...
.
export PATH="/home/werecat/corncob/bin:$PATH"
just means:
PATH = /home/werecat/corncob/bin + PATH
If you see somewhere to add it to your /home/werecat/.bashrc
file, it means “all commands in .bashrc file are auto-executed every time you start a new terminal session, so if you have it there, you won’t need to manually keep entering the command over and over again”.
You can list these environment variables by just running:
env
Also, recommend you have a look at https://www.freecodecamp.org/news/how-to-set-an-environment-variable-in-linux/.
Hope this helps. Good luck on your Linux journey.
I’m glad that you want to switch to Linux, but I think there’d be open source solutions for Windows too. I daily drive Linux, and I would begin with looking for open source timers if I ever need timers. Why not do the same in Windows too?
Here are a few: https://alternativeto.net/software/free-countdown-timer/?platform=windows&license=opensource
Try launching the program from a terminal, and see if there are any GPU specific log messages. May be also have a look via journalctl
.
Also nvtop
and nvitop
gives you a GPU monitor.
This is the oldest I could find (from 2013): https://www.dailyrecord.co.uk/news/uk-world-news/john-niven-were-living-high-2319290
The article:
You can, but I recommend btop
. It’s much more cooler.
That’s it, I’m switching to Windows!
I don’t use Proton Drive too much, but for my use case, it works great. I sometimes save files in there and share them via urls, and it works great for that use case.
The last time I used Bitwarden, the base plan did not support 2FA which is a must for me. Keepass keeps it local, and supports 2FA too. These days, I use Proton Pass more because I want easier sync across my devices, but I back up everything to Keepass every once in a while.
Here are the ones I use:
This is the hardest and you might need to hop a lot. But, these are the ones I have: FreeTube, Grayjay, LibreTube, NewPipe, PipePipe, and if none of these work, then YTDLnis (yt-dlp client)
ProtonMail (Tuta is heavily suggested too, but I personally have never used it)
Proton Drive (although I don’t use cloud storage much)
Stock and AvesLibre (I heard Immich is good too, but I cannot afford self hosting atm)
VLC
VLC
Proton Pass and KeepassXC
ProtonMail and K9Mail
Proton Pass and KeepassXC
Breezy Weather
ProtonVPN has “Stream films, sports events, and videos on any streaming service (Netflix, Hulu, Amazon Prime Video, Disney+, BBC iplayer etc)” in its description.
Torrhunt and Orion Torrent Client, both have the tag “netflix torrent”.
They do. It just doesn’t work for them, but they aren’t opposed to it.
Matrix doesn’t offer disappearing messages (which I consider important for digital minimalism and cybersecurity. Even if the user chooses not to enable this feature, it should be an option). Again though, if you have a found a use case for these messengers and they appeal to you and you’re able to get the people you interact with using them, great!
anime waifus
I rarely use AI, but when I do, I use local instances. I personally use Ollama (https://ollama.com). It exposes a REST API which extensions/plugins can talk to. I used Privy in VSCod(e/ium) and CodeCompanion in Neovim.
It’s a ROT cipher. This is what it means:
I love you. Will you be my boyfriend?
“4” is just the shift. All letters are shifted four characters backwards.
A → W
B → X
C → Y
D → Z
E → A
…
Z → V
Then, to minimize the harm, be cautious of (third-party) cookies (reject them all) and may be use a different browser/session for Facebook.
What social media are we talking? I access Lemmy through Tor every now and them. As for more intrusive social media (like Facebook and Instagram), they’ll try to associate your IP to your profile. So, they would be suspicious of continuously changing IPs, and ask for more verification (even more intrusive), or just ban you from their services. Also, they can easily know if the request is made from a tor node (try opening https://www.dan.me.uk/tornodes from a tor IP).
However, if I were to even ignore you accessing their service via a tor IP, it is still not private. Facebook, for instance, is very adamant on users providing their actual info. I tried opening a facebook account on multiple occasions, both with fake and partial information, and always got banned from their service. I have completely stopped trying now.
Let’s say you already have an account, and you are accessing the service through Tor (without them blocking or banning you somehow). It would still be a bad idea privacy-wise, because all your user activity is still being tracked, and linked to your profile (which might have your real info). So, you are still being extensively profiled, and your data would still be used for “improving their services and the user experience”.
So, unfortunately, the only thing to do is not provide them with more data points to track you, i.e. avoid intrusive social media altogether or move to social media which collect less data.
I won’t have any of them as my sibling!