

I don’t think that is an exlusively american thing though.


I don’t think that is an exlusively american thing though.


I never understood what a “cask” in the brew lanuage means. I just do installs and if the brew install instructions involves a cask I just do it. How do I figure out which packages this will have an effect on on my system?


Did Elon not promise to make Grok more conservative? Sounds like a success on that front. Behaves like a republican now.
I do something similar. “Last time I used windows it was Windows 98…”


I got mine from https://serverpartdeals.com/ that was before Trump 2.0, but it appears prices to EU are still ok. Shipping was brilliant. They appear to have 14TB for about 180 USD.
These also exist for toppings for ice cream, like chocolate and caramel. So jokes about using these directly in your mouth… It probably happens. (Although those are so very hard to press)
Your control over the system is so great in Gentoo. While other distros may pull in a dependency you will never use – say like cups – gentoo allows you to remove the dependency by removing support for it at install/compile time.
I love how the portage packages are maintained, it is so easy to find which versions are available, select version, read about why a package is masked and having all the tools for overriding that decision by the package maintainers and install anyway. They inform you about important updates and migrations when you sync your package repository. It is also super easy to patch the code being installed.
I would not say portage is complicated. For most operations you just install a package, sync, and upgrade like you would in any distro. It tales time to do this, sure. What is complicated is, I would say, figuring out how to boot your machine. You want encrypted this or that, dropbear, systemd or openrc, want to manage your initramfs with dracut or make one yourself, distro-kernel or another flavour, and on and on. I also think that the wiki is not very detailed on a lot of what the different systems do and how they talk to each other.
Anyway, I love it. If I would start with Gentoo today, I would install a Gentoo Prefix
https://wiki.gentoo.org/wiki/Project:Prefix
There you can get used to the portage package manager withour messing up your system and without doing a reinstall.
Yes, but no. That notation is the dumbest one ever. Everywhere else a juxtaposition implies multiplication, except for fractions with integers to the left.
https://gwern.net/doc/iq/ses/2007-zagorsky.pdf
Seems to be it.
I don’t think a Gentoo Prefix is anything but an environment directly on the host, it’s not containerized in any way. For me its for a system where the package manager is a bit outdated or I need to patch it, then installing with portage by a Gentoo Prefix helps me do that.
Run a Gentoo Prefix maybe? You get portage and can install customized packages like one does, without risking the system.
emerge -ave @universe
you do love
garbagecat poop, right?
This is unfortunatly our dog…
– [x] I’m in this picture and don’t like it.
Spring bil snö penna ~ run car snow pen ~ run-kar sno-ppen ~ wanking the dick
Nice one!
Val: whale Val: choice Val: election
Smell: lukt Impact: smäll [sounds almost like ‘smell’] Speed: fart
The speed worsens the impact: the fart worsens the smäll
I ~ sounds like Swedish word for ‘ouchie’, Aj. Buy ~ almost sounds like Baj(s) = poop Pink ~ to “pinka” is to pee, “pink” may be just urine Sheet ~ almsot sounds like “skit” = shit (with an accent)
Ouchie poop piss shit = I buy pink sheet
Kiss = Puss Wee = kiss (+piss/pink)
Wanna kiss?


I used to run linux in a vm on the work mac, which was fine. Then they managed to block it too. I tried a gentoo prefix, but did not work well enough to be usable on arm. It sucks.


Hm, I should have asked… When I had a similar problem I just unplugged disk by disk from my raidz2 to find the right one. Good that you found a better way.
TL;DR: yes
Just from a quick view of the repo, the simplest way to do it would be to look at the
playbook.ymland copy all roles you want for a host into a new playbook, saymyhost.yaml. Copy not only the roles but all the other keywords as well. Then you go to the inventory and add your hosts where you to execute the playbook against. Then you change thehostskey value in the playbook you made fromallto the hosts you added to the inventory.That is, add your hosts to the inventory, create playbooks for for them and run. That is the easiest. Read up on how to do groups and organizing your inventory to improve it from there.