• 5 Posts
  • 366 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle

  • Dad of 4 kids here, I would say use the system that let you concentrate more on the kid and less on tinkering the OS.

    Dad of 3 here with 20something years on Linux already. This is the correct answer. Just go for win11 if that’s the simplest route for you, Linux will be there once you have the capacity to learn it. With a new baby you’ll be exhausted, you have a crapload (sometimes quite literally) new things to learn already and you just won’t have the time to do all the things you used to (as you already know). Making things more challenging for you by switching to something completely new just eats the very little time you have for yourself.

    My work laptop has 11 running on it and it’s good enough. OS on that thing is not my call anyways, but at least on my workload it gets the job done.




  • did you forget the USSR existed and was a global superpower?

    Obviously not. That’s what I’m referring to, they had all the means to prosper. Crapload of our everyday things on medicine, power technology, engineering in general and a lot of other things are built on top of what USSR came up with. And even after USSR fell there was still all the possibilities for Russian Federation to grow and prosper but their leadership chose not to. With their natural resources alone, when managed sensibly, they could absolutely dominate the US and seriously challenge China.

    no nation on Earth can brainwash people into supporting an unpopular war

    But they have brainwashed people making the war popular in the first place. Creating enemies out of thin air, like claiming Ukraine with their jewish president is a nazi regime, is something Russia (and USSR) have been doing for centuries. Instead of improving their own country they just create distrust and destruction.

    racist screed about how Russians are some kind of backwards idiot nation.

    Russian people (at least the ones I know) are generous and hospitable. But Russia as a nation is really idiotic as they could just have it all. Practical global market domination with oil, forestry and agriculture, a crapload of minerals to refine and (once) some of the smartest humans around to advance their technology but instead of that they chose basically violence on multiple fronts.


  • I highly doubt that there would be any revolting, but if there is it’s all created by current leadership in Russia. They have all the resources and at least used to have one of the most advanced scientists on multiple fronts, massive culture and every other possibility to be an absolute global superpower with very few who could’ve challenged that.

    But instead they threw that all away, didn’t push their country forward to prosperity and instead let the selected few raid and rape the country. And now with the war in Ukraine, over million russians are either dead or wounded, economy crumbles and the whole empire is starting to fall.

    Nothing has changed since second world war in there and seems like nothing will.


  • There’s no nazi regime and never has been one in Ukraine, unless you want to claim that natzi party actually ruled in Ukraine around 1940. No one, nazi or otherwise, was threatening Russia, Putin just has his obsession of the Soviet Union glory (whatever that means on him) and that’s caused immense suffering and continues to do so every day.

    I hope they’re playing swan song soon on your television and radio once again.




  • And setting permissions on directories get’s them inherited by newly created/added files in there, right?

    No. They’re created based on ‘umask’ and changing directory permissions doesn’t automatically change permissions on underlying files (unless you set privileges recursively) nor new files in the directory.

    So how can i remove the ability from my homedir to execute current and new files but keep the traverse permission?

    For new files set your umask on what you want. By default it’s usually either 0002 or 0022. For existing files you can use find: find ~ -type f -exec echo chmod a-x {} \; (remove echo once you’ve confirmed that it does what you want).


  • IsoKiero@sopuli.xyztoLinux@lemmy.mlDistro advice for a specific case.
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    6 months ago

    big begginer distros

    I wouldn’t say that Mint is a ‘beginner’ distro. Sure, it’s beginner friendly, but it’s equally friendly for everyone. I’ve been a linux user for “a while” and currently I prefer Mint on my workstations. It offers me everything I need from a distro in a neat package and as I’ve been a Debian user since Potato it’s a familiar environment.

    But if OP want’s somehting “more linux-y” then good old Debian should do the trick. Basically anything with decently long history besides Ubuntu (in it’s current state) will do just fine.


  • I think what just_another_person means that Lenovo, specially at the beginning when they got the Think-brand from IBM years ago, tried to ride the brand and released sub-par laptops under ThinkPad -brand. At least some of the L-series were closer to what you could get from your local supermarket than actual work machines.

    The brand-riding is now greatly less and the crappy ones generally aren’t the models you can find refurbished from 3rd party retailer. I’m currently using T495 and it was ~300€ from a sale couple years ago, now you apparently can get L13 for less than that. And of course, when you buy used units do your homework and only make deal with a reputable seller, there’s always an option that previous owner didn’t treat the thing nicely.



  • Are all the distros having the same GNU/Linux kernel

    Yes. Different distros have different versions, patches and so on, but the underlying kernel is the same.

    if I replace all the Arch userland files into Debian’s, the system will become Debian?

    If by “userland” you mean files which your normal non-root user can touch, then no. There’s differences on how distributions build directory trees, file locations, binaries, versions and so on. You can of course replace all the files on the system and change distribution that way, a convenient way to do that is to use distros installer but technically speaking you can also replace them manually by hand (which I don’t recommend).






  • Official author don’t recommend it due to different semantics. But honestly for my own personal use case its fine for me.

    I don’t recommend that either. If you get used to that ‘rm’ doesn’t actually remove files and then your alias is missing for whatever reason it’ll bite you in the rear at some point. And obviously the same hazard goes with a ton of other commands too.


  • I came to suggest HGST but apparently I’ve been living under a rock, it’s been sold to WD over a decade ago. And yes, I know Hitachi is not European. Brand name is still around and the drives seem to be pretty decent, but they (too) are owned by US company and manufactured in China/Thailand.