- 0 Posts
- 5 Comments
Ftumch@lemmy.dbzer0.comto
Linux@lemmy.ml•I just found out my fiancee wants to switch to linux, lets start a distro war, what should be her first? + other questions
27·14 days agoAny 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:
- KDE - Very configurable, nice looking, a bit heavy.
- Gnome - Simple and very opinionated, so not very configurable, a bit heavy.
- Cinnamon - Should feel familiar to Windows users, a bit faster than KDE and Gnome.
- Cosmic - A middle ground between Gnome’s simplicity and KDE’s configurability, pretty fast.
- XFCE - Very fast and light-weight, fairly configurable, but not very flashy.
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:
- Fedora or Ubuntu with Gnome
- OpenSUSE with KDE
- Linux Mint with Cinnamon
- Pop!_OS with Cosmic
- Mint or Ubuntu with XFCE
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.
Ftumch@lemmy.dbzer0.comto
Linux@lemmy.world•The amount of mental gymnastics to come up with (and justify) this is insaneEnglish
3·19 days agoI installed Windows 11 Pro 24H2 yesterday and the oobe\bypassnro trick worked for me. You just have to make sure no ethernet cable is connected. Then if you tell the installer you have no internet, it’ll let you create a local account.
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; doneYou just counted to nine using a loop and a variable!

I’ve been using Linux for about 25 years. I completely stopped using Windows at home more than a decade ago.
I do some volunteer work for an organisation that refurbishes old computers and gives them to people who can’t afford one. For the time being we’re using Rufus to bypass TPM and other hardware requirements so we can install Windows 11 on everything.
We’re willing to install Linux for people who want it, but unfortunately I haven’t seen that happen yet. Most of our customers have no idea what an OS is. A lot of people also need Windows for education or work. There’s a free course available that teaches how to use a computer and of course that is also Windows-only.
We helped one of our colleagues to install Mint on his old laptop, though.