[-] TheDarkQuark@lemmy.world 5 points 4 days ago

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:

  1. PATH = /home/werecat/corncob/bin + PATH
  2. persist (export) path for the duration of this session (usually until you close the terminal tab)

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.

[-] TheDarkQuark@lemmy.world 63 points 1 week ago

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

[-] TheDarkQuark@lemmy.world 72 points 3 weeks ago
sudo: apt: command not found
[-] TheDarkQuark@lemmy.world 127 points 3 weeks ago

That's it, I'm switching to Windows!

[-] TheDarkQuark@lemmy.world 69 points 1 month ago

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".

[-] TheDarkQuark@lemmy.world 60 points 2 months ago* (last edited 2 months ago)

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 forwards.

Cipher vs Actual

A → W

B → X

C → Y

D → Z

E → A

...

Z → V

[-] TheDarkQuark@lemmy.world 12 points 2 months ago

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.

[-] TheDarkQuark@lemmy.world 15 points 3 months ago

Bet that thing has a bidet!

[-] TheDarkQuark@lemmy.world 19 points 6 months ago

May be check out other privacy focused custom ROMs:

LineageOS: https://wiki.lineageos.org/devices/

DivestOS: https://divestos.org/pages/devices

/e/OS: https://doc.e.foundation/devices

[-] TheDarkQuark@lemmy.world 17 points 7 months ago

If I were you, I would just use Piped (piped.kavin.rocks). It stores all your subscriptions in Local Storage, and displays them in the "Feeds" section. The Feeds section also supports RSS, so you can get notified too. If you are on android, grab one of the Piped clients. NewPipe is the most recommended, but I really like the UI of LibreTube.

view more: next ›

TheDarkQuark

joined 1 year ago