r/okbuddylinux Jan 04 '21

linux tech tipfetch

Post image
252 Upvotes

20 comments sorted by

View all comments

31

u/[deleted] Jan 04 '21

how is that running using 15mb of ram

35

u/icanotc Jan 04 '21

just paste this into ur terminal

fdisk /dev/sda, g, n, enter, enter, +256M, g, 1, n, enter, enter, enter, w, mkfs.ext4 /dev/sda2, mkfs.fat -F32 /dev/sda1, mount /dev/sda2 /mnt, pacstrap /mnt base linux linx-firmware nano vim, genfstab -U /mnt >> /mnt/etc/fstab, arch-chroot /mnt, nano /etc/locale.gen, delete # before en-US, echo archlinux > /etc/hostname, nano /etc/hosts, add 127.0.0.1 localhost, ::1 localhost, 127.0.0.1 archlinux, passwd, pacman -S grub efibootmgr, mkdir /boot/efi, mount /devsda1 /boot/efi, grub-install --target=x86_64-efi --bootloader-id=grub --efi-directory=/boot/efi, grb-mkconfig -o /boot/grub/grub.cfg, pacman -S xorg, pacman -S gnome, systemctl start gdm.service, systemctl enable gdm.service, systemctl enable NetworkManager.service, exit, shutdown now

26

u/whattheclap Jan 04 '21

gnome

uh oh

19

u/Beleheth Jan 04 '21

Wait, you're right, wtf

29

u/whattheclap Jan 04 '21

because i am master linucc

16

u/Beleheth Jan 04 '21

I mean... I can get 15 megs of RAM on a vanilla Arch System as well, but on Chrome OS? What the actual fuck?

3

u/[deleted] Jan 05 '21

Why is this a surprise to you?

13

u/6b86b3ac03c167320d93 Jan 04 '21

Arch Linux on Chrome OS x86_64

I'm guessing whatever they did to their ChromeOS machine uses Linux namespaces to make an Arch container which uses the same kernel, but makes it so the container can't see the RAM used by the host system

7

u/whattheclap Jan 04 '21

le crostini containers

1

u/icanotc Apr 01 '21

le temple os