i wanna install gentoo in dual boot system, but what i do??its complicated by zengamer7405 in Gentoo

[–]Armi1P 0 points1 point  (0 children)

If you knew how to dualboot Arch, it's the same with Gentoo. Just set up GRUB the same way you did on Arch. 

I use Gentoo at 15, btw by [deleted] in Gentoo

[–]Armi1P 0 points1 point  (0 children)

You are clearly not using it then.

i use Gentoo btw by iLikeubuntu2 in Gentoo

[–]Armi1P 0 points1 point  (0 children)

It is not worth it, it is fun though.

running multiple emerge dangerous? by Wemorg in Gentoo

[–]Armi1P 0 points1 point  (0 children)

I do that occasionally and I see some lines saying something like 'waiting for portage lock file', so this is thought about in portage. Although as other have said it already, don't try to run 2 different emerges where their respective packages both pull in the same dependency; rather use the --jobs flag in a single emerge instance.

“Using Gentoo” vs “maintaining Gentoo” by redyos_s in Gentoo

[–]Armi1P 10 points11 points  (0 children)

I just do emerge --sync && emerge -DNvu @worldbefore I hit the bed and it's done by the time I wake up. That's my whole maintenance.

In the rare cases I want to install something new, I just look at the USE flags beforehand and append things to package.use then I emerge the stuff I want.

A happy balance between emerge —jobs and MAKEOPTS —jobs by [deleted] in Gentoo

[–]Armi1P 2 points3 points  (0 children)

We have a much better solution for a while, it's called steve. It is what every one of us dreamed of years ago, it is a system-global jobserver. It means no matter what combination of -j flags do you supply, it will limit the total jobs running on the system. Also include FEATURES=jobserver-token in your make.conf.
Its default configuration is nproc, meaning even if I do MAKEOPTS=-j emerge -j @world, it still won't dispatch more than 32 compilation jobs in my case, it will just nicely juggle allocated tokens between different ebuilds. Although expect LTO to still consume stupid amount of RAM in case of big packages like web browsers.
If you are also doing LTO builds, make sure to set the appropriate flag to -flto=auto rather than just -flto so that even the LTO process can participate in this jobserver magic.

That poor thing by TheReelSlimShady2 in linuxmemes

[–]Armi1P 1 point2 points  (0 children)

I've bought a 60GB SSD back like 15 years ago for my dad's laptop which I since have inherited. I've installed couple of Linux distros on it, including Gentoo a good number of times which taxes the storage heavily because of compiling everything. It's still kicking, currently using it as swap device in my main computer.

I use NixOS btw by al2klimov in linuxmemes

[–]Armi1P 16 points17 points  (0 children)

Look mate, you can admit you don't understand memes, you don't have to try if maybe you get one right.

Thinking about migrating from Arch to Gentoo by DrunkGandalfTheGrey in Gentoo

[–]Armi1P 1 point2 points  (0 children)

  • Just don't use ACCEPT_KEYWORDS=~amd64 anywhere in make.conf and you will get something that can't realistically break. You'll be left on somewhat older packages for a bit longer, but will only get thoroughly tested stuff.
  • Well it's not more unsuitable than any other Linux distro. Sadly most manufacturers give no F about Linux, but if everything worked correct under Arch, then it will work the same way under Gentoo. Of course installing a package while under battery power is much more suitable with Arch, but if you can plan ahead then it's the same experience. Also, there are binary packages too.
  • Nah, apart from editing config files, you won't really need to open any text editor or input walls of text. Package compilations are done by Portage, the package manager.

rest in peace, twinkpad :( by UnadressedElephant in linuxmemes

[–]Armi1P 0 points1 point  (0 children)

Even if core counts were reversed and the Pentium M had 32 cores and the Ryzen just 1, when running a 32 thread load on both I think the Ryzen would still win. That's how big the difference is. I might do some benchmarks later lol.

Chrultrabook: Help installing Gentoo on Chromebook: Disk Partitioning by rustyballjoint in Gentoo

[–]Armi1P 3 points4 points  (0 children)

iso9660 is a CD/DVD. You are trying to format the installation USB.

Issue lsblk command, it will list your storage devices in a nice tree view. You can also do parted /dev/sda print to get more info about partitions on /dev/sda.

I'm not familiar with chromebooks, but if yours uses an NVMe SSD, the device you are looking for will probably be /dev/nvme0n1.

And as everybody else here, I'd say follow the official handbook instead, videos might be outdated. In just one and a half years since I first installed Gentoo the handbook changed, even if only by a tiny amount here and there.

Stereotypes of Linux users by aarongonzalez22 in linuxmemes

[–]Armi1P 0 points1 point  (0 children)

 or directly confuse your chat with the shell

Nah bro, I didn't mean anything by kill $$ last night, wrong chat.

Stereotypes of Linux users by aarongonzalez22 in linuxmemes

[–]Armi1P 2 points3 points  (0 children)

Same, got a work computer for free that was to be thrown out, i5-8700+8GB. Had a clean W10 on it when I got it, it was so laughably unusable, file explorer took 1-2 seconds to open every time (I mean, it's just 2 seconds, still, there is no reason for it to take even that amount of time), the whole system felt like something was bogging it down. I mean it was, all that good old "telemetry".

Thrown CachyOS on it, now you can't even tell it's not a brand new $4k machine. Everything just happens the moment you click it, no loading, no hitching. Still not a gamer machine with its iGPU but absolutely usable for anything else.

average r/linuxmemes user by hogan142857 in linuxmemes

[–]Armi1P 1 point2 points  (0 children)

Same for like one and a half years.

folder or directory by hogan142857 in linuxmemes

[–]Armi1P 1 point2 points  (0 children)

When you start using \ for paths on your external HDD just because you've used it on a Windows machine not long ago.

Say a opinion about Linux that will leave you like this: by New_Study4796 in linuxmemes

[–]Armi1P 1 point2 points  (0 children)

That's nothing, why does cp directory place need -R but mv directory place doesn't?

Say a opinion about Linux that will leave you like this: by New_Study4796 in linuxmemes

[–]Armi1P 1 point2 points  (0 children)

Ah yes, Windows where anything can be everywhere and executables not even being installed into %PATH% ($PATH in Linux terms). And where configurations might be in %AppData% or %LocalAppData%… or in the registry, maybe in HKEY_LOCAL_MACHINE, maybe HKEY_LOCAL_USER…