Announcement

Collapse
No announcement yet.

Gentoo Saw Total Commits Rise By 42% In 2020, Great Progress On Wayland

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    Originally posted by k1e0x View Post

    Gentoo takes a while to understand it's use flags. What you want to set and what you don't. If you're looking for a source compile OS FreeBSD / Gentoo are somewhat close to each other. The creator of Gentoo was a BSD fan. FreeBSD's ports can use make flags, although it's somewhat more basic than Gentoo but also their is a default way to build packages and binary packages if you don't want to mess with self compile at all. Gentoo doesn't have that.

    ZFS might be a good option for you because once you have the base install if you mess it up the desktop build you can just roll it back.
    That is just it...I want to go through the process in order to understand and optimize. If I had wanted to use Gentoo binaries, I would have used Funtoo. Thanks for the ZFS option...I will think on that. However, I will still have to mount the home partition on NTFS if I want to share it with the other operating systems (primarily Windows which I have no choice about - that thing called a job which gives me thing called a paycheck). That is the part I am most concerned about - but I do have good backups. I just have limited time and I do want to have to spend it restoring operating systems - especially Windows. Restoring Windows is time consuming. I can do a fresh install of KDE Neon with everything I need and a tweaked desktop in less than 50% of the time it takes me to do the same for Windows. Less than 25% of the time if you count the time I have to spend "taming" windows with GPOs and closing ports on the firewall to stop the spyware...oops, what I meant to say was to stop the "user experience improvement" processes from sucking down my bandwidth.
    GOD is REAL unless declared as an INTEGER.

    Comment


    • #32
      Originally posted by atomsymbol
      That helps...and I appreciate the input, but it still goes back to my use case that I need to be able to just "open" the file immediately and natively. I can make LibreOfiice work with compatibility with Word and Excel for my use...but PowerPoint will not work for my use. I would love to be able to use LibreOffice and linux for what I need, but I must have a quick an easy way to get the files - and to do it using MS Teams. I hate working for an MS shop - but it pays the bills. That is what I am facing.

      That and quite a bit of ignorance...
      GOD is REAL unless declared as an INTEGER.

      Comment


      • #33
        Originally posted by f0rmat View Post
        but it had to be NTFS so Windows can see it. That was why the partitioning took so long.
        NTFS on Linux is a FUSE based filesystem, so it's painfull slow. You would be better using exFAT.

        Originally posted by dev_null View Post
        to feel good at gentoo you need the fastest cpu and disk drive possible.
        There are still people compiling on disc drives in 2021? https://wiki.gentoo.org/wiki/Portage_TMPDIR_on_tmpfs

        Originally posted by Yttrium View Post
        I never had to worry what to update until gentoo locked up all my cores for hours in order to gain 3% performance improvements that I never felt.
        It's not gentoo picking all your cores but youself: https://wiki.gentoo.org/wiki/MAKEOPTS - If you don't want to use all cores simply don't do it.

        //EDIT: Also with modern shedulers it shouldn't lock your system. Most likely you're swapping cause of too many parallel jobs (see the MAKEOPTS link above: "Another item to consider is RAM usage. Recent gcc versions have been known to take 1 GB to 1.5 GB of RAM per job. If the system has the 8 logical CPUs from the previous example, but only 4 GB RAM, the MAKEOPTS value should be lowered to -j3. This is so that the system has RAM to run the basics as well as compile without hitting swap very often slowing things down").
        Last edited by V10lator; 19 January 2021, 04:30 AM.

        Comment


        • #34
          Originally posted by V10lator View Post
          It's not gentoo picking all your cores but youself: https://wiki.gentoo.org/wiki/MAKEOPTS - If you don't want to use all cores simply don't do it.
          Beware that if MAKEOPTS is not specified it defaults to the value reported by nproc, not just -j1

          Comment


          • #35
            Originally posted by f0rmat View Post

            That is just it...I want to go through the process in order to understand and optimize. If I had wanted to use Gentoo binaries, I would have used Funtoo. Thanks for the ZFS option...I will think on that. However, I will still have to mount the home partition on NTFS if I want to share it with the other operating systems (primarily Windows which I have no choice about - that thing called a job which gives me thing called a paycheck). That is the part I am most concerned about - but I do have good backups. I just have limited time and I do want to have to spend it restoring operating systems - especially Windows. Restoring Windows is time consuming. I can do a fresh install of KDE Neon with everything I need and a tweaked desktop in less than 50% of the time it takes me to do the same for Windows. Less than 25% of the time if you count the time I have to spend "taming" windows with GPOs and closing ports on the firewall to stop the spyware...oops, what I meant to say was to stop the "user experience improvement" processes from sucking down my bandwidth.
            To be frank and honest.. Gentoo is about custom choices for the software you use.. not about optimizing. If you go that route and try to optimize it will be unstable. The Gentoo LTO project mostly works but.. that is not why you use Gentoo IMO. One way you can make Gentoo faster is just by making it do less stuff by removing things you don't need.

            Windows can read native ZFS, it's beta but ppl seam to say it works. Installer for it is here. https://github.com/openzfsonwindows/ZFSin/releases

            I use removable ZFS drives between Linux, FreeBSD and MacOS and that works.. haven't tried to mount them on Windows tho. (The reason why is because you get cross platform encrypted removable drives.. it's nice)

            The danger isn't that you'll lose data, it's that it might bluescreen windows. but if you do import and load the dataset encryption key, they should just show up as a letter drive in Windows explorer, they show up as Finder volume disks in MacOS. I recommend Z:\

            Also Sabayon and Redcore are binary Gentoo based. (Binary kind of defeats the purpose though and makes choices for you)
            Last edited by k1e0x; 19 January 2021, 04:49 PM.

            Comment


            • #36
              Originally posted by mazumoto View Post
              Nice to hear that gentoo (my distribution of choice for quite some years now) is alive and growing. I have had the impression that it's slowly dwindling (packages not as up to date, documentation stale) in the recent years, but those numbers are encouraging.
              I'm not even that much into optimizing or customizing anymore (that got me started with gentoo when resources were scarce) - but having a stable rolling release distro and portage as the package manager keeping everything syched up is most important to me nowadays.
              The only real downside for me is the java support which seems very neglected (still on java 8 by default).
              that's the reason i left gentoo abount five years ago. i am on arch now. but i still miss portage

              Comment


              • #37
                Here is a thread for people doing the same thing with ports on FreeBSD. it's NOT recommended but if you want to.. feel free.
                Hello :) It would be nice that experienced users shared their make.conf and src.conf to help new users like me :) I know that there are man pages and I read both of them, but real user's configurations are IMHO also helpful!

                Comment


                • #38
                  Originally posted by V10lator View Post
                  It's not gentoo picking all your cores but youself: https://wiki.gentoo.org/wiki/MAKEOPTS - If you don't want to use all cores simply don't do it.
                  Its not about configuring the right amount of cores to compile, Its that I dont want to compile things every update. You can say that's not what gentoo is for, and you're right. That's why I dont use gentoo

                  Comment


                  • #39
                    Originally posted by V10lator View Post
                    There are still people compiling on disc drives in 2021? https://wiki.gentoo.org/wiki/Portage_TMPDIR_on_tmpfs
                    Thank you for this, I'll remember and likely try one day, though I have doubts it will work super nice. During AMDVLK and qt-webengine compialation i had to turn on swap because the compilation itself consumed roughly 60 GB of RAM. So with 32GB RAM available on my computer, trying to build in TMPDIR is under question, half of work will happen on the disk anyway via implicit swapping. all the KDE stuff I use is QT based, thus is very heavy from RAM viewpoint. Hovewer I believe that if to have 128 GB of RAM the approach should work very well.

                    Comment

                    Working...
                    X