Тёмный
No video :(

The Art of Linux CLIs 

Mults
Подписаться 57 тыс.
Просмотров 242 тыс.
50% 1

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 338   
@MultsElMesco
@MultsElMesco Месяц назад
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 Месяц назад
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 Месяц назад
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 Месяц назад
"Silly programs, with no purpose." Me at work: wait a minute
@MrSquishles
@MrSquishles Месяц назад
I have had a real technical use for cowsay at work before 😔
@theseangle
@theseangle Месяц назад
@@MrSquishles check if `apt` works right? ;D
@tuanphvng
@tuanphvng Месяц назад
this is peak linux brain rot
@sanetrayy
@sanetrayy Месяц назад
HAHAHA
@lostzhengli1060
@lostzhengli1060 Месяц назад
SKIBIDI OHIO ARCH WITH HYPRGYATT? im sorry
@waralo191
@waralo191 Месяц назад
Yeah, but at least it's open source brain rot
@zaicol850
@zaicol850 18 дней назад
@@waralo191 imagine what closed source brain rot is like
@Liriq
@Liriq Месяц назад
Piping fortune into cowsay was a lightning moment. Life-changing. Especially with the stegosaurus. This is why we love computers.
@Cyberfishofant
@Cyberfishofant Месяц назад
now pipe that to lolcat
@blufudgecrispyrice8528
@blufudgecrispyrice8528 Месяц назад
Yeah when I learnt how to pipe the first thing I did was pipe random shit to cowsay and espeak.
@johnpulawski35
@johnpulawski35 Месяц назад
milk is best lowkey
@berkefekeskin9172
@berkefekeskin9172 Месяц назад
leetcode medium? i cant even solve some easy questions 😔
@ashimarulovesyou
@ashimarulovesyou Месяц назад
LeetCode? I can't even cd from D:// to C://
@groff8657
@groff8657 Месяц назад
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 Месяц назад
​@@ashimarulovesyouu literally just did it poser clown
@arsenypogosov7206
@arsenypogosov7206 Месяц назад
​@@groff8657Example?
@billybobjankens12
@billybobjankens12 Месяц назад
@@ashimarulovesyou Windows? I can't even mouse and keyboard.
@DavidCastillaGil
@DavidCastillaGil 7 дней назад
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.
@bojidarvladev4890
@bojidarvladev4890 Месяц назад
4:44 This is the official discontinuation the project stopped receiving updates around 4-5 years ago.
@monad_tcp
@monad_tcp Месяц назад
sometimes software is just "done", yeah, I know, heresy
@Brahvim
@Brahvim Месяц назад
@@monad_tcp It was too simple a program to need to be fixed anymore, I guess.
@connivingkhajiit
@connivingkhajiit Месяц назад
fastfetch is the replacement
@guigazalu
@guigazalu Месяц назад
@@connivingkhajiit nowofetch is. Aka. hyfetch.
@electricant55
@electricant55 Месяц назад
@@Brahvim yeah fuck the performance lol
@oliearomin
@oliearomin Месяц назад
I need to add that stegosaurus with a hat saying random stuff to my cli
@RaulChis
@RaulChis Месяц назад
how does one achieve such, I'm to stupid to find an answer online
@Nandainthegrass
@Nandainthegrass Месяц назад
@@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 Месяц назад
@@RaulChis I haven't actually done it but I'll try to update you when I do!
@saurabhsingh7234
@saurabhsingh7234 Месяц назад
​@@oliearominPlease let me know as well.
@ghjfjhfdgh
@ghjfjhfdgh Месяц назад
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"
@_Guigui
@_Guigui Месяц назад
this reminded me i have a project of a command line rhythm game just laying around
@Plorpoise
@Plorpoise Месяц назад
That sounds awesome actually
@_Guigui
@_Guigui Месяц назад
@@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 Месяц назад
please share if it gets to a working state!
@_Guigui
@_Guigui Месяц назад
@@dreamdeckup it's available! it's called shellrhythm and the client and editor are... functional
@silvncr
@silvncr Месяц назад
i want to see that too
@justahumanwithamask4089
@justahumanwithamask4089 Месяц назад
So you're telling me that I can create a useless cli to get some github stars and then a job
@jjhe3899
@jjhe3899 Месяц назад
is the Bhudda Bhuddist?
@kibiheaven
@kibiheaven 9 дней назад
you are not dylan lmao
@justahumanwithamask4089
@justahumanwithamask4089 9 дней назад
@@kibiheaven Not yet
@andrwondabeat
@andrwondabeat Месяц назад
I’m glad you used my rice for this video! I love to see the unix ricing community is growing. Great video! ❤
@MultsElMesco
@MultsElMesco Месяц назад
Thank you! I loved your rice, it was pretty good :))
@nathanaelmoh5848
@nathanaelmoh5848 5 дней назад
What's a rice? This video popped up randomly. Thank you.
@im-essi
@im-essi 4 дня назад
​@@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 2 дня назад
@@nathanaelmoh58483:55
@pegeeeeee
@pegeeeeee Месяц назад
2:00 BOCCHI THE ROCK MENTIONED
@pegeeeeee
@pegeeeeee Месяц назад
4:01 AGAIN OMG
@ArseneKichi
@ArseneKichi Месяц назад
bocchi sweep is real
@pegeeeeee
@pegeeeeee Месяц назад
@@ArseneKichi REALLL🙏🙏🙏🙏
@FrogsRghey
@FrogsRghey 22 дня назад
3:17 is pure gold
@jorionedwards
@jorionedwards Месяц назад
I don't have an anime girl as my wallpaper. I have *eight* anime girls as my wallpaper.
@connivingkhajiit
@connivingkhajiit Месяц назад
I dont have an anime girl as my wallpaper. I have an anime girl as my mousepad.
@cirkulx
@cirkulx Месяц назад
i have the moon…
@Krepppa253ButFake
@Krepppa253ButFake Месяц назад
@@connivingkhajiit You sure it‘s *as* your mousepad and not a mousepad with it printed on…?
@dinhero21
@dinhero21 12 дней назад
@@Krepppa253ButFake yes
@kokayola
@kokayola Месяц назад
Now i need to add hitoribocchi in any possible thing i can modify in my linux distro
@leyvirose875
@leyvirose875 Месяц назад
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 RU-vid video of it being demoed at a computer museum, as part of a multi-video series.
@1KiloDepartment
@1KiloDepartment Месяц назад
You are probably thinking of Edith!
@leyvirose875
@leyvirose875 Месяц назад
Yes, that's the one!
@cilency
@cilency Месяц назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-LtlrITxB5qg.html Found a video of the program in question
@marxy37dev
@marxy37dev Месяц назад
the pipe sfx is what got me xD (also it's the only thing my smol brain understood of this video)
@baranjan6969
@baranjan6969 Месяц назад
awk is a universal stereoids for every single cli program out there.
@jjhe3899
@jjhe3899 Месяц назад
wait, you can have the pipes screensaver in a CLI? Definitely a must-have!
@ros9764
@ros9764 8 дней назад
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)
@DavidLee-jd5ot
@DavidLee-jd5ot Месяц назад
Instead of neofetch, cmatrix and cava Use fastfetch, unimatrix and glava
@Jupiter__001_
@Jupiter__001_ Месяц назад
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 Месяц назад
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)
@CocoTheMii
@CocoTheMii 22 дня назад
4:39 "a few weeks ago" apparently equates to three months
@ukyotachibana638
@ukyotachibana638 Месяц назад
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 🔥
@trevorthedude
@trevorthedude Месяц назад
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
@zxuiji
@zxuiji Месяц назад
8:03...I feel called out XD
@worldadmin9811
@worldadmin9811 16 дней назад
made it to the end, congrats on 50k!
@puleroxd4116
@puleroxd4116 Месяц назад
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 8 дней назад
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
@blank-mq8ef
@blank-mq8ef Месяц назад
fortune into cowsay into lolcat is the best thing to have each time you open your terminal
@jollux8035
@jollux8035 Месяц назад
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.
@TreeLuvBurdpu
@TreeLuvBurdpu Месяц назад
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 Месяц назад
You aren''t eating your terminals, are you?
@TreeLuvBurdpu
@TreeLuvBurdpu Месяц назад
@@attustheant I am ingesting them.
@hamzabenslimane1074
@hamzabenslimane1074 6 дней назад
Man your video is a pure blessing
@thatcipher
@thatcipher Месяц назад
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
@bluezhift
@bluezhift Месяц назад
My love for the CLI grows! Let's GO!!!
@OpyrusDev
@OpyrusDev 24 дня назад
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 😭😭)
@charliepettigrew2818
@charliepettigrew2818 Месяц назад
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.
@bilbobagend8155
@bilbobagend8155 Месяц назад
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?
@themirrazz
@themirrazz Месяц назад
Can confirm that 50% of the reason I clicked was Anya-chan doing her waku waku face in the thumbnail
@cbm8
@cbm8 5 дней назад
0:16 I just took the 15m 49s break to solve this problem. Well, now on to the video xd
@elfofrit
@elfofrit 8 дней назад
>Linux >Kamen Rider >Korone >Ai wa Boomerang You gained a new sub Let's be friends 🤝
@MultsElMesco
@MultsElMesco 7 дней назад
@@elfofrit when niche interests collide
@reinadorojo
@reinadorojo 27 дней назад
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
@um8078
@um8078 Месяц назад
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
@Dragoonmaster999
@Dragoonmaster999 Месяц назад
To this day, we still don't know what file was the freaky sheeps
@cringemaki
@cringemaki Месяц назад
"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.
@saekokazzu
@saekokazzu Месяц назад
Thanks for that screen shot bind
@eng3d
@eng3d Месяц назад
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 Месяц назад
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.
@aeebeecee3737
@aeebeecee3737 Месяц назад
2:11 a noteworthy mention about cowsay alike program is: ponysay -- a rewritten implementation for Bronies
@Vintagestep
@Vintagestep 29 дней назад
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
@GameCyborgCh
@GameCyborgCh День назад
neofetch has been discontinued for like 3 years or something, they only now just archived the repo
@croakclyde1654
@croakclyde1654 19 дней назад
new vid idea: "starting out your linux journey"
@bionicseaserpent
@bionicseaserpent Месяц назад
me using the Default KDE 6 Manjaro wallpaper:
@arjix8738
@arjix8738 Месяц назад
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 Месяц назад
some distros include aliases for stuff
@chloemccarthy2297
@chloemccarthy2297 25 дней назад
- 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.
@DarkoMesarosSubotica
@DarkoMesarosSubotica Месяц назад
Hey I saw a screenshot from my blog at 1:48 🥳
@Whit3_Tee_Poison
@Whit3_Tee_Poison Месяц назад
6:44 geee what gave it away
@qexat
@qexat Месяц назад
6:44 jokes on you I have Dreamcatcher Gahyeon as my wallpaper
@jeffreyliu2289
@jeffreyliu2289 27 дней назад
Peak music choice, the Cyber Grind doesn't show up much as bgm
@Maxjoker98
@Maxjoker98 Месяц назад
3:30 Calling it a train is offensive. It's a steam locomotive(sl).
@Playerk125
@Playerk125 24 дня назад
im not gonna lie, my wall paper is a animadet grathink of a 80´s style sunset calld "Neon Sunset"
@Susul-lj2wm
@Susul-lj2wm Месяц назад
ayy, I am using tide aswell, great terminal theme
@user-td9sj4pb3d
@user-td9sj4pb3d Месяц назад
I just loved this!!! Can you suggest more cli tools!
@amirroohi4566
@amirroohi4566 Месяц назад
had to double check, yes my wallpaper is anime, but its just a minimalist faceless Yu Gi, so yeah
@awful999
@awful999 Месяц назад
omg my wallpaper is marik
@arnabbiswasalsodeep
@arnabbiswasalsodeep Месяц назад
I have an alias "moo" which is for "fortune" output in "cowsays" then makes it colourful (i forgot using what & it's 2am)
@Munenushi
@Munenushi 25 дней назад
just like old game cracks that had graphical interfaces and music and menus and stuff! i mean so I've heard
@arsxhy
@arsxhy Месяц назад
6:16 "I need water" 6:19 "gulps*"
@CentreMetre
@CentreMetre Месяц назад
My wall paper is anime, but its of Tanaka-kun saying "I dont need new developments in my life" as a reminder
@coinbongo4694
@coinbongo4694 Месяц назад
Hyprland spotted. High five ✋
@vladislavkaras491
@vladislavkaras491 8 дней назад
Well yeah... That's cool! :D
@amberisvibin
@amberisvibin 29 дней назад
i just had the strangest glitch where this entire video was replaved with a soundless cat video
@givowo
@givowo Месяц назад
I love steam locomotive
@yvizkos
@yvizkos Месяц назад
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
@arx9781
@arx9781 Месяц назад
you can always pipe cowsay with lolcat to have a gradient stegosaurus
@chaitanya8126
@chaitanya8126 Месяц назад
holy shit , brilliant sponsorship
@Sliden
@Sliden 12 дней назад
Mushishi mentioned
@Fernando-du5uj
@Fernando-du5uj Месяц назад
Your videos are funny asf man. Never stop it!
@keq1688
@keq1688 4 дня назад
i just finished watching the whole star wars iv movie in full ascii
@toasterenthusiast6188
@toasterenthusiast6188 Месяц назад
Neofetch has ceased all new contributions as of this year so I would have recommended something a bit more modern like fastfetch in the video instead of leading people to download dead software.
@nuclearnyanboi
@nuclearnyanboi Месяц назад
subbed this is my first time watching your channel
@MiScusi69
@MiScusi69 Месяц назад
Beautiful
@backprints
@backprints Месяц назад
i re-installed bblean because of this video thank u
@KrazyKaiser
@KrazyKaiser Месяц назад
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...
@0xPRIMEgs
@0xPRIMEgs Месяц назад
Linux CLI is God's chosen PC interface.
@diegoestrada35
@diegoestrada35 Месяц назад
Based for using a Urusei Yatsura song as your outro
@pyrolyzed4314
@pyrolyzed4314 Месяц назад
What font does your terminal use? My pursuit of a good font is never ending.
@theblankuser
@theblankuser Месяц назад
Same, this one looks so good
@RealVCT
@RealVCT Месяц назад
6:42 my wallpaper has pandemonica from helltaker, does that count?
@effy_922
@effy_922 Месяц назад
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
@andyman301
@andyman301 Месяц назад
6:42 Nah, it's the Windows XP default wallpaper
@cewla3348
@cewla3348 Месяц назад
figlet -f banner a why didnt i just do this when i made 8x8 pixel art of all letters, uppercase letters, numbers, and symbols with hashes
@DanielCWERTY
@DanielCWERTY Месяц назад
This dude spit our Secret *noob coders*
@HiLordReilo
@HiLordReilo Месяц назад
is it just me or the thumbnail of this video changes every time I get it in my recommendations??
@KernelPanic0
@KernelPanic0 Месяц назад
I like silly novelty programs and all, but I was hoping this video would challenge me in my non-tiling KDE-using wobbly-window-addict ways. Maybe I like the convenience of setting up a printer or changing my mouse acceleration or whatever with the settings program, without having to look it up. The only thing that sucks about my love for GUI tools is, a lot of them *suck* in terms of performance. They all either use a stupid JavaScript engine for a lot of simple UI tasks, or they cache the wrong things and don't cache the right things, or whatever, and all of them are still not configurable enough. People talk a lot about how tiling window managers and command-line tools are more "efficient", but like, I can touch-type at a speed I'm fine with without learning the "proper" way (with one's hands resting on the home row and everything), and without switching to a different layout from QWERTY (which I totally could do with my keyboard). And similarly, I can navigate and manage windows just fine on KDE. I feel like I spend a lot more time thinking about the next thing I'm gonna do between programs I'm running rather than navigating between them. What I do use command-line tools a lot for though is bulk operations, especially with tools that don't really have a good GUI replacement, like FFmpeg, ImageMagick, and some other specialized things. It makes me want to write my own replacements for a lot of KDE Plasma components, but I have other things I'd like to write replacements for before that (like a good web browser that actively fights against/asks user permission for shit like Web Workers, WebRTC, the Idle Detection API, site local storage, those stupid pages that hide or replace your scrollbar and do their own shitty "smooth" scroll, etc.).
@angeldude101
@angeldude101 Месяц назад
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.
@justanotherguy6345
@justanotherguy6345 Месяц назад
you do not understand how much I *need* to know what the font in the thumbnail is
@drominitoketchup
@drominitoketchup 23 дня назад
aah - searching at the "wrong unixporn" was a bad experience..
@user-et8vk2te6c
@user-et8vk2te6c 8 дней назад
This made my day xD
@yxnilI
@yxnilI Месяц назад
Very cool video!
@mariobot128
@mariobot128 Месяц назад
3:20 why is this exactly me xD
@ndulucalvassman2294
@ndulucalvassman2294 Месяц назад
does someone ever listed all the cool configuration things like exposed in this video somewhere on github or something like that ? i went full on my afternoon customizing my terminal after this video and i want MORE, MOOOOOOOREE
@MultsElMesco
@MultsElMesco Месяц назад
Hello, all my dotfiles are here github.com/IonelPopJara/dotfiles if you want to check it out. It has changed a bit since the video but the neofetch theme is still there alongisde other stuff :)
@mumblety
@mumblety Месяц назад
Man. I really should switch to linux.
@ghost_frosty06
@ghost_frosty06 Месяц назад
1. Listing the files 2. Clearing the screen This is me 99% of time on terminal
Далее
I Tried Turning Games Into Text
18:18
Просмотров 339 тыс.
Concord: The Biggest Flop In History
17:46
Просмотров 448 тыс.
I Spent 18 Months Using Rust And Regret It
38:36
Просмотров 337 тыс.
Where Did Arch Linux Come From?
16:21
Просмотров 124 тыс.
Become a shell wizard in ~12 mins
12:25
Просмотров 246 тыс.
AI is here. What now?
46:16
Просмотров 1,8 млн
Explaining Pointers Until I Go Insane
6:42
Просмотров 260 тыс.
So, I Tried Arch Linux.. (and Hyprland btw)
36:10
Просмотров 81 тыс.
Making an atomic trampoline
58:01
Просмотров 5 млн
Linux is a MAJOR Rabbit Hole
36:40
Просмотров 660 тыс.
The Linux Experience
31:00
Просмотров 906 тыс.