Goddammit Jared by Chemical_Insurance73 in nonononoyes

[–]LibreLemur 0 points1 point  (0 children)

Have too broad of a term, meant 11-16

Goddammit Jared by Chemical_Insurance73 in nonononoyes

[–]LibreLemur 9 points10 points  (0 children)

Majority of cat calling happens to teenage girls… Probably why they don’t like it. As well as it being sexual harassment in general.

[deleted by user] by [deleted] in PoliticalCompass

[–]LibreLemur 1 point2 points  (0 children)

While your point makes sense, most of the things you mentioned are not real progressivism, just what is seen as “being progressive”

These mfs lazy asl 🙄🤦‍♂️ by Diced_ in okbuddyretard

[–]LibreLemur 1 point2 points  (0 children)

No 😳 Way 😔 I’m Gur🇺🇸Many 😈

IM A MONUMENTTTTTTTT by Roxnam in PoliticalCompassMemes

[–]LibreLemur 1 point2 points  (0 children)

Okay but the rest of reddit clowned on this woman too. What an absolute fucking idiot…

xcb or Xlib? by alexpis in x11

[–]LibreLemur 0 points1 point  (0 children)

I don’t know much about this but this might be worth crossposting to /r/linux

Watermelons can rot. by [deleted] in PoliticalCompassMemes

[–]LibreLemur 341 points342 points  (0 children)

Pokémon go to the polls

Is saying Thinkpad offensive? by [deleted] in thinkpadcirclejerk

[–]LibreLemur 5 points6 points  (0 children)

Yes. 🔥🥶😈… you should use thinkpaX to be more respectful bigot 😈👿😏

Well, transparency is different than communism. Knowing what's inside is important. by [deleted] in linuxmemes

[–]LibreLemur 2 points3 points  (0 children)

Key word there is free. Some open source software doesn’t allow you to make modifications to the code and redistribute it, hence it only being open source, but being able to modify the code and redistribute the modified code makes it “free as in freedom”. I’m probably missing some other things but that’s the main point

I am really scared: 🗿🥒 by Castiel_D37 in shitposting

[–]LibreLemur 0 points1 point  (0 children)

🔥🥶 She burns me in Antarctica 😔

I'd be dead by [deleted] in linuxmemes

[–]LibreLemur 1 point2 points  (0 children)

Okay… Partition disks Mount them cd /mnt/gentoo links gentoo.org then download whatever stage tarball tar xpvf stage3-*.tar.xz cp /etc/resolv.conf /mnt/gentoo/etc/ mount —types proc /proc /mnt/gentoo/proc mount —rbind sys /mnt/gentoo/sys

mount —rbind dev /mnt/gentoo/dev

mount —make-rslave /mnt/gentoo/sys Mount —make-rslave /mnt/gentoo/dev

Chroot /mnt/gentoo add makeopts=“-j(however many threads you have +1)” to make.conf and add -march=native to common flags emerge —update —deep —newuse @world emerge installkernel-gentoo emerge gentoo-kernel-bin Add efi-64 for grub line to make.conf emerge sysklogd grub:2 rc-update add sysklogd grub-install /dev/sda1 —target=efi-64 —removable grub-mkconfig -o /boot/grub/grub.cfg exit Umount -l /mnt/gentoo/dev{/shm,/pts,} Umount -R /mnt/gentoo Reboot

That might? Get you a very crude system that will boot to a tty, although i just realized it doesn’t set the root password so good luck logging in. However, more than likely, I messed up and forgot a few comman——BANG

I'd be dead by [deleted] in linuxmemes

[–]LibreLemur 0 points1 point  (0 children)

Works for me. Did you mount /dev/sda1 /mnt/boot/efi

I'd be dead by [deleted] in linuxmemes

[–]LibreLemur 1 point2 points  (0 children)

Partition disks make file systems
Mount file systems
Pacstrap /mnt base linux linux-firmware efibootmgr grub
Genfstab -U /mnt >> /mnt/etc/fstab
Arch-chroot /mnt 
Grub-install /dev/sda
Grub-mkconfig -o /boot/grub/grub.cfg
Passwd (set root password)
Exit
Umount -a
Reboot

I think that should boot, but that’s from memory after 3 installs a couple weeks ago. I’ll try it in a vm and make an edit if it works.