Hi…

  • I don’t know what to say in the introduction, but in brief I have some questions about Linux, which were formed after trying some distributions on DistroSea and observing Linux communities on the Internet. Can you help with the answer?
  1. I liked Gnome DE interface very much, but whenever I look at the empty workspace after closing an app , I feel that something is missing (sorry, I have been using Windows for almost 15 years). Is there an add on - or any other way - to install some apps on workspace? Or do I have to get used to it as it is ?

  2. I read that Linux is more problematic on laptops than on personal computers, is this true? If so…what are the usual problems and is there a way to avoid them?

  3. Are there any distributions that come with the minimum pre-installed apps ? … I mean not even a video or music player

  4. If I want to delete a pre-installed app (let’s say the default browser), can this be done easily or does it require root, like Android?

  5. Does rooting invalidate the system from obtaining updates?

  6. I read that switching DEs is easy… but how exactly is it done? Something in the settings, or downloading the interface independently, or customizing it to be similar to the other, or something else?

  7. Lazy question : What are wayland and docker? I see a lot of people mentioning them

  • Sorry for the many questions, and thanks in advance
  • @solrize
    link
    5
    edit-2
    23 days ago
    1. Like someone else said, try MATE, it is more like windows and even though I’m not a windows user, I find it less confusing than gnome.
    2. to some extent though maybe not as bad as before. Solution seems to be buy a Thinkpad since that’s what more devs tend to use. I’ve stayed with that plan and haven’t had much trouble, though at work I had an Acer laptop that also worked fine.
    3. Yes, I generally run Debian, including on small servers where there is not even a window manager (because no screen), much less a browser, music player, or anything like that.
    4. Generally stuff like that requires root, but root just means admin privs. It’s normally protected by a password that you yourself choose when you install the OS. That is, the idea is that you own your computer and can do what you want with it, so of course you have root and can use it when needed. Android is the weird exception that breaks that model, transferring ownership of your phone to app vendors and keeping you out of the application data.
    5. No
    6. DE=desktop environment? Ermmm… maybe not so easy. Simplest might be separate user accounts for different DE’s? Idk, I just use MATE though I’ve played with XMonad n the past.
    7. Wayland = relatively new window system (API through which applications show stuff on the screen), intended to replace X (older system). Docker = container system for wrapping an application and its dependencies in one package, to prevent the Linux version of “DLL hell”. This is mostly used on servers as Linux’s packaging systems tend to be better than Windows’s and not get you into too much trouble, as long as you don’t try to mix approaches on a single machine.