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
The article:
You can, but I recommend btop
. It’s much more cooler.
sudo: apt: command not found
For a person with not much familiarity with Linux, and just wants to check things out, I would recommend starting out with a VM. WSL is good, but that is not the “Linux experience”. Moreover, if they are not already familiar with the command line, it may be a bit intimidating. The same goes for dual booting. It’s more technical, and it’s more appealing to just jump back into Windows when things go wrong on Linux. VM approach though, gives you a sandboxed space (with DEs and all) where you can smoothly get familiar and comfortable with Linux before making the final switch. That’s my personal opinion for beginners.
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.
I agree. I myself use GrapheneOS. However, seeing that OP despises Pixels so much, I figured these would be the next best options.
May be check out other privacy focused custom ROMs:
LineageOS: https://wiki.lineageos.org/devices/
DivestOS: https://divestos.org/pages/devices
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.
Don’t think he has the time though.