The Art of Linux CLIs

Поділитися
Вставка
  • Опубліковано 13 жов 2024

КОМЕНТАРІ • 377

  • @MultsElMesco
    @MultsElMesco  3 місяці тому +63

    We are revamping the discord server so feel free to join if you want to have semi-interesting conversations about trivial programming topics. discord.gg/jpJdqDdQcv
    I hope you enjoy this video, I definitely had a lot of fun working on it. Some people have asked me about my config files, you can check them out here github.com/IonelPopJara/dotfiles
    (Also follow me on twitter if you want. twitter.com/ionelalexandr12 )
    To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/Mults
    You’ll also get 20% off an annual premium subscription.

    • @ricdeh1701
      @ricdeh1701 3 місяці тому

      Considering that you already are in the GNU/Linux FOSS bubble, it would be cool for you to setup a Matrix server so that your fans don't need to use proprietary Discord

    • @TheSensationalMr.Science
      @TheSensationalMr.Science 3 місяці тому

      derek taylor has compiled a list of these fun cli scripts at his repo called... dwt shell-color-scripts.
      just thought you would like.
      Hope you have a great day & Safe Travels!

  • @chadyways8750
    @chadyways8750 3 місяці тому +902

    "Silly programs, with no purpose."
    Me at work: wait a minute

    • @MrSquishles
      @MrSquishles 2 місяці тому +19

      I have had a real technical use for cowsay at work before 😔

    • @theseangle
      @theseangle 2 місяці тому +5

      @@MrSquishles check if `apt` works right? ;D

  • @Liriq
    @Liriq 3 місяці тому +428

    Piping fortune into cowsay was a lightning moment. Life-changing. Especially with the stegosaurus. This is why we love computers.

    • @Cyberfishofant
      @Cyberfishofant 3 місяці тому +25

      now pipe that to lolcat

    • @blufudgecrispyrice8528
      @blufudgecrispyrice8528 2 місяці тому +1

      Yeah when I learnt how to pipe the first thing I did was pipe random shit to cowsay and espeak.

    • @johnpulawski35
      @johnpulawski35 2 місяці тому +1

      milk is best lowkey

    • @kitamashi
      @kitamashi 19 днів тому

      now pipe pipe into cowsay

  • @tuanphvng
    @tuanphvng 3 місяці тому +1445

    this is peak linux brain rot

    • @sanetrayy
      @sanetrayy 2 місяці тому +7

      HAHAHA

    • @lostzhengli1060
      @lostzhengli1060 2 місяці тому +31

      SKIBIDI OHIO ARCH WITH HYPRGYATT?
      im sorry

    • @waralo191
      @waralo191 2 місяці тому +19

      Yeah, but at least it's open source brain rot

    • @zaicol850
      @zaicol850 Місяць тому +12

      @@waralo191 imagine what closed source brain rot is like

    • @captainuniversalart3796
      @captainuniversalart3796 Місяць тому +4

      @@zaicol850 "This is how you make an automated script to remove pimples in photoshop"

  • @DavidCastillaGil
    @DavidCastillaGil Місяць тому +44

    Couple years ago, I developed some scripts to automate deployment of applications for an aeronautic company. It took so long that I started showing process logs, then status summary, then emulating a progress bar... at the end I had an airplane flying on the console. If the deployment worked without errors it landed, otherwise it would crash. The amount of scripting knowledge I gained from the customization was probably more than the deployment itself. Totally worth the effort. Note for my company, both the scripts and my customization were developed outside working hours, so shh.

  • @berkefekeskin9172
    @berkefekeskin9172 3 місяці тому +528

    leetcode medium? i cant even solve some easy questions 😔

    • @ashimarulovesyou
      @ashimarulovesyou 3 місяці тому +56

      LeetCode? I can't even cd from D:// to C://

    • @groff8657
      @groff8657 3 місяці тому +39

      There are more easy leetcode questions than grains of sand on earth. And some or them are NOT easy questions, but are designed to gaslight you that they are.

    • @rubyciide5542
      @rubyciide5542 3 місяці тому

      ​@@ashimarulovesyouu literally just did it poser clown

    • @arsenypogosov7206
      @arsenypogosov7206 3 місяці тому

      ​@@groff8657Example?

    • @billybobjankens12
      @billybobjankens12 3 місяці тому +11

      @@ashimarulovesyou Windows? I can't even mouse and keyboard.

  • @oliearomin
    @oliearomin 3 місяці тому +152

    I need to add that stegosaurus with a hat saying random stuff to my cli

    • @RaulChis
      @RaulChis 3 місяці тому

      how does one achieve such, I'm to stupid to find an answer online

    • @Nandainthegrass
      @Nandainthegrass 3 місяці тому

      @@RaulChis You'll have a ~/.bashrc or ~/.zshrc file depending on whether you're using a bash or zsh shell. Open this file in a text editor and add the command (example: fortune | cowsay) (I prefer adding it at the end of the file) and then save the file. You can run "source ~/.bashrc" or "source ~/.zshrc" (again depending on what you're using) to see the changes without closing and opening the terminal. Make sure fortune and cowsay are installed though.

    • @oliearomin
      @oliearomin 3 місяці тому

      @@RaulChis I haven't actually done it but I'll try to update you when I do!

    • @saurabhsingh7234
      @saurabhsingh7234 3 місяці тому

      ​@@oliearominPlease let me know as well.

    • @ghjfjhfdgh
      @ghjfjhfdgh 3 місяці тому

      1. install "fortune" and "cowsay"
      2. add the following to your .profile, .bashrc, .zshrc or whatever your shell parses: "fortune | cowsay -f stegosaurus"
      for extra rainbow action, install "lolcat" and change the command to:
      "fortune | cowsay -f stegosaurus | lolcat"

  • @bojidarvladev4890
    @bojidarvladev4890 3 місяці тому +288

    4:44 This is the official discontinuation the project stopped receiving updates around 4-5 years ago.

    • @monad_tcp
      @monad_tcp 3 місяці тому +86

      sometimes software is just "done", yeah, I know, heresy

    • @Brahvim
      @Brahvim 3 місяці тому +23

      @@monad_tcp It was too simple a program to need to be fixed anymore, I guess.

    • @connivingkhajiit
      @connivingkhajiit 2 місяці тому +16

      fastfetch is the replacement

    • @guigazalu
      @guigazalu 2 місяці тому

      @@connivingkhajiit nowofetch is. Aka. hyfetch.

    • @electricant55
      @electricant55 2 місяці тому

      @@Brahvim yeah fuck the performance lol

  • @_Guigui
    @_Guigui 3 місяці тому +110

    this reminded me i have a project of a command line rhythm game just laying around

    • @Plorpoise
      @Plorpoise 3 місяці тому +30

      That sounds awesome actually

    • @_Guigui
      @_Guigui 3 місяці тому

      @@Plorpoise yeah, i kinda gave up on it because i ran out of motivation to make a chart editor that people that aren't me can use (though, you can look it up, it's called "shellrhythm")

    • @dreamdeckup
      @dreamdeckup 3 місяці тому +10

      please share if it gets to a working state!

    • @_Guigui
      @_Guigui 3 місяці тому

      @@dreamdeckup it's available! it's called shellrhythm and the client and editor are... functional

    • @silvncr
      @silvncr 3 місяці тому +5

      i want to see that too

  • @andrwondabeat
    @andrwondabeat 3 місяці тому +30

    I’m glad you used my rice for
    this video! I love to see the unix ricing community is growing. Great video! ❤

    • @MultsElMesco
      @MultsElMesco  2 місяці тому +8

      Thank you! I loved your rice, it was pretty good :))

    • @nathanaelmoh5848
      @nathanaelmoh5848 Місяць тому

      What's a rice? This video popped up randomly. Thank you.

    • @im-essi
      @im-essi Місяць тому

      ​@@nathanaelmoh5848 customized look, essentially. customizing the look/feel of your computer (especially when it's linux) is called "ricing", so one such setup would be "a rice". think it comes from car customization initially? but not sure about that.

    • @configurine
      @configurine Місяць тому

      @@nathanaelmoh58483:55

  • @justahumanwithamask4089
    @justahumanwithamask4089 3 місяці тому +103

    So you're telling me that I can create a useless cli to get some github stars and then a job

  • @pegeeeeee
    @pegeeeeee 3 місяці тому +63

    2:00 BOCCHI THE ROCK MENTIONED

    • @pegeeeeee
      @pegeeeeee 3 місяці тому +17

      4:01 AGAIN OMG

    • @ArseneKichi
      @ArseneKichi 2 місяці тому +3

      bocchi sweep is real

    • @pegeeeeee
      @pegeeeeee 2 місяці тому +2

      @@ArseneKichi REALLL🙏🙏🙏🙏

  • @FrogsRghey
    @FrogsRghey 2 місяці тому +10

    3:17 is pure gold

  • @leyvirose875
    @leyvirose875 3 місяці тому +19

    Thought this might be relevant:
    There used to be a program that you could run on IBM mainframes in the late 60's that would print ASCII (or whatever text-encoding they used, I don't think it was ASCII) art image of a lady in her "birthday suite". I forget what it was called, but I saw a UA-cam video of it being demoed at a computer museum, as part of a multi-video series.

    • @1KiloDepartment
      @1KiloDepartment 3 місяці тому +3

      You are probably thinking of Edith!

    • @leyvirose875
      @leyvirose875 3 місяці тому +1

      Yes, that's the one!

    • @cilency
      @cilency 3 місяці тому +2

      ua-cam.com/video/LtlrITxB5qg/v-deo.html
      Found a video of the program in question

  • @jorionedwards
    @jorionedwards 3 місяці тому +110

    I don't have an anime girl as my wallpaper.
    I have *eight* anime girls as my wallpaper.

    • @connivingkhajiit
      @connivingkhajiit 2 місяці тому +11

      I dont have an anime girl as my wallpaper.
      I have an anime girl as my mousepad.

    • @cirkulx
      @cirkulx 2 місяці тому +1

      i have the moon…

    • @Krepppa253ButFake
      @Krepppa253ButFake 2 місяці тому +1

      @@connivingkhajiit You sure it‘s *as* your mousepad and not a mousepad with it printed on…?

    • @dinhero21
      @dinhero21 Місяць тому

      @@Krepppa253ButFake yes

  • @marxy37dev
    @marxy37dev 3 місяці тому +21

    the pipe sfx is what got me xD (also it's the only thing my smol brain understood of this video)

  • @baranjan6969
    @baranjan6969 3 місяці тому +13

    awk is a universal stereoids for every single cli program out there.

  • @kokayola
    @kokayola 3 місяці тому +20

    Now i need to add hitoribocchi in any possible thing i can modify in my linux distro

  • @Maxjoker98
    @Maxjoker98 2 місяці тому +5

    3:30 Calling it a train is offensive. It's a steam locomotive(sl).

  • @superguy654
    @superguy654 9 днів тому

    Its really cool how the term "Ricing" is in both the car community and the CS community. i love being in both

  • @jjhe3899
    @jjhe3899 2 місяці тому +3

    wait, you can have the pipes screensaver in a CLI? Definitely a must-have!

  • @ros9764
    @ros9764 Місяць тому

    The more i delve into linux the more i find the ricing community very funny. Im one of those people that say they've changed the look of their terminal and all that means is switching the font color to orange and making the window more transparent. I've tried to change the overall look of my desktop by following tutorials and installing programs but after a while i go back to the default setting because it already looks good enough for me (yes, that includes xfce)

  • @johnsimon8457
    @johnsimon8457 Місяць тому +1

    1:30 - I spent a bit of time reimplementing fortune in Rust, which meant looking at the C source to parse those quotes libraries. ...
    It doesn't look like any C source you'd see today. I'm honestly not 100% this wasn't written on a teletype. 1979 was a little while ago.
    Also - this is from an era with 100's of people were connected to a single mini computer. So - lots of utils were built around having a quirky fun office environment. Like imagine Slack except all clients and servers were running on the local system.
    I like htop or ytop for process viewers WAY over original top

  • @trevorthedude
    @trevorthedude 3 місяці тому

    The way you introduced piping has got to be used in universities. I really like the way you introduce new topics, and I think professors would learn a lot from your segues

  • @Jupiter__001_
    @Jupiter__001_ 3 місяці тому +11

    fastfetch is good if you want it to run every time you open your terminal. It's written in C so it's fast, hence the name.

    • @cirkulx
      @cirkulx 2 місяці тому

      idk fastfetch looks kinda weird on default config and im really stupid (so i made my own fetch program that on a good system runs in about 200μs)

  • @ToolforPychos
    @ToolforPychos 2 дні тому

    The Monogatari music at 2:32! Nice!

  • @0xPRIMEgs
    @0xPRIMEgs 2 місяці тому +1

    Linux CLI is God's chosen PC interface.

  • @jollux8035
    @jollux8035 2 місяці тому

    in my programming 1 course (python) we did the cowsay CLI project as a lab in our class. it was fun, the cow images were given (excluding the sheep), and also a dragon and tiger. from what i remember the cows name was heifer, but nevertheless the project was rly fun and was my first intro to CLI.

  • @croakclyde1654
    @croakclyde1654 Місяць тому +1

    new vid idea: "starting out your linux journey"

  • @thatcipher
    @thatcipher 2 місяці тому +1

    I learned to appreciate CLI tools so much
    Idk as a frontend developer I shouldn't like the terminal as much as I do lmao

  • @IrohaNatsumeMyBeloved
    @IrohaNatsumeMyBeloved 3 дні тому

    testing this on termux, definitely fun thing to do

  • @woddenhorse
    @woddenhorse Місяць тому +1

    Caught me offgaurd at 6:44

  • @zxuiji
    @zxuiji 3 місяці тому +3

    8:03...I feel called out XD

  • @Dragoonmaster999
    @Dragoonmaster999 2 місяці тому +3

    To this day, we still don't know what file was the freaky sheeps

  • @OpyrusDev
    @OpyrusDev 2 місяці тому

    since the past hour every video want me to go from Zorin Os to Arch but i heard about that installation difficulty (but the result is so beautiful 😭😭)

  • @blank-mq8ef
    @blank-mq8ef 2 місяці тому +1

    fortune into cowsay into lolcat is the best thing to have each time you open your terminal

  • @milymilo
    @milymilo 2 місяці тому +4

    cant believe donut.c was never mentioned 😔

  • @ukyotachibana638
    @ukyotachibana638 3 місяці тому +2

    so I had to sudo apt install sl
    and then I had to use sl 🤣
    its really funny spending too much time customizing terminal with weird stuff
    lmao the pipe is not for I guess 🤣I would watch the birds flying rather than pipes
    great vid!!! love the editing 🔥

  • @Haydn_
    @Haydn_ 3 дні тому

    would love if you made another one of these videos ive had so much fun ricing my rasberry pi now

  • @um8078
    @um8078 3 місяці тому +2

    After switching to Linux for a month and using a Windows machine this morning I can confidently declare I've lost all ability to use file manager and now is only capable of using cd and zoxide

  • @TreeLuvBurdpu
    @TreeLuvBurdpu 3 місяці тому +9

    Fortune cookies are already shitty, and yet people read them. "Fortune" was not useless. It was an improvement on the actual fotune cookie.

    • @attustheant
      @attustheant 3 місяці тому +1

      You aren''t eating your terminals, are you?

    • @TreeLuvBurdpu
      @TreeLuvBurdpu 3 місяці тому +2

      @@attustheant I am ingesting them.

  • @diegoestrada35
    @diegoestrada35 2 місяці тому +1

    Based for using a Urusei Yatsura song as your outro

  • @aeebeecee3737
    @aeebeecee3737 2 місяці тому +2

    2:11 a noteworthy mention about cowsay alike program is: ponysay -- a rewritten implementation for Bronies

  • @cbm8
    @cbm8 Місяць тому +1

    0:16 I just took the 15m 49s break to solve this problem. Well, now on to the video xd

  • @CocoTheMii
    @CocoTheMii 2 місяці тому +2

    4:39 "a few weeks ago" apparently equates to three months

  • @cringemaki
    @cringemaki 3 місяці тому +1

    "Or your next not project at all because you're never going to acomplish anything [...]"
    Too personal and real. I want to learn to code and make this auto clicker for a game but I'm too lazy. Damn.

  • @elfofrit
    @elfofrit Місяць тому +1

    >Linux
    >Kamen Rider
    >Korone
    >Ai wa Boomerang
    You gained a new sub
    Let's be friends 🤝

    • @MultsElMesco
      @MultsElMesco  Місяць тому

      @@elfofrit when niche interests collide

  • @bilbobagend8155
    @bilbobagend8155 3 місяці тому +4

    0:53
    Just made me realize that stock image sites might be irrelevant now. At least crappy ones. Why bother paying for slop when you can generate slop at the pace of your own patience?

  • @reinadorojo
    @reinadorojo 2 місяці тому

    un chileno al que se le entiende. amo el tipo de humor de este canal, es raro y dificil de explicar pero me gusta y me quedo hipnótico con estos videos

  • @gianclgar
    @gianclgar 9 днів тому

    Subscribed for the piece of advice at the end

  • @FrozenInIce
    @FrozenInIce 27 днів тому

    I actually use cli to browse files to open or to use as reference. And use browser from the cli cause it is way faster than loading the web gui.

  • @DavidLee-jd5ot
    @DavidLee-jd5ot 3 місяці тому +19

    Instead of neofetch, cmatrix and cava Use fastfetch, unimatrix and glava

  • @eng3d
    @eng3d 2 місяці тому +1

    Not only in Linux but also in Windows.
    BTW, I found that after the 2022 update of Windows 10, cmd.exe works really well, it renders colors correctly (no mumbo-magic) and it works acceptable.
    When CLI shines? maintenance/developer/admin tools

    • @MapleBR
      @MapleBR 2 місяці тому

      since i found out the windows terminal app and installed powershell 7 it's been funny to work with windows. I spent a few days ricing it, most of time at work im connecting via ssh to linux servers and doing stuff directly on the command line.

  • @Burak-ls5yd
    @Burak-ls5yd Місяць тому

    I love your Digimon wallpaper!

  • @TheSast
    @TheSast Місяць тому +1

    ULTRAKILL OST SPOTTED

  • @puleroxd4116
    @puleroxd4116 3 місяці тому +3

    hey what are you using for the as a in terminal file browser/file editor in 7:30 it looks very much like something i want to use but dont have...

    • @HicsterEnthusiast
      @HicsterEnthusiast Місяць тому

      ranger, there's nnn too, harder to setup but at the same time a lot more customizable, ranger is nice and just works out of the box

  • @bionicseaserpent
    @bionicseaserpent 3 місяці тому +2

    me using the Default KDE 6 Manjaro wallpaper:

  • @themirrazz
    @themirrazz 2 місяці тому +1

    Can confirm that 50% of the reason I clicked was Anya-chan doing her waku waku face in the thumbnail

  • @anwarulbashirshuaib5673
    @anwarulbashirshuaib5673 22 дні тому

    My favorite: fortune | figlet | cowsay -n -d | lolcat -t

  • @chloemccarthy2297
    @chloemccarthy2297 2 місяці тому

    - Have dual, maybe more, monitors side by side.
    - Crank that resolution as much as possible.
    - Long, short terminal window spanning all monitors.
    - $ sl
    - Train is now a useless and frustratingly long loading bar.
    - Linux life.

  • @worldadmin9811
    @worldadmin9811 Місяць тому

    made it to the end, congrats on 50k!

  • @hamzabenslimane1074
    @hamzabenslimane1074 Місяць тому

    Man your video is a pure blessing

  • @nonamebleach
    @nonamebleach 4 дні тому

    We need an ls-swap command for the car bros 🏎️💨

  • @bluezhift
    @bluezhift 2 місяці тому

    My love for the CLI grows! Let's GO!!!

  • @HiLordReilo
    @HiLordReilo 2 місяці тому

    is it just me or the thumbnail of this video changes every time I get it in my recommendations??

  • @charliepettigrew2818
    @charliepettigrew2818 3 місяці тому +5

    does anyone know how ppl get text to display at certain places on the screen? the only way i know is print() (along with other languages equivalents), which doesn't let you specify where the text is displayed.

  • @saekokazzu
    @saekokazzu 3 місяці тому

    Thanks for that screen shot bind

  • @yvizkos
    @yvizkos 3 місяці тому

    i use git bash on windows (uses a lot of linux based things as it is pretty much wsl) and i love using CLIs for as much as i can

  • @Playerk125
    @Playerk125 2 місяці тому

    im not gonna lie, my wall paper is a animadet grathink of a 80´s style sunset calld "Neon Sunset"

  • @coinbongo4694
    @coinbongo4694 3 місяці тому +2

    Hyprland spotted. High five ✋

  • @CentreMetre
    @CentreMetre 2 місяці тому

    My wall paper is anime, but its of Tanaka-kun saying "I dont need new developments in my life" as a reminder

  • @Vintagestep
    @Vintagestep 2 місяці тому

    idk where I saw a dude loosing his head after weeks of doing complex programming just to make a 3D moving donut with ascii in the CLI, this video reminded me of that lmao

  • @KrazyKaiser
    @KrazyKaiser 2 місяці тому +2

    Holy shit I didn't know that's what piping did, I thought it was just way to input multiple commands at the same time 💀💀💀 This is what you get when you set up a linux server by just copy pasting things you find online...

  • @effy_922
    @effy_922 3 місяці тому

    I remember spending a week ricing up my new Linux Distro
    ...only to never use cava/pipes/neofetch/alacritty ever again since they took too much screen space
    10/10 would do again

  • @TheMadProgrammersOfficial
    @TheMadProgrammersOfficial 13 днів тому

    Mults: "Silly programs, with no purpose."
    Me: ... were still talking about linux right???????? right?????

  • @amberisvibin
    @amberisvibin 2 місяці тому

    i just had the strangest glitch where this entire video was replaved with a soundless cat video

  • @jeffreyliu2289
    @jeffreyliu2289 2 місяці тому

    Peak music choice, the Cyber Grind doesn't show up much as bgm

  • @DarkoMesarosSubotica
    @DarkoMesarosSubotica 2 місяці тому

    Hey I saw a screenshot from my blog at 1:48 🥳

  • @andyman301
    @andyman301 2 місяці тому

    6:42 Nah, it's the Windows XP default wallpaper

  • @arx9781
    @arx9781 2 місяці тому

    you can always pipe cowsay with lolcat to have a gradient stegosaurus

  • @Munenushi
    @Munenushi 2 місяці тому

    just like old game cracks that had graphical interfaces and music and menus and stuff!
    i mean so I've heard

  • @keq1688
    @keq1688 Місяць тому

    i just finished watching the whole star wars iv movie in full ascii

  • @GameCyborgCh
    @GameCyborgCh Місяць тому

    neofetch has been discontinued for like 3 years or something, they only now just archived the repo

  • @backprints
    @backprints 2 місяці тому

    i re-installed bblean because of this video thank u

  • @chaitanya8126
    @chaitanya8126 3 місяці тому +1

    holy shit , brilliant sponsorship

  • @arnabbiswasalsodeep
    @arnabbiswasalsodeep 3 місяці тому

    I have an alias "moo" which is for "fortune" output in "cowsays" then makes it colourful (i forgot using what & it's 2am)

  • @qexat
    @qexat 3 місяці тому

    6:44 jokes on you I have Dreamcatcher Gahyeon as my wallpaper

  • @Susul-lj2wm
    @Susul-lj2wm 2 місяці тому

    ayy, I am using tide aswell, great terminal theme

  • @drominitoketchup
    @drominitoketchup 2 місяці тому

    aah - searching at the "wrong unixporn" was a bad experience..

  • @shrodinger3844
    @shrodinger3844 3 місяці тому

    cli is fun, but it's SUCH a pain. i just switched from neovim to zed and my computer heaved a sigh of relief over not being physically assaulted every ten seconds

  • @arsxhy
    @arsxhy 2 місяці тому

    6:16 "I need water"
    6:19 "gulps*"

  • @givowo
    @givowo 2 місяці тому +1

    I love steam locomotive

  • @amirroohi4566
    @amirroohi4566 3 місяці тому +10

    had to double check, yes my wallpaper is anime, but its just a minimalist faceless Yu Gi, so yeah

    • @awful999
      @awful999 3 місяці тому

      omg my wallpaper is marik

  • @arjix8738
    @arjix8738 3 місяці тому +1

    the few times I misstyped ls as sl, it did actually list the directory contents, so I thought it was an alias for ls

    • @formbi
      @formbi 2 місяці тому

      some distros include aliases for stuff

  • @angeldude101
    @angeldude101 3 місяці тому

    My wallpaper is from an anime-style JRPG, but it may or may not feature an anime girl from said game for weird semantic reasons that depend on interpretation.
    Someone unfamiliar with the game would definitely say it does not have an anime girl.

  • @Fernando-du5uj
    @Fernando-du5uj 2 місяці тому

    Your videos are funny asf man. Never stop it!

  • @pyrolyzed4314
    @pyrolyzed4314 3 місяці тому +1

    What font does your terminal use? My pursuit of a good font is never ending.

    • @theblankuser
      @theblankuser 3 місяці тому +1

      Same, this one looks so good

  • @StrixsMC
    @StrixsMC 2 місяці тому +1

    Im only here bc i see you still with the 4.20 kernel 💀

  • @Whit3_Tee_Poison
    @Whit3_Tee_Poison 2 місяці тому

    6:44 geee what gave it away

  • @DanielCWERTY
    @DanielCWERTY 2 місяці тому

    This dude spit our Secret *noob coders*