Arch Linux on a 400 Mhz Pentium II! (feat. Minecraft) | WGEX

Поделиться
HTML-код
  • Опубликовано: 6 июл 2024
  • This afternoon on WindowsG Extras we install Arch Linux on a Pentium II!~
    How? you might ask, well the answer is simple, Arch Linux 32! A Linux distro with the goal of continuing Arch Linux support for IA-32 CPUs as old as the i486.
    Will it work? Will it catch fire? Can it run a Minecraft Server?
    Well lets have a peek shall we?
    Thanks For Viewing!~ ❤
    Official Discord Server: / discord
    ~Credits
    Arch Linux 32 archlinux32.org/
    Thumbnail Art: www.pixiv.net/en/artworks/103... (CC BY 4.0)
    ~Ko-fi Supporters ko-fi.com/snoopitek
    Sawtooth Wave Tier:
    Nat
    Grot
    E-For-Me
    xwashere
    Square Wave Tier:
    Aven
    Triange Wave Tier:
    Nilly
    Sophie-144p
    Thxx for supporting the channel!~ ❤❤❤
    //Chapter Select
    0:00 Intro
    1:27 Bump
    1:40 Introduction to Arch Linux 32
    2:58 The PowerEdge 1300
    6:09 Booting into Arch Linux
    7:58 Installing Arch Linux 32
    15:00 A very broken keyring
    16:58 A gross solution
    19:43 An better solution
    21:18 Actually installing Arch Linux 32
    29:18 Rebooting into Arch
    31:30 Return to the Install CD
    32:54 Actually rebooting into Arch
    34:36 More keyrings fun
    36:15 sshd my beloved
    38:15 putty my beloved
    39:14 Intrusive thoughts won
    41:17 Installing Java
    42:16 Downloading PaperMC
    42:56 Compiling PaperMC
    43:30 Configuring the Minecraft server
    44:42 Starting the Minecraft server
    47:11 Connecting to the Minecraft server
    49:04 Minefetch
    50:57 Installing another CPU
    52:54 Checking on the CPUs
    53:09 Minecraft on Dual Pentium IIs
    56:18 Outro
    /////////////////////////////////
    WindowsG Extras: Episode 7
    by SnoopiTek 2023
    www.snoopieworld.net
  • НаукаНаука

Комментарии • 415

  • @andreasbaumann6943
    @andreasbaumann6943 Год назад +228

    First of all: thanks a bunch for trying Arch32 on a Pentium II, I have currently nothing older than a Pentium III without SSE and some AMD Duron to test it on. 🙂
    Some comments:
    8:00 Would love to know, what takes so long too. We just rebuild Arch32 from archiso from upstream.
    8:40 Archinstall32 is alpha, might work, might not
    13:40 GPG takes ages on old machines due to ever better crypto algorithms, which are proof of work,
    so to speak. If you ever tried to log in to a real 486 with a crypt instead md5 shadow entry,
    you can experience that too. :-)
    18:35 Actually, you experienced the worst case, both signing keys expiring and no new ISO was
    out with the keys already fresh and updated on the ISO.
    404 are possible if you have pacman databases not synched (or mirrors for that), pacman
    then loads from the old location
    19:45 pacman-key --init and --refresh is only needed for Arch32 keys, but it is not mentioned
    anywhere :-)
    21:30 Yes, that was exactly the case. archlinux32-keyring was stale and didn't contain the
    updated keys.
    22:42 This is as upstream, two initrams are built using mkinitcpio, the really slow part is
    zstd, which assumes you have a 20 year old younger machine, so being only 20 times
    slower is actually a good thing.
    25:30 ln -fs (for symbolic link), now you have a hard link (which is not bad and works) and
    timedatectl will probably overwrite that anyway
    25:40 Well, install the editor of choice using pacstrap :-)
    26:10 yes, same thing as on the ISOs, just do the "spiel" with keys again, becase
    it's not the same pacman keyring. installation is also possible with
    pacman --root=/mnt --config=/mnt/etc/pacman.conf nano from outside the chroot
    28:30 grub-install i386 is merely meaning ix86. I remember vagely grub2 having trouble on i486
    already (hence using an older syslinux for a real 486 is recommended).
    30:10 upstream grub has 'silent' in /etc/grub/default, so you can change that and add any loglevel
    you like. On old machines this is a good idea, because you see what the thing is doing (and
    how slow actually systemd is). On new machines (especially with SSDs) this makes no sense
    and just slows down the boot process.
    30:42 free invalid ptr on login (PAM systemd races), the only option is to uncomment sysetmd stuff
    from /etc/pam.d. You can comment out all lines with -*systemd in them and weird effects
    go away. This is something deep in some systemd modules on 32-bit going wrong.
    31:30 There is automatic network on the ISO, but not for installation (pick networkd, netctl,
    systemd-network etc.). This is as upstream I think.
    32:00 yes, we have to remove pam systemd modules from the ISO..
    33:00 maybe the umount was not unmounting /mnt correctly, when just rebooting?
    37:30 again, crypto. it has to generate 3 (at least 3) sets of ssh host keys, so yeah.
    ssh-keygen is part of the first startup of the service (without any messages). Complain
    to upstream Arch.. :-)
    38:00 sshd logins are slow, keys again. You can choose less secure and faster key algorithms
    in /etc/ssh/sshd_config, but then eventually your SSH clients will refuse to talk to
    your ssh server.
    40:00 pacman -Ss openjdk (searches for packages)
    42:40 we follow strictly upstream, so if wget is not part of 'base' then yes, so it is. :-)
    43:10 Java on a pentium II cool, that's fast. Adding memory would speed up things greatly..
    56:00 yeah, key management is one weak point of mine :-) I hate gpg with a passion..

    • @David_Phantom
      @David_Phantom Год назад +17

      Ah, the legend has found the video! Thanks for Arch32! -now to get arch for ppc-

    • @neoblade45
      @neoblade45 Год назад +4

      sus?

    • @_lun4r_
      @_lun4r_ Год назад +2

      unpin comment now

    • @raineyjayy
      @raineyjayy Год назад +5

      This is very cool commentary. I'm building a Pentium 2 Overdrive (Socket 8) system and I am thinking of trying Arch32 on it.

  • @feschber
    @feschber Год назад +205

    Pro Tip: If it says [Y/n], that means the capital 'Y' is the default and you only have to press Enter without typing 'y'.
    Similarly [y/N] means 'N' is the default option.

    • @otistically
      @otistically Год назад +34

      Dude, I thought you'd have to type it uppercase 💀
      Thanks for saying that.

    • @koduflower2000
      @koduflower2000 Год назад +4

      I just had this sort of prompt when I tried to install something on Arch Linux using Pacman.

    • @BG101UK
      @BG101UK Год назад +1

      This is handy when using Pacman, but if you use Pamac (for AUR stuff etc.) it defaults to N which is slightly less convenient (for me anyway).

    • @feschber
      @feschber Год назад +2

      @@BG101UK it's just a general thing with these cli tools that is not that obvious when you first see it

    • @joãopedrothejohn
      @joãopedrothejohn 3 дня назад

      @@BG101UK pacmac

  • @AlexGFrank
    @AlexGFrank Год назад +108

    This channel has absolutely everything i love: cursed sysadmining, retro hardware, stupid anime jokes and insane amount of coziness, like talking IT shit with an old friend but with extra steps.
    I randomly stumbled upon this in incognito, while being up at 5am one day, waist deep in another late night research rabbit hole, and i'm extremely glad i did.
    This is absolutely a sub.

    • @koduflower2000
      @koduflower2000 Год назад +1

      Yeah right. Even for me! I subbed to this channel, thinking I'd get something interesting to watch. And I got many. Absolutely many! 😁

    • @xymaryai8283
      @xymaryai8283 9 месяцев назад +3

      idk, they might be a dom uwu

    • @Voidkitty_
      @Voidkitty_ 9 месяцев назад

      ​@@xymaryai8283nah, everyone knows all femboys and transfems are subs

  • @David_Phantom
    @David_Phantom Год назад +105

    In the fstab, you should change "realtime" to "noatime". That'll make it boot faster.

    • @WindowsG
      @WindowsG  Год назад +26

      >.> icic, noted

    • @alhazred3555
      @alhazred3555 Год назад +14

      >>>/g/ has corrupted my mind

    • @callyral
      @callyral 5 дней назад

      but... why? what does this actually do

    • @David_Phantom
      @David_Phantom 5 дней назад

      @@callyral "relatime" logs the access time (atime) of a file, while "noatime" doesn't. Less things to log means less overhead which means faster boot. Theoretically. No idea if it would actually be noticable.

  • @julioprado7676
    @julioprado7676 Год назад +33

    There's something so satisfying about mixing new and old hardware/software! Also I loved the video and the humour :)

    • @WindowsG
      @WindowsG  Год назад +5

      Glad you enjoyed it!~ ^w^

  • @TehPoopDood
    @TehPoopDood Год назад +21

    I am OBSESSED with that cpuinfo readout. Reading that this CPU is vulnerable to Meltdown made me cackle.
    The bit where you forgot to install networking is as painful as it always is when I do it.
    Awesome content. I loved every cursed second of this!

  • @ruadeil_zabelin
    @ruadeil_zabelin Год назад +23

    "this is the uwu senpai please install operating system for me nya command". New name confirmed. I will now use this forever.
    Also when you said "it's getting pounded, i wish that was me"... I felt that... me too.... me too...

  • @XeonProductions
    @XeonProductions Год назад +19

    I love that Dell case, its built like a tank, and it looks like it means business. I'm also getting some major Druaga1 vibes from this video.

  • @ChrisXPZ
    @ChrisXPZ 7 месяцев назад +4

    I'm alone on a Wednesday night watching someone else install an operating system.

  • @thomwalks
    @thomwalks Год назад +7

    First time I used Linux I took my main machine because I thought I knew a lot about computers, until I realized i only knew a lot about Windows and not computers in general. Yeah, I didn't mess it up but I was utterly lost at how I was gonna install anything

  • @marcischneider9093
    @marcischneider9093 Год назад +7

    Snoopie saying "okie dokie" is the cutest thing ever lmao
    🥺

  • @TavishMcEwen
    @TavishMcEwen Год назад +11

    Giving minecraft more memory than you actually have can reduce performance as the GC won't be as active and things will start getting put on the disk, which is as slow as you expect
    Swap should only be used as RAM if you *need* it, otherwise avoid

    • @dannihijacked2508
      @dannihijacked2508 Год назад

      I also recommend an older version of jre like 8 and i'd love to see you running mc 1.8.8 even tho it's an old version it's still popular!!!

  • @andreas4137
    @andreas4137 Год назад +4

    You have exactly the sense of humor that is near and dear to my heart. Enjoyed the heck out of this, instant sub.

  • @ToxicAven
    @ToxicAven Год назад +153

    Cutiesnoopie can't hide her cuteness behind a popfilter X3

    • @Sugaryy_
      @Sugaryy_ Год назад +5

      true and real :3

    • @koduflower2000
      @koduflower2000 Год назад +4

      Wait a minute, was that a trans girl!?

    • @Sugaryy_
      @Sugaryy_ Год назад +13

      @@koduflower2000 yep, snoopie is trans :3

    • @koduflower2000
      @koduflower2000 Год назад +9

      ​​​@@Sugaryy_ okay, thanks. I just thought she was a guy, like seriously, I thought that was an innocent guy who likes Linux, and I just subscribed to this channel and took it for granted. 😯 Maybe it's not the first time I've met a trans girl on RUclips. I actually subscribed to TheLexiKitty because why not, she was a trans girl RUclipsr, and it was pretty cool for me to actually have a trans girl channel on my subscribed channel list. Tbh, I really didn't know the first trans RUclipsr I subscribed was actually this channel. 😯😯😯

    • @Sugaryy_
      @Sugaryy_ Год назад +14

      @@koduflower2000 she doesn't make it clear, but she has the transgender flag in her pfp and she/her pronouns on her discord server :3

  • @mysterium364
    @mysterium364 Год назад +4

    Old hardware + Linux troubleshooting content + Blahaj
    This is rad. Subbed.

  • @frost_0556
    @frost_0556 Год назад +17

    The effort you put into these videos is amazing, i thought you'd have waay more subs than 4k

    • @WindowsG
      @WindowsG  Год назад +7

      Ehe thanks!~ I mean.. i had 3k when this came out so i must be doing something right >w

  • @harpskid
    @harpskid Год назад +72

    Please keep the retro hardware with modern OS content going! I really wanna see how hard you can push some of these systems as a daily driver. If you wanna do some "newer" hardware, maybe try to run some games in lutris (think a first gen i5 with an old HD 7970 gpu (they actually have vulkan/dx12 support!)

    • @breddie_is_rookie
      @breddie_is_rookie Год назад

      My 2nd gen i5 with integrated hd 3000 didn't support vulkan on linux
      No proton gaming for me lmao

    • @harpskid
      @harpskid Год назад

      @@breddie_is_rookie but the hd7970 amd card does (with some kernal tweaks)

    • @sonicfon
      @sonicfon Год назад

      @@breddie_is_rookie I had an Pentium B960 on my laptop, and later switched it for i5-2640m. Nighr and Day.
      Oh, and you should get mesa for Opengl to work for proton. It even has drivers for HD2000/3000/4000/etc HD

    • @neutrino78x
      @neutrino78x Год назад +1

      lol an Intel Core i5 isn't retro, that came out 2009. how old are you, like 18? lol.
      Until we go to 128 bit platforms, to me, retro would be 32 bit and lower.

    • @harpskid
      @harpskid Год назад

      @@neutrino78x You realize that was 14 years ago right? In 2010 if you had asked me if I thought a computer from 1996 was retro, I would say yes.
      I'm 23.

  • @illegalcoding
    @illegalcoding Год назад +23

    18:12 I think the reason this didn't work is just that your mirrorlist contained a mirror that was down. It said that a certain URL returned 404. It would also explain why it suddenly worked later, maybe it came back up?

    • @koye4427
      @koye4427 Год назад +5

      Yup, I've had that happen to me. You can either generate a new mirrorlist in that case, or, if you are lazy, have a snack while you wait for the server to come back up

  • @mori7423
    @mori7423 Год назад +5

    That is a great "project", I am amazed on how some technologies are still capable of being completely usable on older hardware, this channel is extremely underrated. The amount of work and research put in this vid is not comparable to the amount of subs the channel has.
    This inspired me to launch a minecraft server on Toshiba Satellite using gentoo, my gawd

  • @gianni_schicchi
    @gianni_schicchi Год назад +6

    I had an Intel P133 with an AMDK400 “Overdrive” cpu upgrade and a huge 64MB RAM. Was my first linux system on the original 133 mhz intel with Red Hat, bought on CD-ROM from Best Buy. 12 year old me managed to install it with Grub and not nuke our Windows 95 partition. Thank my grandpa teaching me about partitions on os/2.
    After the 400MHZ piggy back I daily drove, Gentoo and would constantly change global compiler flags and trying different kernels and optimisations as GCC was pumping out updates at that time.
    I use a mac now, but debian or similiar on raspberry pi’s and my NAS.
    Thank you for coming to my TEDx Talk.

  • @accountid9681
    @accountid9681 Год назад +23

    "if you don't have a rack like me, wanna see my progress? no, you'll have to pay for that" LMAOOOOOOO

  • @AliceKristalOficial
    @AliceKristalOficial Год назад +2

    I loved everything about this video, keep doing this crazy stuff

  • @LeifEricsonYT
    @LeifEricsonYT 9 месяцев назад +2

    This video has big Druaga1 vibes and I love that so much. I need more of that energy in tech videos. Honestly your content is so great!!

  • @Anthrit
    @Anthrit Год назад +5

    This was a fun watch. Enjoying every second of slowness lol.

  • @afrenchcocorico164
    @afrenchcocorico164 Год назад +2

    I really adore the way you make these videos, and your personality which one could say "swear a little much" even thought it makes the video 10 times more interesting

  • @EeveeEuphoria
    @EeveeEuphoria Год назад +2

    not even done watching this video but i can already tell this is my new favorite channel

  • @crsorsmth9951
    @crsorsmth9951 Год назад +2

    The part where you actually played on the server really brought back memories of me playing and hosting at the same time on my AMD Athlon X2 4200+. It was fine for older games or just for the teamspeak server, but Minecraft really brought that computer to its knees. No other friend had the initiative to do this, all of them had better pcs than I did xD.

  • @chitan1362
    @chitan1362 Год назад +10

    I wonder what would happen if you disabled CPU mitigations. I wonder how much of a performance gain that would bring.

  • @cozymistbreeze
    @cozymistbreeze Год назад +3

    i love this sort of stuff so much

  • @leviticus_internet
    @leviticus_internet Год назад

    It’s just satisfying watching these sorts of videos.

  • @nathantherandomguy1935
    @nathantherandomguy1935 Год назад +3

    11:31 I would agree. I have a Pentium 233 system with windows 98 and watching it do things like draw the windows or waiting for it to do something is very satisfying.

  • @PeIeus
    @PeIeus Год назад

    what did you do and how long did it take to accure so much knowledge on linux and associated hardwares?

  • @TheRandomGuy570
    @TheRandomGuy570 Год назад +1

    Wow, I have that exact same Dell PowerEdge 1300! I have acquired it from my grandparents as it was used as their server. I have installed Windows Server 2003 on mine and it runs great! These Dell servers were beasts.

  • @dorktales254
    @dorktales254 Год назад +2

    22:42, Linux kernel 6.1 on a machine that predates winXP. Gotta love Linux

  • @Yuzuki1337
    @Yuzuki1337 Год назад

    You're absolutely unhinged and I mean that as a compliment. :D Thanks for the fun video! :)

  • @CaptainUltimaFTW
    @CaptainUltimaFTW Год назад +2

    the sheer fact that Minecraft 1.12.2 ran at all... amazing work Snoopie :3

  • @DiamondSaberYT
    @DiamondSaberYT Год назад

    This was enjoyable to watch :D

  • @windowsagent981
    @windowsagent981 Год назад +3

    Snoopie is real cute.. But like- Why? Just- Why? Why not use it on your main system? It's going to run MUCH better trust me.

  • @TavishMcEwen
    @TavishMcEwen Год назад

    Curious, what do you use windows for?

  • @DistrosProjects
    @DistrosProjects Год назад +2

    In the future, I'd recommend using cfdisk to format the drive as it's interactive.

  • @cleanycloth
    @cleanycloth Год назад +8

    I once installed Debian 11 x86 on a 400MHz Pentium II tower, though it's much less cooler than yours. It does have a 64MB Radeon 7000, a SB Live 5.1, an SD card as a boot drive, and 512MB RAM in it, so it's got something going for it :P
    Unbelievably it worked first try. Even without firmware for the GPU it dropped into a desktop without any faff. Slow as balls but it was almost usable :P

    • @pianokeyjoe
      @pianokeyjoe Год назад

      Reminds me of me installing Debian 9 on a P3 server with the built in ATI rage XL 8MB.. It worked without issue complete with MWM and CDE desktop but wow was it slow! And I had 2GB ram! Seems that ATI rage XL was the culprit.. Sadly, no PCI cards around to install only AGP for P4 systems so I was stuck with the onboard VGA but still, it worked.. just not usable for much..too slow. How did Linux of Year 2000 work so fast and so well on this same hardware?

  • @JessicaFEREM
    @JessicaFEREM Год назад +1

    your channel has absolute fediverse energy nya

  • @PenguinConspiracyProject
    @PenguinConspiracyProject Год назад

    this video is pure chaos... and I'm here for it!

  • @HeroRareheart
    @HeroRareheart 10 месяцев назад +1

    Oh no, I have wandered to the Arch community in me search for making my P4 systems work.

  • @amberisvibin
    @amberisvibin Год назад +1

    hi snooooopppppiiiiieeee :3
    very cool video I like it a lot there's a lot of cutiesnoopie noises my heart is gonna melt

  • @leonbishop7404
    @leonbishop7404 Год назад +1

    didnt watch the video yet but I already can tell that it's gonna be legendary tier content

  • @Splarkszter
    @Splarkszter Год назад +2

    That case is so horrible and complicated.
    I LOVE IT, i want one.

  • @mixermaster10
    @mixermaster10 Год назад

    just amazing as always

  • @ck17350
    @ck17350 9 месяцев назад

    So... I looked, and I can't find any mention of multithread support for PaperMC (though their Folia project does). How did you see such an improvement after adding a second processor?

    • @WindowsG
      @WindowsG  9 месяцев назад +1

      If i were to guess, while the major parts of Paper arent multithreaded, enough are so the kernel could move some of those onto the second processor so the not threaded things have more room to breathe

  • @pseydtonne
    @pseydtonne Год назад

    I too have been putting Arch Linux on an old Dell workstation. I feel so giddy that someone else got this bug in their head around the same time.
    My maker space received a Dell Precision 670 with 2 GB of DDR2 ECC registered RAM, dual Xeons of the 2006 era, and an odd combination of IDE, SCSI, and early SATA ports. Someone had installed Debian on an IDE hard drive. Changing its root password still left us with an old drive being slow.
    I plugged in an SSD and walked through Arch's steps. ...slogged through them. ...revised them. ...made shell scripts to automate them ever so slightly. I went through the keyring sludge, too. I should turn this into a video.
    Thank you so much!

  • @usernamecipher
    @usernamecipher 4 месяца назад

    isn't the "free() : invalid pointer" a memory allocation-related issue? its not specific to old cpus

  • @koduflower2000
    @koduflower2000 Год назад +1

    1:28 Not gonna lie, the video bump was so cool! It was awesome! The part 1:34 went like a really cool TV show jingle. THIS IS AWESOME!!! 😃😎

  • @elisa_5445
    @elisa_5445 10 месяцев назад

    I tried to install arch on an Toshiba Satellite A70 sometime ago and it just refused to boot lol, maybe it had something to do with the system having only 192MB ram

  • @rogo7330
    @rogo7330 Год назад +1

    "free(): invalid pointer" is hillarious and disturbing at the same time error that ever could your login prompt print out, especially when it works after trying several times for no obvious reason)))

  • @Sypaka
    @Sypaka 9 месяцев назад

    thats why when bootstrapping, i add "nano" after all the "base linux linux-firmware" voodoo.

  • @user-in2jf7tx1q
    @user-in2jf7tx1q Месяц назад

    i'm lucky to watch this masterpiece so much helpful

  • @Iamattomiik0555
    @Iamattomiik0555 4 месяца назад

    This Cabinet cool af now I want one :)

  • @nick0lis077
    @nick0lis077 10 месяцев назад

    If your time allows, could you install gentoo on 400 Mhz Pentium II ?

  • @Seacat17
    @Seacat17 Год назад

    Do you have another computer like this? If you do - try to play on that PC while hosting the server on this Pentium II.

  • @davidboss2160
    @davidboss2160 3 месяца назад

    why does everyone that use linux save and exit on nano using ctrl+x y enter, instead of just ctrl+s ctrl+x instead?

  • @koduflower2000
    @koduflower2000 Год назад

    Whoa, didn't know you could do that, Snoopie. You're so smart! 😉😍 I use arch, BTW.

  • @eDoc2020
    @eDoc2020 Год назад +2

    My first real Linux install (10 yrs ago at this point) was Arch and after my primary P4 2.2 I also installed it on my 550MHz laptop. It wasn't too terrible. Before seeing this I was thinking of picking up the higher end PE 2600 version of this server and see what I can do with it, which yes would include Minecraft. But none of this cheating by only running a server, I'm talking about the whole client as well. I managed over 20fps on a PIII 450 with 256 megs of RAM so it should work out great, right? Maybe I could even manage RUclips.

  • @i_lost_my_bagel
    @i_lost_my_bagel Год назад

    I love this channel so much

  • @evanhart8919
    @evanhart8919 Год назад

    Love your videos they are video entertaining for a fellow linux nerd ^-^

  • @TabooVector
    @TabooVector Год назад

    i fuking love you're starts man epic its like im back in the early 90's or early stages of yt before google takeover lov it

  • @3dfxvoodoocards6
    @3dfxvoodoocards6 Год назад +1

    Interesting, like!

  • @torphedo6286
    @torphedo6286 Год назад

    Your channel always gives me a burning desire to install Linux on random shit at 2am, thanks for posting :)

    • @laden6675
      @laden6675 10 месяцев назад

      and wear thigh highs, right?

  • @lizardsman601
    @lizardsman601 14 дней назад +1

    We just got to put the "shit into the fuck"

  • @GeoStreber
    @GeoStreber 10 месяцев назад +1

    Btw, you don't need Putty anymore on windows. Both of the shells now have ssh installed by default.
    Standard command is "ssh user@host", just as it should be.

    • @laden6675
      @laden6675 10 месяцев назад

      Putty is more than just `ssh` though...

  • @immoloism
    @immoloism Год назад

    We need the Gentoo build done on this one, see if you can beat my Rust compile time :D

  • @averagearchuser
    @averagearchuser Год назад +1

    this channel is extremely underrated

  • @tagrtw
    @tagrtw Год назад

    I am subscribed to your channel. Your videos are good.

  • @zulc22
    @zulc22 Год назад +1

    you changed the default SigLevel = Required DatabaseOptional to SigLevel = Required TrustedOnly, which is why you had to do that, I think. since it was complaining about not finding database signatures

  • @-x21-
    @-x21- Год назад +1

    FYI you shouldn't be missing ram. The ATI Rage ii usually has 2 mb of ram on those servers. The missing 40mb of ram is likely something malfunctioning. EDIT: I would try using openj9 too.

  • @dw_2005
    @dw_2005 Год назад +2

    Look who returns. It’s mr Catboy Awesome Druaga1 copycat (Ik hahahah funny cat related humour) obsessed with Linux and getting things to work on other things that are specifically old.exe.vro (UNEXPECTEDKERNELMODETRAP). Nice to see how ActionRetro rubbed off on you with his linuxy stuff. But how kind of you to reference our Beloved Cathode Ray Dude in a video. 👏👏👏👏 keep up the good plagiarism (please note this is all my silly British sarcasm, your super awesome honestly), David Murray called, he wants his restoration trademark returned (instead of retrobrite you have retrorevive with Arch Linux. To quote Diana Adams “in the text based form. My arch enemy!”)

  • @TENSE1983videos
    @TENSE1983videos Год назад +1

    ive been using linux on raspberry pi for a few weeks now and its fun

  • @user-in2jf7tx1q
    @user-in2jf7tx1q Месяц назад

    dude how to fix the pgp keyring error faster help pls

  • @nullderef
    @nullderef Год назад +2

    `free -h` loads a whole free ELF image into memory... the most lightweight way to measure memory usage would be to have a `cat` alternative without switches and dump contents of `/proc/meminfo` onto the screen... that's a whole 1 read syscall, 1 write syscall and 1 exit syscall. probably could do so in like 200 bytes of raw x86 asm incl headers

  • @genethebean7597
    @genethebean7597 Год назад

    I can't with that iPod dock. It's like its just unnecessary. It's just like a hot coffee pot over there in the corner. Why does it have a second screen? And why does it not have obviously overengineered but underbuilt drivers?

  • @sufferingincorporatedtm1781
    @sufferingincorporatedtm1781 Месяц назад

    that hard drive bay is so awesome B)

  • @KamuiS
    @KamuiS Год назад +3

    When I saw what your pacstrap command was, i was just waiting for the moment when you realized that you don't have an editor. They were taken out of base about 2 years ago I think. 🙂
    EDIT: Side note... you seem like Druaga1 with how you do things.

  • @eilidhmm
    @eilidhmm Год назад

    wait wait wait wait what is that jingle in the bump at the start i recognise it

  • @lydierayn
    @lydierayn 9 месяцев назад

    Yes, I am indeed watching this at midnight

  • @RadikAlice
    @RadikAlice Год назад

    This was shockingly entertaining

  • @Da532
    @Da532 Год назад

    very awesome and also cool :D

  • @user-in2jf7tx1q
    @user-in2jf7tx1q Месяц назад

    16:50 i ran into this problem yesterday and i spent lots of time reasrching until i found you dude

  • @mikenotpike
    @mikenotpike Год назад +1

    This video's existance made me change my mind about having EndeavourOS which is basically Arch's equivalent of Pop!_OS and swtich to real pop!_os because pain

  • @kreuner11
    @kreuner11 Год назад +1

    It says ln -sf on the wiki on -af, idk where that came from

  • @MthaMenMon
    @MthaMenMon Год назад

    All fun till you realize its power consumption XD
    What a nice video, keep it going!

  • @baixodedata2802
    @baixodedata2802 Год назад

    great video bro

  • @LuneLovehearn
    @LuneLovehearn Год назад

    You could have used cfdisk to partition it the easy way. Then iirc you have to chroot into the system when installing it to pacstrap

  • @gearboxworks
    @gearboxworks Год назад

    Lol. I saw that case and thought “I have two of those!”
    But turns out, yours is newer. Mine are just PowerEdge 300s. 😮

  • @robertfox4114
    @robertfox4114 5 месяцев назад

    This is the coolest, unecessairily heavy, overengineered pc block.

  • @OlegDorbitt
    @OlegDorbitt Год назад

    So, it turns out I installed archlinux32 for the first time in my life almost exactly at the same time as you! And I ran into the same keyring issue, though it wasn't as extreme ('pacman-key --populate archlinux32' fixed all the issues).

  • @deathkeys1
    @deathkeys1 Год назад

    may I suggest whenever trying to edit files on a bare bones system you use "vi", it is fairly standard it is vim, but lacks the stuff we like, though it does the job.

  • @RainNColer
    @RainNColer Год назад +1

    so i found the youtube representation of programming socks (even though there's no programming invovled, and no socks)

    • @WindowsG
      @WindowsG  Год назад +3

      what makes you think im not wearing socks..

  • @yjk_ch
    @yjk_ch Год назад

    29:16 I love the fact that grub-install says "Adding boot entry to UEFI Firmware Settings" on non-EFI machine.

  • @splits8999
    @splits8999 4 месяца назад

    yo whats this sweater /coat it looks awsome

  • @JTKroll12
    @JTKroll12 Год назад

    is it better to use a whole partition for swap than to just use a file?

    • @WindowsG
      @WindowsG  Год назад

      I believe so, you cant really control where the swap file is physically located on a mechanical HDD, but with a swap partition you have a better idea and can place it where it can be accessed quicker

  • @onelife151
    @onelife151 5 месяцев назад

    hi there thank you for the great video but wanted to put my 2 cents in. ty for the amazing video.