The SR-71 is really fast and sleek, sure, but how can it be your favourite when it doesn’t even have a massive gun that goes BRRRRRRRRRRRRRRRRRRRRRRRRT!..?
- 0 Posts
- 3 Comments
Joined 2 months ago
Cake day: August 10th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Ftumch@lemmy.dbzer0.comto Ask Lemmy@lemmy.world•Looking to change to a Linux-based OS on a laptop, but I don't really understand coding so I haven't tried any of them. Is LinuxMint a good place to start?102·2 months agoUsing the command prompt is not coding.
Ackshually, whenever you write something into the command prompt and it works, you’re writing valid Bash (or whatever shell you’re using) code. Bash is a programming language, so technically you are coding.
For example, try typing the following into a terminal:
for ((i = 0; i < 10; i++)); do echo $i; done
You just counted to nine using a loop and a variable!
Any of the large, easy to use distributions should work just fine. I’d recommend a popular distribution because it’ll be easier to get help online. So consider Mint, Fedora, OpenSuse, Ubuntu and maybe Pop!_OS.
I think the main consideration should be which DE (desktop environment) she’d like to use. IMO the main contenders would be:
Based on which DE she prefers, I’d suggest getting a distribution that comes with said DE by default, for the best possible integration. How do you figure out which DE she likes best? Put Ventoy on a USB stick along with a few different Linux ISOs. Ventoy wil let you choose which one to boot from a menu. You could get the following ISOs:
Download an ISO for each, install Ventoy on a USB stick and copy the ISOs to the stick. Boot into each ISO and play around with the desktop for a bit. When she’s figured out which DE she prefers, install a distribution that comes with that desktop.