I Broke Linux... How to learn from my mistakes

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024
  • Go to nordpass.com/t..., and use code "typecraft" to get a NordPass Business free 3-month free trial. No credit card is required!
    Join the stream! / typecraft
    Join the community: / discord
    X: x.com/typecraf...
    I'm going to show you how to never break your linux installation ever again! We’re going to use time shift for snapshots, BTRFS for our file system, and timeshift-autosnap as a very special tool to save snapshots when we use Pacman!

ความคิดเห็น • 228

  • @typecraft_dev
    @typecraft_dev  17 วันที่ผ่านมา +5

    Go to nordpass.com/typecraft and use code: "typecraft" to get a NordPass Business free 3-month free trial.
No credit card is required!

  • @senoraraton
    @senoraraton 15 วันที่ผ่านมา +196

    I was waiting for the "My solution was.... NixOS!":P

    • @houstonbova3136
      @houstonbova3136 15 วันที่ผ่านมา +21

      It’s the only real solution.

    • @raoulkent
      @raoulkent 15 วันที่ผ่านมา +3

      Mankind should not hold such power, we will be corrupted by the absolute power

    • @omercelebi2012
      @omercelebi2012 15 วันที่ผ่านมา +2

      Just switched from NixOS to Arch..

    • @MichaelSchulzDaFritzmark
      @MichaelSchulzDaFritzmark 15 วันที่ผ่านมา +1

      Just wanted to write the same comment.

    • @DarthVader11912
      @DarthVader11912 15 วันที่ผ่านมา

      Yeah same.

  • @EXQEX9
    @EXQEX9 14 วันที่ผ่านมา +37

    Arch Linux is an RPG.
    You bite the bullet and install it, despite your friends warning you that it's going to eat SO MUCH of your free time.
    Your girlfriend is confused by it, but she's glad you're enjoying yourself...at least when you're not yelling at the screen.
    Character creation is insane. You spend your first day customizing and don't actually do anything productive.
    Your coworkers are tired of you talking about it. They run Ubuntu. Casuals.
    Your boss is tired of losing productivity hours to it.
    And, periodically, you fight a big boss called "Oh shoot, this update did something bad, I should have paid attention". Pretty sure that's a callback to a world boss in Guild Wars 2, but I could be wrong.

    • @fourien937
      @fourien937 10 วันที่ผ่านมา

      Haha funny man sorry to ask but do you happen to know any similar video to this but with debian instead ?

    • @pencilcheck
      @pencilcheck 7 วันที่ผ่านมา +1

      I use Mac OSX, I practically left RPG and went into a platformer, where I can still have fun but things just work lol

  • @irlshrek
    @irlshrek 15 วันที่ผ่านมา +58

    btw if you run something and you forget to add sudo you can run "sudo !!" and itll prepend sudo to your previous command and run it

    • @rafaelmorales1926
      @rafaelmorales1926 15 วันที่ผ่านมา +1

      only on bash or zsh! I really miss doing this on fish

    • @obiworm99
      @obiworm99 15 วันที่ผ่านมา +1

      @@rafaelmorales1926 can't you make it into a macro yourself?

    • @GetKarma
      @GetKarma 15 วันที่ผ่านมา

      @@rafaelmorales1926use the command fuck that fix the error in a command ran and it can fix forgetting sudo

    • @jameskelly892
      @jameskelly892 14 วันที่ผ่านมา +1

      This is probably my most used command lol

    • @nul1
      @nul1 14 วันที่ผ่านมา

      ​@@rafaelmorales1926
      # Just put these into your fish config
      # Functions needed for !! and !$
      function bind_bang
      switch (commandline -t)[-1]
      case "!"
      commandline -t -- $history[1]
      commandline -f repaint
      case "*"
      commandline -i !
      end
      end
      function bind_dollar
      switch (commandline -t)[-1]
      case "!"
      commandline -f backward-delete-char history-token-search-backward
      case "*"
      commandline -i '$'
      end
      end
      function fish_user_key_bindings
      bind ! bind_bang
      bind '$' bind_dollar
      end
      # Welcome

  • @gerwazy373
    @gerwazy373 15 วันที่ผ่านมา +56

    Great moment to just start using nixos and never have to worry again. And you also got to say "I use nixos btw"

    • @typecraft_dev
      @typecraft_dev  15 วันที่ผ่านมา +15

      I might have to!

    • @MarcLacoursiere
      @MarcLacoursiere 15 วันที่ผ่านมา

      @@typecraft_devit is soooooo much easier

    • @legendboyAni
      @legendboyAni 15 วันที่ผ่านมา +6

      "I use Arch btw" is original and better

    • @GoCreateTech
      @GoCreateTech 15 วันที่ผ่านมา +1

      I use Arch

    • @kinzoku-dev
      @kinzoku-dev 14 วันที่ผ่านมา +1

      @@typecraft_dev one of us one of us one of us one of us one of us one of us one of us

  • @dezly-macauley
    @dezly-macauley 14 วันที่ผ่านมา +11

    🤘Former Arch user here. Arch is super cool, but NixOS let's me be a mad scientist in a safe environment with Btrf and rollobacks out the box. Oddly enough the only Linux distro I ever broke was...wait for it...Debian stable.

    • @typecraft_dev
      @typecraft_dev  14 วันที่ผ่านมา +3

      Hah! I gotta try nix huh

    • @dezly-macauley
      @dezly-macauley 14 วันที่ผ่านมา

      @@typecraft_dev Yep. NixOS with Arch on a VM. Best of two great systems.

  • @RazoBeckett.
    @RazoBeckett. 15 วันที่ผ่านมา +23

    B.T.R.F.S ❌
    Baturfs ❌
    ButterFS ✅

  • @InspiredPlans
    @InspiredPlans 15 วันที่ผ่านมา +20

    I switched to NixOS and it’s a breath of fresh air!

    • @typecraft_dev
      @typecraft_dev  15 วันที่ผ่านมา +5

      Damn I gotta look into this

    • @drishalballaney6590
      @drishalballaney6590 15 วันที่ผ่านมา

      @@typecraft_dev just fyi, you can also check out vimjoyer, he has really nice tutorials to help you get started

  • @simonlauer9379
    @simonlauer9379 15 วันที่ผ่านมา +21

    i prefer snapper over timeshift
    also nice snap-pac pac-man hooks to automatically create snapper snapshots before and after doing pac-man operations

    • @driden1987
      @driden1987 15 วันที่ผ่านมา +7

      Thank you for the rabbit hole

    • @OraOraOra
      @OraOraOra 15 วันที่ผ่านมา

      @@driden1987 It really is a rabbit hole.
      I realized that snapper works flawless on openSUSE and other distros have some problems with it, so I get why ppl use Timeshift instead of snapper.

    • @CZTachyonsVN
      @CZTachyonsVN 10 วันที่ผ่านมา

      Timeshift-autosnap does the same. I have automatic snapshots every time I do yay -Syu. What do you prefer about snapper? I’m a beginner Linux user and timeshift does all I need from it, so I’m curious what else is there.

  • @Noah-zt3sf
    @Noah-zt3sf 15 วันที่ผ่านมา +5

    Dude reinvented NixOS.
    You just summoned nix army

  • @MattSnow
    @MattSnow 15 วันที่ผ่านมา +5

    “This will then start and update our Matt Daemon to start automatically.” 😂

  • @nico1337
    @nico1337 15 วันที่ผ่านมา +10

    Small correction: At 16:38 you said grub-btrfsd picked up the change but in fact the grub reconfiguration here is done by the pacman hook from timeshift-autosnap. As you can see at 15:40 you have set updateGrub=true

  • @omercelebi2012
    @omercelebi2012 15 วันที่ผ่านมา +2

    Next video: "I Broke my grub bootloader..."

  • @gustavomachado2558
    @gustavomachado2558 15 วันที่ผ่านมา +6

    I still remember the day i did rm -rf on my home directory by accident

    • @no_name4796
      @no_name4796 15 วันที่ผ่านมา +2

      I keep my data on a root folder i personally created
      That avoid my fucking up my home dir and losing all data

    • @donaldmickunas8552
      @donaldmickunas8552 10 วันที่ผ่านมา +1

      I did that too. I had the terrible feeling of doom when I realized what I had done. However, I had backups for everything in my home directory. I had it completely restored in a few minutes, thank God!!

    • @bradfitzgerald2856
      @bradfitzgerald2856 7 วันที่ผ่านมา +1

      Could be worse... try /etc lol.

  • @FilipNachov
    @FilipNachov 15 วันที่ผ่านมา +6

    this is why you use templeOS (no complicated things)

  • @ml_serenity
    @ml_serenity 15 วันที่ผ่านมา +2

    The more control you have - the easier it's to step on your own tail. That's especially true with Arch.

  • @MrVampify
    @MrVampify 15 วันที่ผ่านมา +8

    It has a really steep learning curve but nixos would solve this forever and give you magic sysadmin powers should you keep a pure config.

  • @CNich90
    @CNich90 14 วันที่ผ่านมา +1

    You have a fantastic way of making something sound super exciting lol. Great video!

  • @wcrb15
    @wcrb15 15 วันที่ผ่านมา +1

    Time shift is a lifesaver. At my previous job they let me use Arch and my computer shut down in the middle of an update and it screwed everything 😂 I ended up having to reinstall everything. That was the day I became diligent about using time shift

  • @leanghok120
    @leanghok120 15 วันที่ผ่านมา +2

    i'm gonna listen to this while doing homework

  • @dr_regularlove
    @dr_regularlove 14 วันที่ผ่านมา

    Lots of people have already mentioned it, but last year I switched to NixOS after having broke my Arch install for the last time. There's a learning curve, it's quite different from any other Linux distro, but the benefits are absolutely worth it. And you can use it like a rolling release when you want the latest packages, or pin packages to specific versions when you want, you are in complete control.

    • @dr_regularlove
      @dr_regularlove 14 วันที่ผ่านมา

      Oh and one thing I might add, if you do look into NixOS, also look into a thing called Snowfall, which provides a set of conventions for writing your NixOS config, which is otherwise very open-ended which makes things a little harder to learn IMO, since you can organize your config into modules a thousand different ways and every other NixOS config you come across will be doing things its own way. I intend to rewrite my NixOS config using Snowfall lib at some point in the future.

  • @tejderha
    @tejderha 15 วันที่ผ่านมา +2

    Great time to try and start doing videos on nix 👍🏻

  • @amitkrxyz
    @amitkrxyz 14 วันที่ผ่านมา

    Wow, I was also recently playing with grub-btrfs in my fedora. Helpful video.

  • @nostalgianinja
    @nostalgianinja 15 วันที่ผ่านมา +1

    First time? Welcome to Arch.

  • @griffdawg123
    @griffdawg123 15 วันที่ผ่านมา +1

    My arch install has not broken yet - touch wood

    • @donaldmickunas8552
      @donaldmickunas8552 10 วันที่ผ่านมา

      I had the same fear when I was using Arch. That's why I switched to another Distribution. I wanted more stability.

  • @akibahmed229
    @akibahmed229 15 วันที่ผ่านมา +8

    time to switch into nixos

    • @typecraft_dev
      @typecraft_dev  15 วันที่ผ่านมา

      omg. so many of these comments. haha

    • @akibahmed229
      @akibahmed229 15 วันที่ผ่านมา

      @@typecraft_dev btw, u can achieve auto snap using this packages "timeshift-bin timeshift-autosnap" easily

    • @christalan
      @christalan 15 วันที่ผ่านมา

      I use nix, it's good you can’t break it, you can go back to every single modification you made to the system.
      It's so perfect it became boring.

  • @rumble_bird
    @rumble_bird 15 วันที่ผ่านมา +1

    everybody's gansta until "I broke my arch install...", no offense tho, why gnome?

  • @yurtlew2280
    @yurtlew2280 14 วันที่ผ่านมา

    Exactly the reason why i just install Garuda since it has BTRFS and grub snapshots out of the box..snapshots with Arch is must for me, just in case something weird happens.
    I usually only update on the frist of the month as well.

  • @ibeezhashin
    @ibeezhashin 15 วันที่ผ่านมา +3

    zfs is still the elegant solution

  • @danielstellmon5330
    @danielstellmon5330 14 วันที่ผ่านมา +1

    Why would i schedule a daily snapshot if ive hooked up the 'take snapshot before update'? The only time ive ever broken my install was after an update. Also i used to update daily.

  • @richardbennett4365
    @richardbennett4365 11 วันที่ผ่านมา

    Just rewind to the checkpoint or snapshot that was created before doing the risky work. Gosh. Run Tieshift on btrfs and make hourly snapshots. Hell be fine, because he did these things. Other people who don't know will be 😭😭😭 crying.

  • @SashikaSandeepa
    @SashikaSandeepa 15 วันที่ผ่านมา +2

    Oh... Then what are the options come when I press shift key while booting . it shows different kernal versions to boot from I through they are enough for the system. Please someone explain

    • @donaldmickunas8552
      @donaldmickunas8552 10 วันที่ผ่านมา

      Every time the kernel is updated on your system, the record of the previous version still exists on your system. That press shift while booting feature is probably provided by your computer manufacturer. It's purpose is for the rare chance that a new kernel doesn't work at intended. This makes it easier to change to an older kernel.

    • @SashikaSandeepa
      @SashikaSandeepa 10 วันที่ผ่านมา

      @@donaldmickunas8552 appreciate man. But shift key thing isn't from computer manufacturer, it is from grub

  • @anix3923
    @anix3923 15 วันที่ผ่านมา

    I prefer to use the cli for rollback, because GUIs can be unreliable (although I don't mind them). I mainly use this bundle: Snapper + grub-btrfs + snapper-rollback (which works for the recommended layout of the btrfs file system on Arch Linux) + snap-pac

    • @donaldmickunas8552
      @donaldmickunas8552 10 วันที่ผ่านมา

      FYI timeshift also has a terminal version. I've rolled by to a previous snapshot many times using it. It goes to show how many times I have screwed it up. Not so much any more.

  • @kiyov09
    @kiyov09 15 วันที่ผ่านมา

    just fyi, `systemctl enable --now ` will enable and start the unit

  • @Kuoxsr
    @Kuoxsr 7 วันที่ผ่านมา

    Garuda Linux does all of this for you out of the box. The only difference is that their version uses Snapper.

  • @jesse7631
    @jesse7631 14 วันที่ผ่านมา

    Interestingly, OpenSUSE implements this configuration perfectly when you select a BTRFS installation.

  • @wisiel3861
    @wisiel3861 12 วันที่ผ่านมา

    Now after watching this video I have to wait until my system break after the update and I'll be wondering why I didn't do this thing right after watching it XD. Thanks nerd.

  • @maguilecutty
    @maguilecutty 14 วันที่ผ่านมา

    arch and gnome = most underrated system - all aspects of cool prety stuff like osx etc but cooler - great with a iwm or something for zen like work environment! rate it !

  • @HowToLinux
    @HowToLinux 15 วันที่ผ่านมา

    I hate to admit it, but I noticed a very big speed difference in pacman between btrfs and ext4.
    Some time ago I was setting up Arch on WSL, and it was just blazing fast.
    With BTRFS it is like 2-3x slower even when no snapshots are made and the FS is balanced.

  • @bhargavakk4746
    @bhargavakk4746 15 วันที่ผ่านมา

    I was so excited when I saw the title, but meh, its just about snapper. Thought I'd see some troubleshooting

  • @danielemoncada65
    @danielemoncada65 15 วันที่ผ่านมา +1

    But how can I restore my system after reboot it from a snapshot?

  • @sarundayo
    @sarundayo 14 วันที่ผ่านมา

    Better Tree File System, but Baterfs works too 😂

  • @Richard-ck7sr
    @Richard-ck7sr 12 วันที่ผ่านมา

    That was excellent, thank you.
    Does booting from a snapshot, restore the snapshot, so that the next time you reboot you can accept the grub default menu item?

  • @vignesh306
    @vignesh306 15 วันที่ผ่านมา

    You have alerted the NixOS crowd

  • @sanjeevsinghrajput5593
    @sanjeevsinghrajput5593 14 วันที่ผ่านมา

    Finally I won't need to carry archiso usb everywhere

  • @LDWilliams
    @LDWilliams 9 วันที่ผ่านมา

    Back In Time

  • @Viken43
    @Viken43 15 วันที่ผ่านมา +1

    Time shift will work with ext4 too

    • @typecraft_dev
      @typecraft_dev  15 วันที่ผ่านมา

      YES, but it uses rsync instead of the built in btrfs stuff. But yes of course

  • @souvlaki42
    @souvlaki42 11 วันที่ผ่านมา +1

    What happens if you don't have enough disk space to a create a 4GB snapshot each time you install/update a package?

    • @typecraft_dev
      @typecraft_dev  11 วันที่ผ่านมา +1

      It is not 4gb each snapshot. Lots get cached and it’s only mb after that

    • @souvlaki42
      @souvlaki42 11 วันที่ผ่านมา

      @@typecraft_dev Thanks for clarifying that to me. For a moment, I was scared I'll need to use all of my hard drive in backups to use this method.

  • @kdcadet
    @kdcadet 15 วันที่ผ่านมา +1

    rookie move
    pacman < portage

  • @Temet79
    @Temet79 15 วันที่ผ่านมา +1

    Installed my Arch (BTW) in 2019 and broke it once with... you guess, partial upgrade. I don't remember for which (terrible) reason I interrupted a system upgrade.
    ... clonezilla saved my ass.
    It's been some time since I did a snapshot, it would probably be a good idea after I finish your video :)

    • @typecraft_dev
      @typecraft_dev  15 วันที่ผ่านมา +1

      nice!

    • @donaldmickunas8552
      @donaldmickunas8552 10 วันที่ผ่านมา

      You might set up a cronjob so that. Let take a snapshot weekly or whatever.

    • @Temet79
      @Temet79 10 วันที่ผ่านมา

      @@donaldmickunas8552 : clonezilla works differently, you boot on a live USB and the utility let's you save/restore partitions to/from an external hard drive.
      So you can't automate it :)

  • @junaidqrysh
    @junaidqrysh 15 วันที่ผ่านมา

    I actually prefer Yabsnap, its much simpler and better than any other alternative.

  • @adambester3673
    @adambester3673 15 วันที่ผ่านมา +1

    Honestly this is half the reason I use Garuda. having the ability to load snapshots from grub already set up from the jump is awesome.

  • @Helios.vfx.
    @Helios.vfx. 15 วันที่ผ่านมา +1

    I remember when I broke something and all I had was a black screen. Nothing else. Had to re install it again

    • @donaldmickunas8552
      @donaldmickunas8552 10 วันที่ผ่านมา

      If you had time shift on that system, you could have used a live USB stick for something like Linux Mint which includes timeshift. Then use time shift to access the location where your snapshots were stored and have hit restore your system.
      Generally, timeshift will create a directory /timeshift automatically unless you specify somewhere else.

  • @stephenbelikoff2185
    @stephenbelikoff2185 14 วันที่ผ่านมา

    Why not just set up a crontab for checking for new snapshots and updating GRUB?
    The easiest way to do this is if the timeshift --check command returns true in a root crontab, also update the grub-btrfs snapshot registry. No need for an additional service or some seedy package that's able to view the file system.

  • @taiwbi
    @taiwbi 15 วันที่ผ่านมา +8

    Every Arch user have 5788642 tools and configurations to be able to bring back their broken system.
    Just use a stable distribution that suits real working and being productive bruh

    • @WesleyBryie
      @WesleyBryie 15 วันที่ผ่านมา +1

      Me when arch has been more stable than Debian or fedora based distros 🤯

    • @s1nistr433
      @s1nistr433 14 วันที่ผ่านมา

      You can also use distrobox to get the latest version of certain packages. If it breaks then it only breaks one package and not your entire OS

  • @abiiranathan
    @abiiranathan 15 วันที่ผ่านมา

    I love and use Arch like crazy. The comments are terrifying 😮 Am I gonna break my system? I literally update at least 2 times a week

  • @lisovyy
    @lisovyy 14 วันที่ผ่านมา

    this is great, tanks mate!

  • @tolgayenici
    @tolgayenici 14 วันที่ผ่านมา

    Imagine, I use Debian stable with btrfs format and timeshift. I can go back 20 different snaps during boot. After so many failures with many distros, I have settled with the Debian. I love all the distros of GNU/Linux but the Debian is the one for me.

  • @johnc3403
    @johnc3403 15 วันที่ผ่านมา +1

    I broke my 3 year old Arch by the way, and I'm an idiot, so don't feel too bad!

  • @Taddy_Mason
    @Taddy_Mason 15 วันที่ผ่านมา

    Yet another day that's pushing me towards nix.

  • @gusslx
    @gusslx 14 วันที่ผ่านมา +1

    Bro summoned the whole Nix cult with just 5 words damn

  • @RockTheCage55
    @RockTheCage55 15 วันที่ผ่านมา

    Just curious do you use any of the redundancy features of BTRFS. I have mostly stayed away from BTRFS because of the write-hole bug but i guess if you strear clear of Raid 56 you should be fine. Anyways this setup was cool & very helpful thanks (& you need it with Arch BTW 😝)

  • @therealslimaddy
    @therealslimaddy 15 วันที่ผ่านมา

    i use restic just for its performance and repo like approach

  • @theIbraDev
    @theIbraDev 15 วันที่ผ่านมา

    Arch btw. I still remember the first time my system crashed during pacman -Syu..... Took me 2 days to recover

  • @Barakatic
    @Barakatic 15 วันที่ผ่านมา

    That will not work if your kernel update is generated on /boot partition on non Btrfs (e.g, an ESP). To recover from the previous snapshot, you should also have backup for /boot partition. Otherwise, you will have panic kernel after recovery.

  • @no_name4796
    @no_name4796 15 วันที่ผ่านมา +7

    I use fedora and dnf never broke my system lol
    That's how you never break your arch install:
    Step 1: uninstall arch
    Step 2: install literally any other linux distro

  • @mischavandenburg
    @mischavandenburg 15 วันที่ผ่านมา +2

    Systemd boot ftw

    • @typecraft_dev
      @typecraft_dev  15 วันที่ผ่านมา

      systemd boot is pretty good but not as feature rich as grub

  • @laughingvampire7555
    @laughingvampire7555 14 วันที่ผ่านมา

    the solution to avoid breaking arch is to use NixOS btw.

  • @jay-cm
    @jay-cm 15 วันที่ผ่านมา +3

    This is a big reason why I'm not using Linux on Desktop. I want the latest packages, so Arch seems like a perfect choice, but the fact that a simple upgrade can break the OS is a huge no.
    On my home server is a different story, I don't need the latest software since most of it is using Docker so I use Debian and never worry about any of this.
    Immutable distros are the closest thing to my current setup (macOS), where the system is separate from the software installed.

    • @vincentnthomas1
      @vincentnthomas1 15 วันที่ผ่านมา +3

      NixOS is for you

    • @LordiuSB
      @LordiuSB 15 วันที่ผ่านมา

      ​@@vincentnthomas1 would you recommend Fedora too? It seems like a good middle ground

    • @asunavk69
      @asunavk69 15 วันที่ผ่านมา +1

      its a problem with partial upgrades, for me using endeavourOS for months and never had update issues, mb it can have, but so far so good.

    • @jay-cm
      @jay-cm 14 วันที่ผ่านมา

      @@vincentnthomas1 I might have to try it.

  • @thisisme-u9j
    @thisisme-u9j 15 วันที่ผ่านมา +1

    You could give NixOS a try btw... :D

  • @Albertux
    @Albertux 15 วันที่ผ่านมา +2

    I use Debian btw (yes never breaks)

  • @jwk128
    @jwk128 15 วันที่ผ่านมา +2

    if you dont break your system at least once are you a real (arch)linux user?

  • @lubosmato
    @lubosmato 15 วันที่ผ่านมา +4

    *Laughing in NixOS*

  • @animemusic9703
    @animemusic9703 15 วันที่ผ่านมา

    Just saying and please correct me if I'm wrong grub not working properly with secure boot (I already tried to sign it with sbctl) so think twice before switching to grub. if anyone knows how to easily sign that grub font file please correct me.

  • @mahmoudhashem3912
    @mahmoudhashem3912 14 วันที่ผ่านมา +1

    god damn you just amazing AF thx for the useful info

  • @doomcrimson1680
    @doomcrimson1680 14 วันที่ผ่านมา +1

    Hey I broke mine to, about a 1000 times.

  • @BlakeCheatham
    @BlakeCheatham 15 วันที่ผ่านมา

    Spectacular.

  • @TheMoisex01
    @TheMoisex01 15 วันที่ผ่านมา +1

    Wao
    Just like any arch linux user.

  • @oalfodr
    @oalfodr 15 วันที่ผ่านมา

    Why were you doing partial upgrade?

  • @KhraosGenetor
    @KhraosGenetor 15 วันที่ผ่านมา +9

    Average Arch experience

    • @s1nistr433
      @s1nistr433 14 วันที่ผ่านมา +1

      Low IQ: Uses Linux mint
      Average IQ: Uses Arch with 3000+ utilities to fix it when it breaks
      High IQ: Uses linux mint

    • @KhraosGenetor
      @KhraosGenetor 14 วันที่ผ่านมา

      @@s1nistr433 oh hell nah, not Linux Mint, Gentoo and LFS are high IQ

  • @xarek1986
    @xarek1986 15 วันที่ผ่านมา +2

    hehe, what ever to use but NixOs

  • @RazoBeckett.
    @RazoBeckett. 15 วันที่ผ่านมา +1

    I use Arch BTW! and i will die by it. LUL

  • @Gskvj
    @Gskvj 15 วันที่ผ่านมา

    Why not just not do a partial upgrade...?

  • @aarona3144
    @aarona3144 15 วันที่ผ่านมา

    Ruby on Rails NVIM Configuration series when?

    • @typecraft_dev
      @typecraft_dev  7 วันที่ผ่านมา +1

      Come to our workshop next week! learn.typecraft.dev/neovim-and-zellij-ruby-on-rails-edition/

    • @aarona3144
      @aarona3144 7 วันที่ผ่านมา

      @@typecraft_dev It was great talking with you today on your stream. I'll try to make it!

  • @driden1987
    @driden1987 15 วันที่ผ่านมา +1

    Great content!

  • @hdayi
    @hdayi 14 วันที่ผ่านมา

    Great, thanks

  • @themarksmith
    @themarksmith 15 วันที่ผ่านมา

    Windows 11 Pro WSL2 Ubuntu workstation.... Linux Mint 22 on server... Life is to short...

  • @CountDookuful
    @CountDookuful 15 วันที่ผ่านมา

    ah yes, nix with extra steps

  • @eyoelamare4915
    @eyoelamare4915 15 วันที่ผ่านมา

    was exploring this while back but it kind of take space, i maybe wrong

  • @ShashotoANur
    @ShashotoANur 15 วันที่ผ่านมา

    It's so cool that it's freezing.

  • @muslimgamerrr9479
    @muslimgamerrr9479 13 วันที่ผ่านมา

    Bro PLEASE make a btrfs tuto for arch I don't understand it 😢

  • @anruntxd8711
    @anruntxd8711 15 วันที่ผ่านมา +1

    nix solves that

  • @theoneandonlycxvert
    @theoneandonlycxvert 9 วันที่ผ่านมา

    Use Gentoo!

  • @AnthonyDouglas-q4j
    @AnthonyDouglas-q4j 14 วันที่ผ่านมา

    Casper Forge

  • @pedromendes3257
    @pedromendes3257 15 วันที่ผ่านมา

    I use NixOS btw

  • @xyssxy
    @xyssxy 15 วันที่ผ่านมา +20

    Unfortunate that you took the nordvpn sponsor, they are known for having a bad reputation.

    • @no_name4796
      @no_name4796 15 วันที่ผ่านมา +5

      Still better then a better help sponsorship

    • @omertaprimal6913
      @omertaprimal6913 15 วันที่ผ่านมา

      Pia all da way
      'ery day

  • @ImSuchAZero
    @ImSuchAZero 15 วันที่ผ่านมา +1

    what browser is that

    • @typecraft_dev
      @typecraft_dev  15 วันที่ผ่านมา

      zen! I made a video on it

    • @ImSuchAZero
      @ImSuchAZero 15 วันที่ผ่านมา

      @@typecraft_dev Thanks! Ill cheack it out!

    • @ImSuchAZero
      @ImSuchAZero 15 วันที่ผ่านมา

      @@typecraft_dev Amazing thanks! i watched to video and tryd it out, this is going to be perfect for my hyprland setup!

  • @maztaim
    @maztaim 15 วันที่ผ่านมา

    Shame you don't have nix flakes. It's declarative....btw.

  • @adrianscarlett
    @adrianscarlett 15 วันที่ผ่านมา

    I use NixOS, BTW...

  • @jarod1701
    @jarod1701 14 วันที่ผ่านมา

    Arch is supposed to break.