This is NOT going Well… Linux Gaming Challenge Pt.2

  Переглядів 2,140,419

Linus Tech Tips

Linus Tech Tips

День тому

Try Pulseway for free and start remotely monitoring and managing your server or PC at lmg.gg/Ktd7Z
Use code LINUS and get 25% off GlassWire at lmg.gg/glasswire
Luke and Linus continue their challenge to use Linux on their home PCs. Today's challenge? Game streaming, complete with team comms and a camera setup.
Buy TC-Helicon Vocal Effects Processor (GOXLR)
On Amazon (PAID LINK): geni.us/p8LxdE0
On Newegg (PAID LINK): geni.us/R4okpqi
Buy Gigabyte AORUS FO48U Monitor
On Amazon (PAID LINK): geni.us/uS9oNw
On Best Buy (PAID LINK): geni.us/Czib
On B&H (PAID LINK): geni.us/uwkPi5
Purchases made through some store links may provide some compensation to Linus Media Group.
Discuss on the forum: linustechtips.com/topic/13906...
► GET MERCH: lttstore.com
► AFFILIATES, SPONSORS & REFERRALS: lmg.gg/sponsors
► PODCAST GEAR: lmg.gg/podcastgear
► SUPPORT US ON FLOATPLANE: www.floatplane.com/
FOLLOW US ELSEWHERE
---------------------------------------------------
Twitter: / linustech
Facebook: / linustech
Instagram: / linustech
TikTok: / linustech
Twitch: / linustech
MUSIC CREDIT
---------------------------------------------------
Intro: Laszlo - Supernova
Video Link: www.youtube.com/watch?v=PKfxm...
iTunes Download Link: itunes.apple.com/us/album/sup...
Artist Link: / laszlomusic
Outro: Approaching Nirvana - Sugar High
Video Link: www.youtube.com/watch?v=ngsGB...
Listen on Spotify: spoti.fi/UxWkUw
Artist Link: / approachingnir. .
Intro animation by MBarek Abdelwassaa / mbarek_abdel
Monitor And Keyboard by vadimmihalkevich / CC BY 4.0 geni.us/PgGWp
Mechanical RGB Keyboard by BigBrotherECE / CC BY 4.0 geni.us/mj6pHk4
Mouse Gamer free Model By Oscar Creativo / CC BY 4.0 geni.us/Ps3XfE
CHAPTERS
---------------------------------------------------
0:00 Intro
1:05 Today's Challenge
1:40 Linus' tries OBS
3:44 Luke tries OBS
4:10 Issues with Software that Doesn't Exist
7:45 Luke's Audio Issues
8:50 Linus' Discord Journey
10:15 Luke's Random Issues
11:37 Linus Camera
11:59 Luke's Overall Thoughts
12:55 Linus' Overall Thoughts
14:25 Outro

КОМЕНТАРІ: 10 000
@LinusTechTips
@LinusTechTips 2 роки тому
Got a really good pointer on how to get Logitech battery monitoring working! Much love. Thanks MissingClara twitter.com/MissingClara/status/1463290819885031424?s=19
@nebulous962
@nebulous962 2 роки тому
I would appreciate if you showed us some alternatives for peripherals like the goxlr and mouses and keyboards that work better on linux or pc hardware that works out of the box with linux. Or why not do a linux specific pc build? Anyway i love this series. ❤️ You made the linux penguin very happy 🐧❤️🙂
@kevin34ct
@kevin34ct 2 роки тому
Canary release is basically a pre-release or beta release.
@InvinsableNoob
@InvinsableNoob 2 роки тому
I wonder how hard Anthony laughs as he watches this whole series
@ephimp3189
@ephimp3189 2 роки тому
protest the UKposts Dislike button removal by having a pinned comment "Like to Dislike", not that your videos need it
@arnandegans
@arnandegans 2 роки тому
So challenge failed... If you need Windows to configure your peripherals and such then Linux is not a viable replacement.
@DeadBaron
@DeadBaron 2 роки тому
"We don't know what fixed it, but that's cool, I guess" - My IT career in a nutshell
@jjpark98
@jjpark98 2 роки тому
As a programmer, I also relate to that phrase. "you've been trying to fix this bug for hours now, and in the end it fixed itself. You have NO IDEA what fixed it, but you couldn't care less"
@laurinneff4304
@laurinneff4304 2 роки тому
I'm guessing it might be OBS getting updated to work on Wayland
@hanro50
@hanro50 2 роки тому
This hurts when you're a tech trying to fix a laptop...
@anonym-kk4st
@anonym-kk4st 2 роки тому
@@jjpark98 You forgot: When it solved itself, another Bug Comes Up...
@bwood6337
@bwood6337 2 роки тому
These situations drive me absolutely mad because I *need* to know caused it but half the time I'm too exhausted by this point to care.
@CACOE_
@CACOE_ 2 роки тому
Linus consciously chose that font on his desktop. Let that fact sink in for a moment.
@lukasbaumann8800
@lukasbaumann8800 2 роки тому
I consciously chose indie flower as my font, which is even worse lol
@blazer192837
@blazer192837 2 роки тому
Yeah he fuckin did
@zzzzz28
@zzzzz28 2 роки тому
he consciously decided to make everything italic too
@shulehr
@shulehr 2 роки тому
not to mention that huge aliasing on it, because it's italic and nonbold
@AwesoomeNinja
@AwesoomeNinja 2 роки тому
I could be wrong, but it seems to be a font for dyslexia. Not that uncommon actually.
@S31Syntax
@S31Syntax 2 роки тому
"magically fixed itself and we don't know why or how" seems to be a constant theme with this episode
@zodeg3883
@zodeg3883 2 роки тому
some red-eyed dude hacks into Linus's computer and "magically" fixes everything
@ejazali4
@ejazali4 2 роки тому
my code be like
@UltimatePerfection
@UltimatePerfection 2 роки тому
Magic seems to be common in Linux. It happened a plenty while I was using it (I want to get back to it, but I got a Win10 license with my current PC and I don't want to switch until the end of support for Win10) and I know I am not the only one, askubuntu is full of "nvm, it fixed itself" posts. Well, all that matters is that it works.
@grn1
@grn1 2 роки тому
@@UltimatePerfection Happens sometimes on Windows too, probably some process needing to be restarted or possibly something to do with the order in which processes start. From my understanding of it Linux was originally built using a lot of piping since it allowed them to save memory (a small program would be loaded up and run through/manipulate data in a dataset then that program would be unloaded and another program would be loaded to do something else to the dataset and so on and so forth until the desired result was reached). I wouldn't be surprised if a lot of core code in Linux still uses a lot of pipelines which might (and I'm somewhat guessing here) get messed up if part of the pipeline is restarted while the others are not.
@Matterhorn56
@Matterhorn56 2 роки тому
"hey yall, I did some mining off camera"
@marshalstewart7776
@marshalstewart7776 2 роки тому
As a developer this is hilarious. Many things we do in Linux, we forget aren’t trivial.
@user-gj6nq1nn1u
@user-gj6nq1nn1u 2 роки тому
Exactly. Doing the most simple task on terminal looks like hacking to someone who isnt familiar
@marshalstewart7776
@marshalstewart7776 2 роки тому
@@user-gj6nq1nn1u the funniest part is how he struggled to run the bash script. The idea of giving it executable properties to use the shebang. He could’ve use the bash interpreter and done it easier haha
@pentasteve9723
@pentasteve9723 2 роки тому
then it didn't work because he didn't have the rest of the files to go with it, which were probably important
@syskey1402
@syskey1402 2 роки тому
yes i cringed so hard on the github part
@pentasteve9723
@pentasteve9723 2 роки тому
ikr. the proper way to do it is git clone it then run the script.
@JeffGeerling
@JeffGeerling 2 роки тому
I think this is my favorite series on LTT in, well, forever. Would also like an 'Anthony Reacts' follow-up at some point.
@izzieb
@izzieb 2 роки тому
This challenge wouldn't phase you, since you recompile Linux daily.
@Airbag888
@Airbag888 2 роки тому
Hi Jeff 😁
@tionis6266
@tionis6266 2 роки тому
It's always wild to see people you follow as commenters on youtube.
@bufordmaddogtannen
@bufordmaddogtannen 2 роки тому
I just like to see him squirm even with simple tasks such as downloading files off github, which even provides a convenient "download as a zip" button. I'll gloss over the whole right click / save / open / copy paste / run nonsense, which is an indication of larger issues, completely unrelated to his legitimate Linux issues.
@anand_bhasme
@anand_bhasme 2 роки тому
@@bufordmaddogtannen Hey Jeff. I wonder which is the favorite series of red shirt Jeff 🤔
@DylanMatthewTurner
@DylanMatthewTurner 2 роки тому
As someone who uses Linux as their daily driver and for gaming, I wanna say that I appreciate the impact your videos have had. Your two Linux videos have created a spark in the community to fix many issues that help with user friendliness (including a patch that was applied to apt as a direct result of your issues in the first video). Many of them have been relatively minor changes that simply never got changed because there never was a need. A Windows transplant was expected to essentially rice their setup and solve issues on their own and through questions, not have things just work out of the box. Although a bit controversial in the community, the videos have created important discussion and seem to be making a positive difference overall, so I thank you for continuing to give it a shot. I'm sorry it's been so problematic, but I hope you'll be able to smooth out all of your issues soon!
@Crozz22
@Crozz22 2 роки тому
Hi do you have any links to such discussions? I would be interested to read them firsthand. Thanks
@mpr746
@mpr746 2 роки тому
As much as I love and use Linux myself, it is far from being a easy recommendation. It is definitely a niche. Although It don't like when things don't work out of the box, I enjoy troubleshooting it. But we are definitely a minority. Linux has come a long way and perhaps in the future it will take over the personal computer market. That would be awesome
@DylanMatthewTurner
@DylanMatthewTurner 2 роки тому
@ExplosiveMonkey Basically, it doesn't let you indirectly uninstall system-breaking packages with the "Yes, do as I say!" prompt anymore alla what happened to Linus in the first vid. It was originally just in the Pop_OS! version of apt, but I believe it's now going into the main apt source.
@mattymattffs
@mattymattffs 2 роки тому
Linux will never have the ux it needs for mainstream appeal. I've used it for more than two decades and can say that with absolute confidence. Cli first hurts Linux a lot
@mpr746
@mpr746 2 роки тому
@@mattymattffs Correct me if I'm wrong, but didn't people used to say that Linux was never going to be good to play games?
@hououinkyouma5372
@hououinkyouma5372 Рік тому
6:10 "But I'm frustrated by the condescending tone" That's stack overflow for you bro. They don't want newbies to exist
@abnormallynormal8823
@abnormallynormal8823 2 роки тому
Man, I really miss seeing Luke in normal LTT videos. His cadence is so calming
@doodad1618
@doodad1618 2 роки тому
Yep. Luke was, and still is, a very balancing force to Linus. The two of them work so well together it's insane. I get WHY Luke transitioned to FloatPlane, but it was definitely a loss to the that side of the business, IMO.
@sierralvx
@sierralvx 2 роки тому
I agree, his voice is like a soft carpet!
@northcode_
@northcode_ 2 роки тому
"the control panel looks like it's from 10 years ago." You'd think so! But it's actually looked like that for the 13 past years I've been using it! So it's even older!
@ArrowGent
@ArrowGent 2 роки тому
it works and no reason to change it
@jothain
@jothain 2 роки тому
True!
@lucadipaolo1997
@lucadipaolo1997 2 роки тому
The regular nvidia control panel on Windows has looked the same for ages too, and it looks similar to the one used on Linux.
@immoloism
@immoloism 2 роки тому
It looked like that in 2001 as well from my fading memory skills.
@Halation9209
@Halation9209 2 роки тому
@@ArrowGent No reason to improve... That explains a lot of things.
@Nick_Lavigne
@Nick_Lavigne 2 роки тому
When done, I'd like to see a version with Anthony, starting from scratch. I'd like to see the difference.
@zoqaeski
@zoqaeski 2 роки тому
Yeah, there's a lot of knowledge about how to do things (and how to fix things) that a seasoned Linux user would be able to draw upon that someone new to Linux would not have. Then there's the issue of SEO where outdated or inaccurate information is returned by search engines, and in some cases this can be disastrous (e.g. fixing btrfs issues).
@joo9125
@joo9125 2 роки тому
They can do a version with Linus Torvards himself but it doesn't change the fact that Linux softwares are generally not officially supported and inferior.
@Nick_Lavigne
@Nick_Lavigne 2 роки тому
@@joo9125 it's just interesting to see the difference.
@colemanroberts1102
@colemanroberts1102 2 роки тому
@@joo9125 True for end user applications. From a system admin or development point of view, *nix is, in my experience, a lot less frustrating.
@tomspettigue8791
@tomspettigue8791 2 роки тому
@@zoqaeski tbh sort of - I will grant that i haven't really tried Linux on the cutting edge hardware that Linus and co. are running on, but... I was a Windows guy with a good year or two of solid Mac experience when I threw myself at Linux on my work computer and... my experience has been entirely different, and wonderful, to the point that I'm ready to ditch Windows for everything BUT gaming, and maybe even that. It didn't shock me, for example, that Linus seemed to have more trouble than Luke with a lot of stuff, given that Luke chose a relatively mainstream Linux distribution with some decent institutional money behind it, while Linus chose a more obscure distro.
@Griffolion0
@Griffolion0 2 роки тому
Just as a note, any version of software that's labelled "Canary" can usually be thought of as an unstable beta release. It's using canary in the coalmine imagery to indicate that. It's not obvious, and one of the many products of Linux naming culture heavily influenced by decades of engineer dominant input.
@Perseagatuna
@Perseagatuna Рік тому
i knew that was its meaning, but i didnt know that's where it came from
@hecko-yes
@hecko-yes Рік тому
very late but that's not a linux thing, discord has a canary version on windows too
@alfonzom6
@alfonzom6 Рік тому
@@hecko-yes re-read
@PennsylvaniaEAS
@PennsylvaniaEAS Рік тому
@@alfonzom6 he doesn't have too. He's right
@alyx6427
@alyx6427 10 місяців тому
chrome canary, basically the alpha before chrome dev and chrome beta
@joebruh8230
@joebruh8230 2 роки тому
I really like this critical take on linux for end users. I personally use linux as my daily driver for almost everything, and saying the switch from windows to linux was painless would be a lie. there are speedbumps with linux, no matter what way you slice it. be it ubuntu or arch there is still setup involved that wouldn't be required normally with windows. Edit: Thanks for the likes. Glad I could bring up some conversation
@kvin9210
@kvin9210 2 роки тому
Thank you for the truth
@fredrikbystrom7380
@fredrikbystrom7380 2 роки тому
Just made the switch yesterday on my laptop (but kept my stationary Windows), and yeah it's confusing. I think the biggest problem is that all the forum posts and guides for fixing Linux issues seemed to be aimed at people who are already well-versed in the Linux world. Like, I don't even know what "sudo" means, but I know you type it almost all the time in the console thingy. Perhaps I should invest some 10-20 hours in taking some sort of intro-to-Linux online course.
@martianunlimited
@martianunlimited 2 роки тому
@@fredrikbystrom7380 it's the same as the UAC thing that windows pops up whenever it needs administrator (aka root) previledges.. prior to Vista, pretty much everything done using a user account with administrator priveleges is done with "sudo". (which is why deleting System32 is a thing and a meme in Windows XP). Vista despite of how malaligned the UAC "feature" was the proper way of doing things, and prompted users to grant "sudo" previledges whenever something requires administrator previledges (usually writing/modifying to protected folders)
@VavrMar
@VavrMar 2 роки тому
@@fredrikbystrom7380 yes there are also plenty of tutorials and articles explaining unix/linux basics. Imagine yourselve first time seeing PC at all. Basically Linux is also OS but it has totally different paradigm.
@nfury8ing
@nfury8ing 2 роки тому
I had the same feeling about it. It's why I eventually just googled wtf it was. "OH, Super User DO.. got it... elevated command.." But still.. In a world where the vast majority of us are used to right clicking and running as administrator, or even automatically having the prompt occur on Windows or macOS, they need to either do one of those minitutorial bits while it installs, or change it to be more intuitive. It's fucking 2021. Act like it.
@Braiam
@Braiam 2 роки тому
This is the "vendors treat Linux as second class citizen, if they are even aware that it exist" chapter. Sadly, the community can't pick up the vacuum left by companies with 1 man projects (like the GoXLR) when they don't offer support or when the software is closed sources (Teams/Discord).
@BURN447
@BURN447 2 роки тому
Yeah. Lots of the stuff that lacks first party support lacks it because they're closed codebases or otherwise use proprietary methods. But because linux doesn't get used by a lot of people, 1st party software is never developed, so people don't start using linux and it jsut repeats
@Shaflugi
@Shaflugi 2 роки тому
yea, this is the real crappy bit. There's plenty of good FOSS on Linux (obs comes to mind), but when paired with shitty drivers for your devices.. well, you're gonna have trouble.
@MrMalchore
@MrMalchore 2 роки тому
Good point. In the past, Linus has released vidoes to review a new tech gadget that might work GREAT on a Mac iPhone, but terrible on Windows or Android. Certain new-aged headphones or earbuds come to mind. In those videos he'll highlight and mention the software (and hardware) was designed and inteded for a different OS. HOWEVER, even though the same is true of Linux he doesn't seem to notice. The thing is he has staff and contacts (Luke Lafur, Anothy Young) who really should know this already and need to mention it.
@hammerheadcorvette4
@hammerheadcorvette4 2 роки тому
Are you the famous Braiam from Stack Overflow???
@DaBoomDude
@DaBoomDude 2 роки тому
When it comes to audio gear - i make sure to only buy stuff that follows standard USBHID Audio Class protocol, as its guaranteed to work and work well. Either way, any piece of hardware ill include Linux support as a part of my research before i buy the items. The GoXLR is just not a good investment for me... but a behringer UMC22 for a XLR MIcrophone Connection? and a Korg nanoKontrol2 standard MIDI controller for physical faders? Perfect, flawless, absolutely no issues. Just do the audio processing in software via JACK (its better than pulse alone, and i prefer it over direct use via OBS)
@TomatePerita
@TomatePerita 2 роки тому
I'm really greatful that linus had that "how do I run a .sh file" moment, because while it's incredibly simple once you learn how to do it, many forget that it's a skill you have to learn at some point, and those really add up over time. And if Linus, who is really is well versed in tech, didn't know how to do it right out of the get go, it is clearly not "common knowlage" as I often see posted online. Yes, you eventually get used to googling something, running into a stack overflow post that leads into a github page, downloading a script and running it, but every single one of those steps require you getting used to them, reading through lingo and trusting a random stranger on the internet. If there's anything you taught your grandparents when they started using a PC was that you are not supposed to do that: you don't download and run random files that you get on the first search result.
@p_serdiuk
@p_serdiuk 2 роки тому
This is exactly the reason why scrips aren't automatically executable until you grant them permission, but I guess Linus doesn't care about security that much lol
@antonvink
@antonvink 2 роки тому
Yeah that one struck me to, for someone that is used to do server maintenance on a regular basis i am more than once astonished by the well rounded knowledge of both hardware and software from lLnus. Not knowing how to run an sh script seems rather dumb, until you indeed realize that it is something that is completely unintuitive for an non linux user. It is the small things that we are so used to just as the issue Linus encountered afther that. Which was probably an line ending issue which forced linus to copy his file to an text editor and save again.
@DeToxCommunity
@DeToxCommunity 2 роки тому
Truly a completely different world on Linux. The "learning how to walk" phase is absolutely brutal over there, and a big part of it is that a big part of the community hates teaching people how to walk. Granted, Windows has that phase as well, it's just that virtually everybody learns how Windows functions at a young age and it becomes a fully intuitive process. That said, as long as linux lacks definitive executables and requires some sort of per-distro compilation, it's going to be bad for the average person. A whole lot of room for failure and it doesn't matter how polished up it gets unless it truly becomes 100% smooth. Honestly, I'd argue that polished up linux is easier to use than windows (the package managers are incredible, and the way updates are handled is truly great, and as long as your hardware works with open source drivers, the experience is much better than windows), but the moment something goes wrong or enters unsupported territory, linux borderline requires a computer science background and windows doesn't have that same problem, and it will always be that way as long as the core architecture of the platform stays the same. Would love to be proven wrong one day though.
@666Tomato666
@666Tomato666 2 роки тому
It's _also_ a skill to know that .html is what makes a web page or that .exe makes an executable on Windows, so it's not like he was entirely fair... (case in point: the default is to hide extensions on windows)
@MrMalchore
@MrMalchore 2 роки тому
you said ..."if Linus, who is really is well versed in tech..." I'd say he's really well versed in Consumer Tech like smart phones, TVs, gaming monitors and gaming gadgets in general. He has a staff to "figure out" all the technical details behind the scenes.
@joe2501echo
@joe2501echo 2 роки тому
I like how things randomly fixing themselves is an ongoing thing with these two, and as a linux user, I can say that this is absolutely my experience as well.
@MGosling94
@MGosling94 2 роки тому
That's my windows experience. With linux, as long as I don't install anything nothing changes. but then you run a package upgrade and you're not mindful enough about the updates and one of the tweaks your environment relies on gets removed or causes a conflict and the whole thing shits the bed.
@Kleyguerth
@Kleyguerth 2 роки тому
@@MGosling94 The opposite also happens on windows: stuff works, but then you reboot...
@unholydonuts
@unholydonuts 2 роки тому
Happens on MacOS too.
@bacon.cheesecake
@bacon.cheesecake Рік тому
Computer be like that. Nice that although things have a tendency to randomly break, they also have a tendency to randomly fix themselves, I've had those that on both linux and windows.
@RonaldRaiden
@RonaldRaiden 8 місяців тому
Same but I know it was me who made the change. In wine, I chose an output device for sound as well as added windows XP compatibility mode for Diablo 1 Belzebub HD mod, and this made the sound work finally, but it "takes control" of the sound card and other package sounds won't work when Diablo is running (wine)
@snehasisnandi7675
@snehasisnandi7675 2 роки тому
“An idiot admires complexity, a genius admires simplicity, a physicist tries to make it simple, for an idiot anything the more complicated it is the more he will admire it, if you make something so clusterfucked he can't understand it he's gonna think you're a god cause you made it so complicated nobody can understand it. That's how they write journals in Academics, they try to make it so complicated people think you're a genius” ― Terry Davis, Creator of Temple OS
@TheAnthonywildman
@TheAnthonywildman 2 роки тому
RIP Terry. May Holy C be compiled on many PCs.
@Segfaultification
@Segfaultification 2 роки тому
Linus is conflating "different from what you're used to" with "complex." Some problems don't have simple solutions.
@edgay
@edgay 2 роки тому
A literal schizophrenic racist
@areadenial2343
@areadenial2343 2 роки тому
@@edgay Schizophrenia made him paranoid and delusional, and sadly it caused him to believe that racism was a way to fight back against perceived malicious actors and forces. Mental illness isn't pretty. He was otherwise a brilliant man, and his mental decline was incredibly unfortunate.
@lazytiger6623
@lazytiger6623 2 роки тому
"Unix is simple, it just takes a genius to understand its simplicity."
@The_Mup
@The_Mup 2 роки тому
Linus on Pop os: "I shouldn't have to use the terminal to install software" Linus on Manjaro: *Ignores app store and goes straight to terminal*
@1pcfred
@1pcfred 2 роки тому
He's learning.
@CMDRSweeper
@CMDRSweeper 2 роки тому
Manjaro or Arch is one of the worst environments to go feet wet in as a first time user. A lot of the guides you find are for Ubuntu so you will have to know and how to adapt it, and it is a variant of Linux that is built for terminal operation. And the reason for that is that Arch' philosophy is to only give you a basic amount of packages to boot the system, then you add what you need for various functionality.
@rcht958
@rcht958 2 роки тому
@@CMDRSweeper I disagree. I started out on Manjaro as a new user and it was an unstable mess. But that forced me to learn how to fix things. And that's what made me an experienced Linux user. Yeah, Debian based distros are more stable, but this "hold your hand Ubuntu land" mindset leads to a boring asf desktop experience.
@jesseg7757
@jesseg7757 2 роки тому
Linus needs to go back to windows like the other braindead users. Linux is not for someone who isn't willing to think for a living. I'm so disappointed in him.
@jesseg7757
@jesseg7757 2 роки тому
@@CMDRSweeper Which is why he chose it. Linus deliberately chose the distro that was going to paint Linux in a bad light because too many of his sponsors are windoze dependent.
@johns818
@johns818 2 роки тому
I love how Luke can literally buy any matching monitor set he wants but still keeps it real with mixed model triple monitor setup.
@gumbi79
@gumbi79 2 роки тому
because luke is cheap hes admitted it many times
@CoffeeKadachi
@CoffeeKadachi 2 роки тому
Luke is still cheap. He talks about his methodology on wan show all the time- if he doesn’t need it, or it won’t be a serious quality of life improvement to what he already uses daily. He’s honesty probably my favorite person with ltt
@dillonh321
@dillonh321 2 роки тому
He is a frugal person. I'm the same way despite making well above my means. Some save for retirement others it's the way they were raised or both. I was raised in a very poor household so its just the way I have always lived. I use that saved money for retirement and my family after I pass.
@Desslosh
@Desslosh 2 роки тому
@@CoffeeKadachi Any specific Wan shows where he talks about that? O:
@007i1
@007i1 2 роки тому
@@Desslosh they don't often specifically talk about it. It's usually brought up as jokes but in the steam deck wan show he mentions hes already preordered it and linus makes a joke about it
@MrPooleish
@MrPooleish 2 роки тому
The "doesn't work/leave it broken/now it works" cycle has been about half my experience with Linux. The other half is "does work/leave it working/ now it's broken".
@kcscott639
@kcscott639 Рік тому
You ain't ever lied! Lol even epic games store. I couldn't make it work. Then it foux work. I installed games and was very happy. Next day it was back to its old problems
@xanderplayz3446
@xanderplayz3446 6 місяців тому
My cycle is doesn’t work/try to fix it multiple times/works or works/works
@filereaper
@filereaper 2 роки тому
Screensharing is a mess for experienced users as well on Linux, as its going through a transition from X11 to Wayland, Wayland is using Pipewire and proprietary NVidia drivers don't support this as well. So even as someone who daily drives Linux, I emphasize with the difficulties that Luc and Linus are going through here.
@StefaNoneD
@StefaNoneD 2 роки тому
Wayland isn't using anything. It's just a protocol and there are different implementations.
@TheVoitel
@TheVoitel 2 роки тому
I think you might be misunderstanding what "Wayland" and "Pipewire" are. Wayland is not a program but a standardized protocol (Microsoft could add a wayland WM to Windows for example). And Pipewire is both a protocol and a program implementing this protocol for a media server. You can use PW with X and you do not need to use PW and a Wayland WM.
@frosty515
@frosty515 Рік тому
Window capture can get really annoying on Linux. I have came across many issues with GNOME 42/43 window capture especially.
@1337CodeMaster
@1337CodeMaster 2 роки тому
As a long time Linux user, it's really nice to see it be used from such a new-user perspective. Every thing they encountered I have too at some point, I just don't notice anymore. Really need to watch out how much I try to sell Linux to people. Awesome video!
@curtisjmurphy
@curtisjmurphy 2 роки тому
Yup, I've learned its best to recommend Linux to the two extreme ends of the spectrum: People that don't require much more than a web browser at one end, and highly technical people that enjoy understanding the inner workings of their OS on the other. Basically, Nan and Pop will benefit from the increased security and stability without even noticing its not Windows, while your engineer buddy probably doesn't mind messing about for 2 hours to get an obscure piece of software working. It's the people in the middle that have the most trouble with it. Or technical people that have very specific peices of software or hardware they need to run, specifically for professional work.
@srpenguinbr
@srpenguinbr 2 роки тому
One thing I think Linux users should stop claiming all the time is that "Linux is more stable than Windows". Maybe this is true for servers, but I very very rarely have to restart on Windows 10. On Linux, only 4 or 5 times I have experienced a locked system since June, 1 required a hard reset, 2 times it simply refused to shutdown (after KDE had already ended), and 2 times I had a random spike in RAM of more than 10GB. Not to mention the times I have to restart an application or the entire PC to get something like Bluetooth or ethernet working. At the end of the day, I think it's still worth it. All the customizations, lightweight options, and usability improvements (you can force dark mode on apps that don't support it) justified the switch for me, not to mention FOSS. For one's grandma, I'd recommend Linux. Linus got in trouble because of all his fancy hardware that requires drivers.
@Pytte
@Pytte 2 роки тому
@@srpenguinbr Windows have come a long way in stability since people said that .. Linux desktop can be stable, but if your running bleeding edge/new stuff, its not, just like a Windows beta wouldn't be ..
@EricHabib
@EricHabib 2 роки тому
@@Pytte the instability in Linux and windows occurs during updates and changes to the system. The difference is that in Linux, these are user controlled, whereas in windows, it is OS and Microsoft controlled. I think the main problem they have is that installing and getting everything set up IS more complicated, but once that's done, you're golden.
@thiagoschp
@thiagoschp 2 роки тому
the last time someone ask me if I recommend Linux I responded "do you want to waste time fixing things?" he responded "no". so my recomendation was not to migrate to Linux, I'm used to fix shit on Linux, and know where I don't have to touch (modify files on some folders or install desktop enviroments because I'm not a Linux power user) and I learned that by breaking my system. and I get that a lot of people don't want to invest the time fixing shit just because "Microsoft bad" or "Linux is free", I think average people don't think that the windows "cons" are enough to learn a full new os
@StephaneBjrn
@StephaneBjrn 2 роки тому
While a lot has to be said about defaults on Linux, most of the issues basically boil down to "Companies don't give a crap about the experience on Linux". The open source community has to fill in what companies don't do for their own products and that's without specifications, documentation or any sort of help. It's no wonder the final experience isn't great.
@1pcfred
@1pcfred 2 роки тому
The experience is what you can make of it. When I go camping in the wilderness I have a good time. I eat well, I have decent accommodations and enjoy it. But it's still the great outdoors. You're in the elements with wild animals, insects, etc. You're living in the dirt. It takes a special kind of mentality to cope. You have to make allowances.
@Zaptosis
@Zaptosis 2 роки тому
Yeah I feel this needs to be recognized that everything (or the majority of stuff) is being done for free by programmers without the end user in mind. The art of the botch as Tom Scott would put it. Their goals are to get it working, not to refine it to perfection for the end user. With only 1% - 2% adoption by desktop users, it's pretty amazing everything works this good. If adoption were to increase I feel like a lot of these issues would quickly get fixed with the increased attention to the platform.
@Subzearo
@Subzearo 2 роки тому
We don't need their support becauz we don't need their proprietary GARBAGE anyway. They can keep that shit to themselves.
@mystirboy
@mystirboy 2 роки тому
And when It's made by devs, user experience is left unattended making it horrible. To a tech savy dev it won't but to most A/B-tier windows power users and below, it'll be confusing and frustrating.
@remypaquin7224
@remypaquin7224 2 роки тому
Companies ha e no real incentive tho and it would require a tone of extra staff/overhead to make all of their software and device compatible with even just the most popular distros If linux wants a wider general adoption and support they need to have more synergy between distros and at the very least stop the community gate keeping
@virtualdogbert
@virtualdogbert 2 роки тому
Disclaimer I'm a developer/software engineer, and I love linux for what it does for me and what it allows me to do. However, I do agree with a lot of the experiences that Linus, and Luke have found. There are some experiences that are buggy and annoying on Linux. The Desktop experience has gotten a lot better over the years, but still has a long way to go. While I am capable of doing a lot in the command line, some things are better done in a GUI, and even as a developer I do appreciate when things just work. Although as a developer and some of the horrors I've seen it's a miracle any of it ever works, although I digress. I do appreciate that you Linus and Luke have done this challenge, and published the issues you've found, as you have a louder voice, which can effect change to make things better. I hope that in the future you periodically take on the challenge again because I think it's good for the community. While Linux's varied distributions are a double-edged sword, it is that power that give it the potential to be a powerful tool for a lot of different uses. While I'm not a hardcore gamer, I do think that Linux definitely has the potential to eventually become a contender, if it has the right backers, and irons out the issues you encountered. I would never expect a normy to use GitHub(web GUI for Git)/Git(command line based, although there are GUis), it is a wonderful powerful developer version control tooll, with a bit of a learnig curve. That said the right click save as, and get HTML crap is a browser thing, that can be an annoyance and the workarround aways requires a few more clicks to get to the raw text, that you can then download/copy. What might be a better way to do things in these cases whould be to click the button to download the git repo as a zip file, and copy the file out of that, as you probably don't care about the history of the files, that you would get from using git to clone the repo locally. The old adage "Have you tried turning it off and on again." While is less applicable to Linux, and there are usually ways to work around it, there are still places where it does apply. One thing I always do is enable Ctrl+Alt+Backspace to restart the GUI because on rare occasion I have had Linux freeze on me(usually my own fault tinkering to get something to work). Another case that I've found this applies for me is with my work's VPN, which has iffy Linux support, and every once in a while it decides to not connect. Ive tried killing and restarting the process to no avail, although restarting the whole darn computer does works. So with that VPN something gets in a stuck state, but I have yet to discover what or how to reset it. At this point I just see it at the tax my employer pays for choosing that VPN. A note to Luke I unfortunately have to use Teams for work, we were just switch from Google chat(Gchat) much to my chagrin. The app is absolute buggy trash, and I don't use it. The web interface is better and more stable and seems to do what I need it to, just in several more clicks, and in a more cluttered UI than Gchat. I have used slack in the recent past and found it better for chat, but video features are a little limited and require the app which is a resource hog. For video chat/screen sharing the best that I've used on Linux is Zoom, although Gchat was decent as well. Although I've found that all video chat/desktop share has, and probabbly always will have hicups no matter what OS/app combination I use.
@incremental_failure
@incremental_failure Рік тому
Some good points. I run a dual boot and whenever in Windows 10 I'm always surprised how laggy it is with so many useless background tasks running. Some things are easier to get to run on Windows, some on Linux. But when they run on Linux it's a buttery smooth experience, not the case on Windows.
@Khorne_on_the_Kob
@Khorne_on_the_Kob 9 місяців тому
These are the types of Linux users I appreciate, I just started dabbling with Linux Mint, and had a painful experience getting a USB Wifi Adapter to work. It was compatible with Linux but the install disc was a pain to work with. Rather than having an .exe file to just click on, I had to unzip 2 folders from the disk onto my computer, tried running the script it came with(after having to learn how to even run an .sh file as a script) only for it to not work. 3 hours later, I had to look up the chipset of the device and search google until I found an article telling what commands you can punch into the terminal to install the chipset drivers and finally, I had Wifi for my computer. While it's a bit discouraging, I will definitely keep exploring the world of Linux, and may use along side Windows.
@jimmyryan5880
@jimmyryan5880 2 роки тому
Im a linux user and dont disagree with anything here. There needs to be more user testing like this and more calling out compaies who dont support their products on it, or at least put a big windows only sticker on their products.
@andrewwigglesworth3030
@andrewwigglesworth3030 11 місяців тому
Top tip. Don't use hardware that is not supported, and don't complain about people who try to make that unsupported hardware work for you.
@guotyr2502
@guotyr2502 8 місяців тому
They already do, lol
@esenel92
@esenel92 2 роки тому
For those having issues like Luke had with OBS, OBS looked like it was set to 44 khz, sample rate, while iirc pulseaudio (the sound system linux mint uses) tends to run at 48. The conversion tends to mess with the sound making recordings sound "weird". ;) Maybe OBS picked up the proper sampling rate after restarting it.
@toxiccan175
@toxiccan175 2 роки тому
I’ve dealt with differences in sampling rate between programs on Windows before. Not too strange of an issue
@XQzmeeMusic
@XQzmeeMusic 2 роки тому
Of course this should be something that would happen automagically. OBS reads the audio config file of the mint instance.
@JMIK1991
@JMIK1991 2 роки тому
I had problems with earlier iteration of discord as it kept changing the default volumes in Ubuntu 18.04. Now using Pop OS 19.04 or above and there hasn't been such an issue. It's still weird but I've not tried to mess with alsa or pulseaudio that much either as I got new mic, which didn't need any changes.
@TheJackiMonster
@TheJackiMonster 2 роки тому
Then it shouldn't be an issue in the future since the future will bring Pipewire to every desktop. ^^'
@LukeLafreniere
@LukeLafreniere 2 роки тому
@@ArdgalAlkeides Fair comment in this situation for sure. Maybe the sample rate being off duplicated the audio somehow? My experience with OBS is only within a windows OS lens... Which may have caused me to not immediately jump to this issue.
@zednotdead
@zednotdead 2 роки тому
A lot of the issues you had would be solved if those companies supported Linux properly, but they won't, because there isn't enough customers on Linux for them to warrant that. And people won't switch *to* Linux to bolster the numbers, because their peripherals don't work, creating a perpetual cycle of torment.
@mishkamcivor409
@mishkamcivor409 2 роки тому
Yeah its hardly fair to expect something to work when it's enthusiasts reverse engineering it for free to make it work on linux vs the company who made the product supporting it on windows but at the same time its still something people who want to use linux just need to live with, at least for now
@DxBlack
@DxBlack 2 роки тому
That doesn't explain linux specific issues like UI/UX that should have been dealt with decades ago...*nix users have been so "function over form" they can't be damned to learn how to combine the two for easy and powerful tool/system creation.
@809Gaming1
@809Gaming1 2 роки тому
Agree, but support what version of linux? and that is the problem with the OS, there is no version or distro of linux that is user friendly enough to justify supporting it, I have a laptop with a linux distro and I like using it for some projects...but for the rest my personal computer will never be Linux, that will be just complicating my life for no reason at all.
@snakeatwar
@snakeatwar 2 роки тому
**Hopefully** that will start to change soon now that Valve is more involved in Linux. Just hope that we get flat packs from them instead of releasing SteamOS packages.
@killertruth186
@killertruth186 2 роки тому
It's not just peripherals they are worrying about. But this is the reality of Linux for it not being good enough to the average users.
@ThisSteveGuy
@ThisSteveGuy 2 роки тому
Mac is like driving an automatic. Windows is like driving stick shift. Linux is like building the car while you drive it.
@oraclejmt
@oraclejmt 2 роки тому
Linux only falls apart when distro devs tries to make "user friendly desktop distros" - Linux should stick to point 3 and stay there.
@kvin9210
@kvin9210 2 роки тому
So Windows and Mac is superior to Linux by your analogy. Nice. I'll take a ready made car with any transmission over building one that's not going to work anyways.
@ThisSteveGuy
@ThisSteveGuy 2 роки тому
@@kvin9210 I didn't say anything about superiority. When you get down to it, Linux would 'win' by default simply because practically all of the servers that make up the internet are running it. In other words, you're using Linux whether you like it or not.
@omnitone
@omnitone 2 місяці тому
weren't graphical user friendly operating systems made because normal people didn't want to us msdos? and do everything with prompts, which needed a certain understanding of syntax? if a operating system doesn't have it, you haven't even entered the 90s. i can understand security and being open source, but that's better for servers ran by experts, and not desktop consumers. the whole linux elitism on desktop just doesn't make sense.
@rohithkumarbandari
@rohithkumarbandari 18 днів тому
​@@oraclejmtIt's not that distro devs fail. Native distro software works flawlessly, but pop os and steam had somehow created a weird issue which steam fixes later on. The real issue is commercial softwares maker not testing their product on Linux and not supporting it. And nvidia is whole another issue.
@Growlizing
@Growlizing 2 роки тому
I am a long time linux user and am happy that you are doing this as a proper effort. Thank you for being realistic.
@UselessDuckCompany
@UselessDuckCompany 2 роки тому
The reaction videos from the Linux community on Part 1 were surprisingly nice and polite
@harm363H
@harm363H 2 роки тому
the ones for this video probaly wont be...
@pfred_
@pfred_ 2 роки тому
@@harm363H And for good reason.
@harm363H
@harm363H 2 роки тому
@@pfred_ i know, i hope they wont be nice. Linus is unreasonable in this one
@wajdzikus
@wajdzikus 2 роки тому
@@pfred_ what is that "good reason"?
@romulino
@romulino 2 роки тому
@@wajdzikus linus is just trying to get people angry in this one. No other possible explanation. The whole goxlr thing, that's just pure bait.
@Encysted
@Encysted 2 роки тому
What I hear is: when a company invests commercial time into making theirs or other's products work better on a platform, the user experience is better. When it's actively ignored, the user experience is terrible. With the amount of time Valve has invested in Proton (on top of the enormous effort the community has invested in wine), I can see why the "what games will work?" went surprisingly well.
@Raleighthrbub123
@Raleighthrbub123 2 роки тому
Precisely. Poorly designed software isn't inherent to windows or Linux, it's more about what kind of effort was put into the program.
@byronday8696
@byronday8696 2 роки тому
Example: Nvidia.
@Artanis667
@Artanis667 2 роки тому
@@Raleighthrbub123 It's really interesting with Linux as, according to a capitalistic market, these distros as a free product really shouldn't exist. Most the work is done by people who freely give their time and expertise to make the platform better which doesn't make a whole lot of sense in our money driven world. But it IS AWESOME!!! Like the gaming MOD communities, I have a lot of respect and appreciation for these kinds of people in the digital space.
@reeeil
@reeeil 2 роки тому
Yes! And with more and more people switching over, companies will have no choice but to do that. Here's to hoping it happens in the next 5 years :)
@xxedgelord420xx4
@xxedgelord420xx4 2 роки тому
@@Artanis667 Even in a pure capitalist market sometimes it just makes sense to give something away. You get goodwill, new community members and contributions, basically free work!
@ved1981
@ved1981 2 роки тому
6:55 This was a hilariously bad use of the github interface. The correct way would be clicking the file normally to open it inside github and then click the "Raw" button to get the file without any of the html around. But I do agree that it's not a super intuitive UI for people not familiar with github. Good video though.
@perkl1234
@perkl1234 2 роки тому
Yeah, it's really a developer tool. Pulling stuff from Git to fix something in your OS is usually not a good idea. Use your package manager or pick a better distro if nothing works in your current one. That said, git clone Just Works(tm).
@RogerBarraud
@RogerBarraud 2 роки тому
@@perkl1234 Sure, as long as you aren't cloning garbage... or malware :-/
@thiesemho
@thiesemho 2 роки тому
9:26 Canary is one of the public beta versions. It could be unstable sometimes, but it works
@ashlyy1341
@ashlyy1341 2 роки тому
what i've learned so far: - luke's more considerate approach + mint seems to be working out better for him - linus' frustrations reflect both "enough to be dangerous" techies and overdetermined casuals and provide important feedback on major issues (even if many are re: documentation and community attitude) - the 2nd class citizen catch22 is still a problem to this day
@timothygibney159
@timothygibney159 2 роки тому
Linux mint failed horribly with the proprietary drivers with my 3080ti. So it's no magic bullet as the kernel and drivers are outdated. I went back to Win10
@berryquick6224
@berryquick6224 2 роки тому
- MANJARO HAS APT-GET INSTALELD?
@nickgrishin2068
@nickgrishin2068 2 роки тому
Second class citizen catch 22? What's that about?
@demikus
@demikus 2 роки тому
@@nickgrishin2068 thats talking about hardware and software that has no official support. So even if they can get them working ( -like Discord- , and Linus's GoXLR) they generally don't have full functionality. Edit: I was mistaken on Discord not having a native client, A quick google search shows they started supporting Linux some time in 2018/19. I'm not really a Linux user, I was just trying to explain what was meant by "second class citizen catch 22"
@MrMoon-hy6pn
@MrMoon-hy6pn 2 роки тому
@@nickgrishin2068 Since linux has so few users relative to windows or macos its not worth it for companies to develop specifically for it, which leads to fewer users since there is no official support which leads to the company not developing the software and so on and so forth. Hence its a catch22 or a positive feedback loop.
@residentevilfan543
@residentevilfan543 2 роки тому
I hope we get an Anthony Reacts to this series once it's finished, I'd love to hear his comments on this all
@nebulous962
@nebulous962 2 роки тому
Same but before that i have been watching some linux youtube channels reactions. 🙂
@NaGeLxZ
@NaGeLxZ 2 роки тому
@@nebulous962 can you point me to some? I mostly only watch Level1 for linux stuff, so I haven't seen many reactions.
@johnc2242
@johnc2242 2 роки тому
@@NaGeLxZ I like TechHut and Brodie Robertson. Chris Tech Tips and Distrotube are also good. I was recommended to watch DJ Ware, but I felt he was a little more technical than I was ready for and he seemed to take Linus’s series the most personal.
@nebulous962
@nebulous962 2 роки тому
@@NaGeLxZ i was too slow. John c gave some good recommendations 🙂
@nebulous962
@nebulous962 2 роки тому
@@NaGeLxZ gardiner bryant is also good. 🙂
@curtislitchfield1378
@curtislitchfield1378 2 роки тому
Hey Luke. Your weird deep voice problem I think is probably a sample rate mismatch. It happens to me often when I have my audio interface at 48KHz and the OS wants to run in 44.1Khz. That's just enough of a lower sample rate to transform your voice a bit deeper without going into weird audio filter territory. Unfortunately this isn't exclusively a Linux issue, but mostly those of us who are working in the pro-Audio space and dealing with Consumer-Audio hardware and software. And in my experience, I often have to restart OBS-Studio even in Windows when I make big changes to my audio setup. OBS is just plain crappy when it comes to audio integration if you aren't using some out of the box, built-for-purpose streaming hardware, like a USB mic or go-XLR. When I started streaming I didn't buy that stuff because I had the real deal, being an Audio Engineer, But OBS doesn't even support ASIO in Windows. Not saying I"m contradicting the quagmire it is to get this stuff working on Linux, but it's a broader problem than Windows vs. Linux. I think that was the issue in any case.
@S3frog
@S3frog 2 роки тому
I really like this series and I hope it continues to bring positive change to Linux. That being said, I will remain a dual boot user for the time being.
@Dadeo93
@Dadeo93 2 роки тому
I would love to have this concept with Anthony in parallel, just to see how he would addresses the issues Linus and Luke ran into
@dashcharger24
@dashcharger24 2 роки тому
Anthony is an experienced person, he will make mistakes, but he will blame himself for making them. :)
@bloxxor420
@bloxxor420 2 роки тому
@@dashcharger24 Which is not the point of the series. Linux fanboys on so much copium it's insane lmao
@ohayosumodayton1226
@ohayosumodayton1226 2 роки тому
@@bloxxor420 Enjoy being a corporate slave.
@bloxxor420
@bloxxor420 2 роки тому
@@ohayosumodayton1226 That's the best you can come up with? I hope you don't have the biggest tracking/data stealing device known as a smartphone in your pocket, freedom guy.
@ZephaniahNoah
@ZephaniahNoah 2 роки тому
YES!
@hihello-tp3wi
@hihello-tp3wi 2 роки тому
Fortunately and unfortunately, all of these problems seem to be almost entirely not inherent to linux, but inherent to a lack of platform support. A lack of support leads to less people using said platform and then less of an interest in supporting the platform. A catch 22 that I don't know if linux can pull itself out of.
@RegalPixelKing
@RegalPixelKing 2 роки тому
I mean, you're not incorrect in what you said, but because so few people in the grand scheme uses Linux, regardless of whether or not it's a Linux based problem, it might as well be a Linux based issue as these issues don't crop up as frequently or in the same ways on Windows or even Apple OS.
@Henrix1998
@Henrix1998 2 роки тому
Unfortunately Windows Phone died because of that. People want the apps, not the os
@altermetax
@altermetax 2 роки тому
@@RegalPixelKing they don't exactly because they're more common, that's the point
@haxwithaxe
@haxwithaxe 2 роки тому
Apple seems to have done it so there's hope.
@talkysassis
@talkysassis 2 роки тому
@@haxwithaxe Well... Apple was like a spoiled kid in the past, crying for adobe updates like hell. They were annoying but that's the only way to make it work.
@feffy380
@feffy380 2 роки тому
"I've heard you don't have to turn things off and on again on linux" Usually true unless it's audio or networking related, which deserve a special place in hell
@RogerBarraud
@RogerBarraud 2 роки тому
Pretty much. Especially with the whole OSS/Alsa/PulseAudio fiasco going on.
@zonictrout
@zonictrout Рік тому
amen
@Ubeleili
@Ubeleili 2 роки тому
Really love these Linux episodes. You are touching on some very important issues which I hope is seen by the right people.
@enderassassin1723
@enderassassin1723 2 роки тому
9:57 the reason that desktop notifications weren't working, was because Discord Streamer mode was enabled which disables notifications (Streamer mode automatically turns on when you open obs and turns off when you close obs)
@nebulous962
@nebulous962 2 роки тому
Yeah i thought notifications are suppose to work. I use mint and they work perfectly fine. I was kinda confused why he said they are not working.
@Real_MisterSir
@Real_MisterSir 2 роки тому
Then one might ask "why does it default to streamer mode with no indicator when obs opens". Another point of troubleshooting where it could be a million things and it just happens to be the one you as an end user didn't even think about.
@LycanEnforcer
@LycanEnforcer 2 роки тому
@@nebulous962 Pretty much anything that uses notifications in linux should work out of the box, since linux makes it so easy to send notifications in multiple different ways. You can type notify-send "message" into the console and get a notification.
@nebulous962
@nebulous962 2 роки тому
@@LycanEnforcer intresting 🤔
@ThatLinuxDude
@ThatLinuxDude 2 роки тому
@@Real_MisterSir Discord SHOULD indicate it via a banner at the top of Discord, tho. That's always what happens over here.
@LaggyKar
@LaggyKar 2 роки тому
For the record, the reason you got an HTML file when trying to download the script is the the link takes you to a web page with a preview of the file. Then you can click "Raw" at the top to get to the actual file.
@blazer192837
@blazer192837 2 роки тому
Please watch the WAN show, they discuss this in detail.
@freespam9236
@freespam9236 2 роки тому
​@@blazer192837 they recreated the WRONG actions in the video and it was same as described in WAN show this correct description of the situation
@extreme123dz
@extreme123dz 2 роки тому
@@freespam9236 Please watch the WAN show, they discuss this in detail.
@PeterNjeim
@PeterNjeim 2 роки тому
The WAN show comments blew my mind with how ignorant people are. If a repository owner wants the end user to download a file, they're supposed to make a release for it. Releases are for releases. Telling the user to download a file in the code itself is pathetic. It's 100% a repository owner problem and 0% a GitHub problem. Almost 100% of the time, if you want to access the code, you're supposed to be downloading all the code at once, usually with git clone. Otherwise, if you ever need to download just one file from the code, then yeah, use the Raw button to get the raw file and press Ctrl+S to save it, no copy and pasting needed. This is the repository owner's fault, under no circumstance should a user be required to download a file in the source code itself, the source code is for coding, aka developers, the releases are for new releases, aka users.
@AndersJackson
@AndersJackson 2 роки тому
@@PeterNjeim yes, it is the same problem when people blames Linus not take notice when the package managers tells him not install the package, because it is a bad idea, and he FORCES the CLI to do that, because Linus claims he knows what he do. And he obviously didn't. No, that is not Pop! OS fault, nor apt. It is Linus for not reading the warnings. Yes, it isn't his fault for not knowing. But it is his fault for not reading the warnings, and just dully enter any text to continue to do what the software say is a bad idea.
@arandomlollipopfromthesky4371
@arandomlollipopfromthesky4371 2 роки тому
As a person who uses linux, this was very fun to watch, especially when messing around with the system😁
@awuuwa
@awuuwa 2 роки тому
1:50 dear linus, this is not a valid criticism. The different GNU/Linux distributions are technically different operating systems, you can not claim that something that works on one operating system should be done the exact same way on another. Just like you would not complain that the way you install an application on mac is different from how you do it on windows, you can't now do that with different linux distros. Even though they are called "Linux distributions" they are separate and independent projects made by separate groups of people, the shared "linux" name simply comes from the same kernel these DIFFERENT operating systems use. I do appreciate that you are trying to spread the word about GNU/Linux, but invalid criticism is not the way to go
@NikiDaDude
@NikiDaDude 2 роки тому
"Don't expect to get a low battery warning for your mouse" I think this depends on the DE, in Cinnamon I can view the battery status for any connected device and it will give me a warning when my G603's battery is low.
@rin0751
@rin0751 2 роки тому
he really shouldn't have used manjaro as his first distro as anyone who remotely knows linux will say. don't get me wrong arch is great but a static release distro is gonna be much more reliable
@V1tol
@V1tol 2 роки тому
But a static release distro usually has way too old software. In Linux world that means GPU drivers too. That's why I chose Manjaro for my notebook and I never regret my decision.
@NikiDaDude
@NikiDaDude 2 роки тому
​@@V1tol I run Mint and have added additional repositories for Linux kernel and the Mesa library, so the most important software in terms of gaming performance is up to date, and if you're on Nvidia there's a PPA for the proprietary drivers too. I've tried Manjaro with KDE before and the best part of the experience was definitely the AUR, but KDE itself was just too buggy and I'm sure Linus will complain more about it in part 3.
@rin0751
@rin0751 2 роки тому
@@sus-ln1nm i know lol, i use vanilla arch
@benedani9580
@benedani9580 2 роки тому
@@rin0751 ok so you know how Manjaro basically delays packages by 1 week compared to Arch? Yeaaah..... that won't end well for Linus
@alminhelex
@alminhelex 2 роки тому
FINALLY! The only problem I have with these episodes are they are too short!
@James-iw2pr
@James-iw2pr 2 роки тому
Well, they’re not short. They’re just very drawn out, practically nothing was covered in this video, it’s appalling
@mrfoxycracker4836
@mrfoxycracker4836 2 роки тому
@@shaheenshaikh8368 gave you a dislike
@nilyaj
@nilyaj 2 роки тому
Moooorrrreeee
@Fuad_
@Fuad_ 2 роки тому
I agree with you
@jt....
@jt.... 2 роки тому
@@mrfoxycracker4836 you hurt the spambot's feelings, you monster!
@bernardonegri5416
@bernardonegri5416 2 роки тому
The extensions are also used as hints for the Operating System, but it requires you to have "execute permissions" on a file before you are allowed to run it.
@GameCyborgCh
@GameCyborgCh Рік тому
not quite true, in unix OSs you can change the file extension to whatever you like, the OS know what type of file it actually is from a magic number in the file properties identifying the file type
@PQED
@PQED 2 роки тому
In my opinion what (I think?) many view as Linux biggest strength, I believe is really its' biggest weakness: fragmentation. Too many different distros that specialize in different things, thus making it virtually impossible to replace the likes of Windows. Now, I usually go with Debian-based distros whenever I do give it a try (as i understand they're supposed to be the most beginner-friendly(?)), so I don't know if that's part of the problem: but I've always been astounded by how easy it is to break the OS and make it unbootable or otherwise broken to the point of becoming unusable, just by following one or more guides that happen to be outdated (often there's no good way to know, and sometimes they are actually up-to-date and still don't yield the promised results), and on top of that, few of said guides even explain what all the commands are actually doing, so reversing whatever damage has been done quickly becomes difficult (or nearly impossible for someone of my skill level). Unless you're willing to begin again, that is. It has been a couple of years since I last gave it a try, but judging from the video many of the problems I ran into in the past are still there. Other than that I feel that these videos have done a good job of demonstrating why Linux isn't likely to become a proper replacement for Windows for a long time yet; if ever, which is saddening, because if it was I would've ditched this mega-corp OS already, and I believe that goes for a lot of people out there. Just my take on the matter.
@therotten6152
@therotten6152 2 роки тому
Agreed. There's far too much of either gapping or overlapping of features, some of the latter that cause conflicts. It's been a few years since I've used Linux, but that's really only because I liked the challenge of getting it to work properly. Now that I'm past that and just want things to work when I want them to work, I'm back to Windows.
@matyasmarkkovacs8336
@matyasmarkkovacs8336 Рік тому
Fragmentation is good imo. At least there are always alternatives. If you can't choose, just choose a mainstream distro, like Ubuntu, Mint or Manjaro. If you don't like fragmentation, don't worry about it that much.
@zjanez2868
@zjanez2868 4 місяці тому
​@@matyasmarkkovacs8336the issue os that fragmeantaion means software support is even spottier than it would otherwise be And for most normal people distro hopping is an absurd suggestion Something doesnt work? Just reinstall everything(and maybe even relearn a diffrent UI) and maybe it might work
@matyasmarkkovacs8336
@matyasmarkkovacs8336 4 місяці тому
@@zjanez2868 It's not that big deal. The biggest differences between the distributions are the package managers, the DEs and how often they get new feature updates. Just choose an easy distro which you like and you'll be fine. Usually Mint, Zorin, MX and Manjaro are good choices for an average user.
@PeterLiuIsBeast
@PeterLiuIsBeast 2 роки тому
9:23 Canary is used to describe software that is the super new version that is basically the released version that regular citizens use if they want to be a QA. Like Android Studio has a regular, a beta and then a canary. Canary versions aren't really ready for release while beta versions are almost ready and might just need a few bug fixes.
@Steamrick
@Steamrick 2 роки тому
why on earth not just call it the 'alpha' or 'nightly' release? At least most people will know that alpha is pre-beta and nightly is kind of self-explanatory.
@deftdawg
@deftdawg 2 роки тому
It comes from the "Canary in the coal mine"... i.e. it's considered a dangerous build (alpha or beta quality)
@thischannelisforcommenting5680
@thischannelisforcommenting5680 2 роки тому
Chrome Canary is same.
@remasher
@remasher 2 роки тому
@@Steamrick a, b, c
@Kafaldsbylur
@Kafaldsbylur 2 роки тому
@@Steamrick It's mostly semantics at this point, but a nightly is a completely automated process with a version each night, and a canary is a bit more manual. Both are the bleedingest of bleeding edge, with potentially unstable and incomplete features, but a canary build can be released more or less frequently depending on the rate of development or breaking bugs, while a nightly is strictly one version per day. The name canary is meant to evoke canaries in coal mines, where users are the canaries that detect the presence of bugs/toxic gas
@chloemccarthy2297
@chloemccarthy2297 2 роки тому
This series is kind of needed. Being only slightly above Linus in terms of Linux knowledge, I want to use Linux but it feels like high level beginners are told to F- themselves until they become low level experts. Hopefully this helps Linux contributers target the areas that need work in terms of documentation, explanations, and patches.
@rim7961
@rim7961 2 роки тому
in all fairness, Linus going with Arch-linux is literally throwing himself into the deep end. Even among linux enthusiasts, Arch tends to only be recommend to people to already experienced. Mint on the other hand has a lot friendlier approach (as Luke had experienced) but ofc there are some issues that are just "linux" things (like unsupported drivers). As sorta a beginner myself, honestly asking for help mostly been a pleasant experience (at least in a few discord servers that i'm in), but at the same time, all i've been using it for is programming(i.e. work), which doesn't exactly differ between Windows and linux (tho running certain languages is easier on linux)
@realfangplays
@realfangplays 2 роки тому
@@rim7961 If you have enough programming experience to get work for it then I'd say you're not a beginner
@combatjeyj6234
@combatjeyj6234 2 роки тому
truth be told linux in of it self isn't hard at all you will just have to do a lot of reading and googling at the beginning and build up your basic knowledge in the linux comunity there is a saying that goes rtfm(read the fking manual)
@nnnik3595
@nnnik3595 2 роки тому
@@realfangplays Im a fairly experienced developer and basically rarely ever had to use Linux. Only started recently with my new job.
@MeduotasMedutis
@MeduotasMedutis 2 роки тому
@@combatjeyj6234 and for me it's a problem since I don't have time to read a manual after manual if the first one that I read didin't work. I already multitask basically everything that I consider hobby or pleasurable experience on my free time since i don't have time to do one thing at the time. But I want to use Linux since I'm fed up with CORPOS I am even willing to throw money at linux on annual basis if things become easy to use. But this mindset of STUDYING linux to make it work has to go away if Linux aim to be major desktop OS. That being said I'm looking forward to SteamOS which as I understand gonna be a legit DISTRO. Just as an example my experience with mint. I nuked the desktop on my first install somehow, not a big deal reinstall read some manuals/guids it worked I launched browser, admired UI a bit and went back to windows since my weekend was over. Than ran some console emulators and wireless controllers, no probskies everything works just fine. Weekend is over, back to windows. Last weekend I tried to launch Guitarix and ToneLib for my guitar learning, and my conclusion after messing around, that I'm not booting Linux until January since I don't have time for the shit that needs to be done to run those two apps. I already tried a lot and it seems from what i gathered that the best case would be just to install Distro that is orientated to music production so that it has everything set up from the box , but than everything I've done on my DE setup wise will be gone and I'll have to do it again. Where's on windows you install asio4all drivers restart your computer and it just works. Oh yah and I hate treminal. Now before linux fanboys and girls start attacking me I just want to say that I'm enjoying messing around with mint, I like the customization that it provides out of the box that you can do with your DE I enjoy package manager (the thing where you can search for apps and just install). Fricking LOVE the fact that my ancient laptop is running CINAMON and barely lags if at all where it is useless on windows at this point and unusable because of lag. That last point alone is why I want LINUX to be better because the idea of using machines that are old but still working is amazing there's so many things one can do to use them as media machines or some sort of controllers. I'm already plotting on how could I use that old laptop as controller in my workshop (once i have one). But that's for future right now I'd love to make my guitar practice machine with all sound effects and what not. One last thing I love how cinnamon feels and looks it just reminds me of windows XP best UI/UX wise experience I've ever had. The search in start menu just frikin works so good it's like reading my mind or some shit it's crazy how good it is. So yah linux community, I think it's time for you to make ur mind do you want linux to be bigger and have more users or you want more power-user? Because your "advertisement" that is going on through linux youtubers for the most part is confusing if not borderline purposely misleading.
@YuraJayRJay
@YuraJayRJay 2 роки тому
Thank you for the contribution to GNU/Linux ecosystem! Spreading the word about user experience and common issues/annoyances helps to raise awareness about current state of the Linux desktop and take the right steps in direction of making things a lot more enjoyable and simple for the end users.
@Peaceofmind567
@Peaceofmind567 2 роки тому
As someone who has started daily driving Linux (for work education being in IT and out of curiosity) I can say that the learning curve is definitely steep and the "help" is very here and there. BUT after something comes together and just works it's awesome. I don't think it's for everyone but it can be worth the hassle, if you are into tourturing yourself until you learn all the ropes to be a Linux Master.
@atahrijouti
@atahrijouti 2 роки тому
The part when Linus saved the .sh file directly from the repo main page cracked me really good xD But I won't blame him. I'm taking Linus' take as a non-technical person's point of view, trying to game on Linux. I would definitely not expect anyone who doesn't understand how github works to take the extra steps of opening the raw file and save that as a shell script. 100% legit obstacle!
@JeanAC
@JeanAC 2 роки тому
I was so much hoping that he would have learned to curl | bash there :)
@TaaviJuursalu
@TaaviJuursalu 2 роки тому
But it also shows his stupidity. This can happen also on any other site with links. When you try to save as a link to somewhere you do not know it can return a webpage or a file. Do not assume things. This isnt a Linux issue. You can download a webpage under Windows also and try to "run" it. Blaming Linux on his own stupidity is even more stupid.
@Luxalpa
@Luxalpa 2 роки тому
yeah it reminds me of my first steps into github, had the same issue as well.
@kamikamieu
@kamikamieu 2 роки тому
@@TaaviJuursalu No, normal people will think that .sh file is like an .exe binary. So linux tried downloading it and failed running it.
@clocked0
@clocked0 2 роки тому
@Prince Cooper Can confirm, built Android from the source in junior high and high school. Been using Linux since junior high also. Tired of people catering to unreasonable amounts of laziness/lack of understanding
@EricHabib
@EricHabib 2 роки тому
The TLDR of most things on Linux is that software gets less attention than Windows, so you need to compensate that with your own attention... unfortunately. Concerning Github file downloads. Yes, it is unintuitive and annoying. To download a file, click on the file in the list, and it will show the text content; then you click on "raw" on the top-right side, and then when you save it, it will be the correct format. You do not need to copy paste into Kate. And yes, sometimes you need to reboot. In actuality, usually logging out and logging back in is sufficient. In my experience, that is usually a desktop environment issue.
@CapsAdmin
@CapsAdmin 2 роки тому
I would have thought he had to download the entire repo (the upper right green button and download zip) for the install script to work because of the other files in the repo. It would probably be easier anyway.
@greevar
@greevar 2 роки тому
Git Hub tends to be the headquarters of people trying to fill in the gaps in support that major companies are reluctant to fill.
@saynay302
@saynay302 2 роки тому
@@CapsAdmin depends on the project, tbh. Many provide a script that reaches back to the git repo to get the other parts automatically. Most that provide a script also provide the shell commands for copy-paste to download and run it, so it is somewhat poor luck Linus ran across one that does not.
@EliasEpicWin
@EliasEpicWin 2 роки тому
open bash git clone boom, done
@thinboxdictator6720
@thinboxdictator6720 2 роки тому
@@EliasEpicWin yea .. I was watching openmouthed at what's linus doing. with it
@sonicfastfoodenjoyer
@sonicfastfoodenjoyer 2 роки тому
I felt that complaint about condescending tones with Linux uses. Same goes with a lot of developers, they just, for some reason, don't like newbs or people asking for help. Of course this doesn't apply to every developer or Linux user, I've met plenty of helpful people on discord and on forums, but many don't seem very welcoming.
@joshuanathan5347
@joshuanathan5347 2 роки тому
can you get someone like anthony at the end (in its own section) to explain what went wrong and how to fix it it would really help new people moving to linux.
@Erik-em9oz
@Erik-em9oz 2 роки тому
Why would you want people moving to Linux when it's obviously not ready yet?
@joshuanathan5347
@joshuanathan5347 2 роки тому
@@Erik-em9oz if no one moves to it developers won't care to develop on Linux any further then the bare minimum or not at all.
@experimental0000
@experimental0000 2 роки тому
Luke/Linus - also keep in mind that some bugs/issues from this video are due to the devs behind those pieces of software provide little to no Linux support at all, which is the infinite loop we've been dealing with for years: Devs won't provide Linux support for app because of lack of users/demand --> Lack of users/demand due to devs not providing Linux support --> Devs won't provide Linux support for app because of lack of users/demand, etc. etc.This is why some workarounds/patches done by the community (most often volunteers of various skill levels) sometimes are also buggy. Not saying your criticisms are invalid, just adding info that puts it into perspective.
@macncheez1212
@macncheez1212 2 роки тому
You can say that but its slowly going away. Since companies like AMD and valve started support. Its brought me back since 2008 when I left it. I only keep windows around because I have CAD work on it. Everything else linux.
@MattFlanc
@MattFlanc 2 роки тому
Now after this series I would love to see someone like Anthony do the same thing from scratch and see how things work out for someone that knows Linux really well
@MrRonny6
@MrRonny6 2 роки тому
It would probably either be a one part "series", where everything works out, or a lengthy one where he explains what he's doing. I'm down for both of it
@JohnnyThund3r
@JohnnyThund3r 2 роки тому
Anthony already daily drives Linux from what I understand... he uses Arch. Once you know enough about Linux setting up a new system is a snap... process is far-far easier then Windows, makes it easy to distro hop.
@RWKropf
@RWKropf 2 роки тому
Honestly, I suspect it wouldn't be too hard for Anthony to do the same things from scratch. For example, Linus did that thing with Windows in a VM to get his key mapping and RGB. I'd probably just install ckb-next and instantly have key mapping and RGB control (including animations) for my keyboard.
@tmarritt
@tmarritt 2 роки тому
A bit pointless tho aint it. Person who knows how to use software uses software.
@noodleiv
@noodleiv 2 роки тому
To prove what point? If you put in the effort, you have earned your place? Because if so, I'll tell you the BSD machine that I have running in my VMWare env at home is da shit...
@adrianconstantin1132
@adrianconstantin1132 2 роки тому
Happy to see a shout out to the Nvidia proprietary drivers ! Their GPUs require authenticated firmware (microcode) inside the drivers, based on digital signatures, just so Linux can never develop an open-source driver for their cards !!! Talk about being anti-consumer ! As a long time Linux user, which pretty much means I must be a developer or integrator / administrator of some kind, I am very happy to see both of you guys putting up with this and trying your best to get things working !
@tidedetergentyummy
@tidedetergentyummy 2 роки тому
I really like Pop_OS and I even installed it at one point. I was amazed by how smooth it is. I followed a video guide on how to install things and stuffs to not waste time by exploring by my own. I would have switched to Pop_OS but there is only one reason why I changed back: Games. Genshin Impact, Mihoyo themselves haven't make it playable it yet. I've read a few in forums that Genshin's anti cheat system kind of stops you playing it in Pop_OS. (I think I tried this since last year, idk)
@sinom
@sinom 2 роки тому
"Canary" is similar to "nightly" So you get newer stuff more frequently but also with more bugs.
@bengrant7654
@bengrant7654 2 роки тому
As in "canary in a coal mine."
@watcheths
@watcheths 2 роки тому
It's like on Windows when you install a major update less than 6 months after release
@DeKempster
@DeKempster 2 роки тому
Why not call it nightly then?
@conradludgate
@conradludgate 2 роки тому
@@DeKempster because nightly implies its released every night. Canaries are for continuous release cycles but not on a specific schedule
@RalphInRalphWorld
@RalphInRalphWorld 2 роки тому
@@DeKempster idk, but Google Chrome calls theirs Canary too
@thatqpixel
@thatqpixel 2 роки тому
From this episode, it seems like this isn’t an inherent fault of linux. It seems like most companies just ignore support on linux and enthusiasts have to create their own support for linux. Also for github, they are a ui for a git repository; trying to right click and download from the main screen will download the html because of anchor tags in the html. I think an easy fix is adding a more apparent download button after someone clicks on the file
@rin0751
@rin0751 2 роки тому
this tbh. i wish companies gave a damn about linux but they really don't. well hopefully the steam deck makes them reconsider
@blazer192837
@blazer192837 2 роки тому
Holy fuck this guy gets it. Seems like a GUI issue, why no download button? Also, the road goes both ways on the linux versus companies fault. Major distros are companies too, not with as much money, nor power, but its will also be your fault when your product isn't working for its customers. Thats just how shit works.
@Atropos148
@Atropos148 2 роки тому
@@blazer192837 there is a download as zip button on the main page of every repo...Linus is just making things hard for himself
@AllanSavolainen
@AllanSavolainen 2 роки тому
@@Atropos148 well, the guide told him to download that single script file, so why would he download the whole repo?
@saynay302
@saynay302 2 роки тому
In Github, there is a download button if you click into the file (although, its labelled as 'raw' not 'download'). The double-edge sword of getting things designed for Windows working on Linux is that there is often a workaround out there, but you will often need a workaround too.
@blackravenX
@blackravenX 2 роки тому
This series inspired me to switch to Mint! This is the first UKposts video I'm watching on Linux!
@MrKilljay
@MrKilljay 2 роки тому
How's it going so far?
@blackravenX
@blackravenX 2 роки тому
​@@MrKilljay I hate to admit defeat, but I've given up and switched back to Windows. The WiFi card in my PC didn't seem to be detected by Linux. It's a laptop, so I can't easily do much about it.
@MrKilljay
@MrKilljay 2 роки тому
@@blackravenX Yeah. Wi-Fi is a huge pain in the butt with Linux. I've had many devices that I couldn't use Linux on because of that. Maybe try following this guide will help ukposts.info/have/v-deo/m6WFdYuWeWmAxnU.html
@ZverseZ
@ZverseZ Рік тому
​@@blackravenX you got lucky, when I was switching to linux mint I accidentally deleted windows 10. now I can't find a way to get it back. I've contemplated throwing my laptop at the wall a few times lol
@jupiterjones3789
@jupiterjones3789 Рік тому
@@ZverseZ That's to bad :/ Do you want your old Windows back or simply install a new one? For the first I would go to some data recovery company next to you, if you don't live to local, they could help me very well once; for the second case, simply make a bootstick and format the hard drive
@mechanicalmonk2020
@mechanicalmonk2020 2 роки тому
This feels like all the issues I would be having if I started using Linux this year. We used to have to deal with a whole other set of issues back in the day and by comparison this feels like a cakewalk but the experience is still pretty bad
@JamesNeave1978
@JamesNeave1978 Рік тому
I've always felt rule one with Linux is buy supported hardware. It rewards manufacturers who bother and the experience improves 10 fold. All this accessing about with Windows only hardware and blaming the developers of the operating system seems really unfair. If I bought the Linux Super Box 5000, plugged it into Windows, got the 'no drivers' error and moaned on a Microsoft forum, what do we all think the outcome would be? And I would UTTERLY deserve the flaming too.
@andrewwigglesworth3030
@andrewwigglesworth3030 11 місяців тому
@@JamesNeave1978 This is the issue, they have no intention of using GNU/Linux and will make zero investment in using it. This video is simply for clicks and nothing more. None of what is said is a revelation.
@jpest17
@jpest17 2 роки тому
Linus, I noticed on Discord you were in streaming mode as indicated on the top bar of the discord window, I also encountered the notificaiton problem, while on windows, it turns out Streamer mode on Discord disable notificaitons to not interupt your stream. Hope that helps.
@Pyrogman245
@Pyrogman245 2 роки тому
Spending hours trying to fix something on Linux just to come back a day later and it magically be fixed is such an accurate Linux experience
@JihadiJesus
@JihadiJesus 2 роки тому
Can confirm, I've started to get a lot more patience with computers because if I wasn't then nothing was gonna get done so when something just works after restarting I don't even question it
@ErikBrocko
@ErikBrocko 2 роки тому
@@JihadiJesus Apart from some weird hardware-related issues, I don't think I've ever experienced a bug in Linux that would be fixed by restarting it. Either it works consistently or it's broken consistently.
@we0we0
@we0we0 2 роки тому
My Ubuntu network driver uninstalls itself once a month, no idea why. I have a install script on my desktop to fix it
@BlazingMagpie
@BlazingMagpie 2 роки тому
@@ErikBrocko In my case it's overthinking something, giving up and later retrying in simpler way.
@chuck_norris
@chuck_norris 2 роки тому
🤡🤡🤡
@NishithThakkar
@NishithThakkar Рік тому
I see a lot of suggestions on this for Anthony to do the same, and I agree. But I feel like it'd be a lot more educating to have someone from the business side of LMG do a Linux install and have Anthony guide them through where they get stuck. Would help clarify/highlight a lot of issues that linux enthusiasts or general tech nerds know their way around.
@yakkmeister
@yakkmeister 2 роки тому
Good examples of how manufacturing support really changes an experience. A huge amount of Linux stuff is built and maintained by volunteers and it's a huge credit to the community that so much is working. I've been using and gaming on Linux for ages - I prefer the experience to windows, jank and all ... but yeah, manufacturers failing to support the platform is a big barrier to making it user friendly
@maybedonn
@maybedonn 2 роки тому
My entire takeaway from this thing is "if you're new use Mint" Kidding aside- yeah, unfortunately the whole Linux being a second class citizen thing is all too prevalent. As there aren't a lot of users (and a lot of those users tend to be developers who can tinker to make it work ) on Linux + the fact that testing on multiple distros is a *ton* of effort, the software just doesn't get as much attention on Linux- assuming the software even exists.
@JohnnyThund3r
@JohnnyThund3r 2 роки тому
I actually think this might unironically be true... Linux Mint might be objectively the best version of Desktop Linux.
@nicfit23
@nicfit23 2 роки тому
tbh it is more do not use manjaro
@seifenspender
@seifenspender 2 роки тому
I like PopOS. That it crashed for Linus due to a steam bug that only lasted a couple of hours / days is very unfortunate. I feel like Manjaro was a very poor choice.
@someguy4853
@someguy4853 2 роки тому
@@seifenspender it was most likely already fixed and would of never been a problem is Linus simply updated his system after installing Pop OS.
@TurtleKwitty
@TurtleKwitty 2 роки тому
@@someguy4853 To be fair to linus though, he didnt have enough experience to know to do that, which is part of the problem. LOVE linux, but its true that the barrier to entry is rough if youre not comfortable tinkering
@zachlamoreaux5974
@zachlamoreaux5974 2 роки тому
9:15 FYI: Canary Builds of software are just a form of an early build like a Beta build. Canary builds are usually built off of nightly builds, IE a new one might get released every night. So you could expect the latest and greatest features, but the most amount of bugs from Canary releases.
@sayrith
@sayrith 2 роки тому
That's great and makes sense. But the average Linux noob will NOT know that. It's better for programmers to use common terms like "test" or "beta".
@GiffyHD
@GiffyHD 2 роки тому
@@sayrith its called canary on Windows too tho lol
@sayrith
@sayrith 2 роки тому
@@GiffyHD Show me where it says that
@cloyun-hee9564
@cloyun-hee9564 2 роки тому
@@sayrith If you take the download link to the Windows Discord installer but replace channel=stable with channel=canary it'll download the canary version instead. AFAIK there's no option on the website because unlike Discord PTB (the official beta) they really don't offer any support for Canary.
@cloyun-hee9564
@cloyun-hee9564 2 роки тому
Like Stable -> Release Candidate -> Beta -> Alpha -> Nightly/Canary is a very common hierarchy of version stability, it's not just a Linux thing, it's a software thing.
@unclebobby6629
@unclebobby6629 Рік тому
Thank you so much for doing this series! About to build a new gaming PC and want to avoid using Windows out of principle. Now I can learn from your guys mistakes and move straight into new and surprising mistakes of my own.
@falcon4359
@falcon4359 Рік тому
"And move into new and suprising mistakes of my own" self burns with enthusiasim. All the very best dude
@MrLilc337
@MrLilc337 2 роки тому
Why didn't UKposts put this video in my subscription box didn't even know part 2 came out until part 3 showed up
@agastyam_
@agastyam_ 2 роки тому
The install.sh script would likely have done as it had been advertised if the whole repository had been cloned prior to running it. As a general note, the others files in a repository other than the file that is to be run are usually dependencies.
@bakedbeanfanclub
@bakedbeanfanclub 2 роки тому
As a developer, I know what you mean - but this is not really acceptable for a end-user like Linus. Maybe have two versions of the script - one “real” one, and another that just clones the git repo and runs the same thing.
@jiahaoxu6356
@jiahaoxu6356 2 роки тому
@@bakedbeanfanclub They should provide a one liner bash to download and execute it LOL
@Lodinn
@Lodinn 2 роки тому
Came to say this; Linus is really not on the level typically expected of people who use these repos yet. The argument of "it requires non-trivial knowledge to use Github which can't be expected of novice users" is fair enough, but what he did there was bit painful to watch.
@jiahaoxu6356
@jiahaoxu6356 2 роки тому
@@Lodinn Yeah, if he just clicks that “install.sh”, he will be able to download that with one click.
@etopowertwon
@etopowertwon 2 роки тому
@@jiahaoxu6356 They shouldn't ideally. That's developer's repo, project and he has target audience in mind for his project. And there is nothing wrong with this as github is for developers. Honestly issues like this should be solved at distro level: it's distro which should easy single button solution. But we don't live in that ideal world. At least some nice folks sent PRs to the project, so now readme has proper installation instructions.
@GatoPaint
@GatoPaint 2 роки тому
8:10 that issue usually happens when you have your audio interface at a higher sample rate like 48 khz or 80 khz and is not linked with the SO or software that uses the audio like OBS
@NicholasHoffmann1
@NicholasHoffmann1 2 роки тому
Agreed, this happened a lot with my M-Audio 2x2. Forcing my sample rate to "default-sample-rate = 48000" and allowing resampling "resample-method = speex-float-5" in /etc/pulse/daemon.conf did the trick. I find this usually became a problem when multiple programs would play audio at the same time using different bit rates and the system wasn't allowing remuxing. So it was all forced to use the same sample rate as the first program to play audio. (When resampling, latency is induced to some degree, something to note if you monitor your audio through the computer)
@smokeshifter101
@smokeshifter101 2 роки тому
yep. had that issue in the opposite direction once, making my voice weirdly high pitched.
@gcflowers86
@gcflowers86 2 роки тому
Yep actually, but this kind of troubleshoots and solutions are way out of a simple user, they dont have the expertise.
@Skrenja
@Skrenja 2 роки тому
@@lucidnonsense942 Enjoy that insane CPU usage. There are award-winning mixing and mastering engineers _much_ more talented than you or I, who work almost exclusively at 44.1 and 48k. The only real reason to use insane sample rates is if you plan to do extreme pitch manipulation. I call BS if you claim to hear a difference in a blind test -- even through the best gear.
@marekrysavy1756
@marekrysavy1756 2 роки тому
@@lucidnonsense942 You can choose whatever bitrate you want for music production purpose using Jack or Pipewire service. To me managing audio on Linux while doing music is much more better on Linux than Windows. But you have to know what tools to use (Cadence, Catia, Carla,...)
@fredr-t8334
@fredr-t8334 Рік тому
I would like to see a revisit of this series at some point to see if there have been any changes or developments with Linux
@savagesarethebest7251
@savagesarethebest7251 2 роки тому
"The control panel looks like it is from 10 years ago" 😅 Dawg, it looked the same some 20yrs ago! 🤔 🤣
@davidg5898
@davidg5898 2 роки тому
6:07 The .sh issue requires a paradigm shift in how you think about files in Linux vs. Windows. There are 3 main reasons why .sh (and other files) aren't executable by default in Linux: 1/ The concept of an extension in Linux is purely for convenience and convention and means absolutely nothing to the OS. Unlike Windows executables that are according to the extension's file type (a holdover from the DOS days), in Linux it is *only* the "x" permission (technically, file mode -- the "chmod" command is short for "change mode") that makes a file executable. 2/ Linux is more security focused than Windows and so being able to run/install things is more of an opt-in process. The idea is that the only things that can run are the ones that you explicitly allow to run (that's a major oversimplification, but is at the heart of this particular issue). 3/ Related to #2, not all scripts need to be executable. In many instances where a different process calls/runs a script file, the script doesn't need to have the executable permission -- and it specifically shouldn't have the executable permission applied to prevent it from being run outside of its intended use. But you are absolutely correct that there's no reason for people writing guides and how-tos to be haughty about it. We all had to learn this stuff from scratch at some point, and I think it's great that you and Luke are doing this series. The 2 of you learn something in the process, as do many viewers interested or new to Linux.
@RaymondBarbour
@RaymondBarbour 2 роки тому
In the same way that the shell prompts you to install software you try to run that's missing, it could also prompt you that the script's not executable. Simulator if there's any executable in the local folder but local folder is not in the path.
@coolcax99
@coolcax99 2 роки тому
The shell does prompt you if a file is not executable. It will something like “./install.sh: not an executable”. From there though, it is hard to figure out what to do if you don’t know what that means.
@pulkitsukhija
@pulkitsukhija 2 роки тому
@@coolcax99 +1 Most migraters from windows find it real difficult at that point.
@nivo6379
@nivo6379 2 роки тому
Solving security issues by changing important concepts like file extensions is not a good idea. This whole thing could be fixed by just prompting the user.
@pulkitsukhija
@pulkitsukhija 2 роки тому
@@nivo6379 but but, Linux is all about user's control, it'll become contradictory then
@NiekNooijens
@NiekNooijens 2 роки тому
Watching these as a full time Linux user makes me realize I'm suffering from "the curse of knowledge". Every time a problem comes up I'm like "oh you can fix it with , it's easy!" But I often forget that my troubleshooting skills are way above those of the average user and simply writing a script myself to solve things isn't the way to do it for everyone.
@ThomasWinget
@ThomasWinget 2 роки тому
I have the same problem a bit. But I think Linus (and to a lesser extent Luke) has the same problem as well. They're cursed with knowledge from a career of using Windows such that many of their criticisms of Linux so far feel like "different = bad". Many more valid criticisms though, which will hopefully be taken as constructive feedback.
@_.gray._
@_.gray._ 2 роки тому
Any tips for a beginner? I'm at the point where I'm installing Arch over and over again to get used to the process, and that's been helpful. Despite that, there are an insane amount of commands that you're expected to know, and they often have really obscure names and parameter syntax. Oh, and also, I've managed to get the Plasma Desktop Environment running on a virtual machine, but I cannot for the life of me get anything to happen when running it directly on an Nvidia system. I have to do CTRL+ALT+F2 just to use the system at all, and that's terminal-only.
@sireveman
@sireveman 2 роки тому
But then again, it is pretty much the same on every OS.
@whateversan4956
@whateversan4956 2 роки тому
Too long for a brag
@wojtek8660
@wojtek8660 2 роки тому
@@_.gray._ try to go terminal only for some time things like i3 will be pain in the beggining but the more you have to do with terminal the more comfortable youll feel with it. Its literally just time and experience.
@originaldanman
@originaldanman 2 роки тому
As a Ms user since DOS, these guys have shown exactly why the normal user doesn't use linux. I've tried many distros over the years, and even have a box running Kubuntu which I really like but would never use it as my main PC. Most people are not nerds and don't want to be, they just want their system to work without having to go into terminal and run bash commands. Nor do they want to run wine, or install different packages, or spend hours and hours trying to figure out how to set up Samba shares for their particular distro, etc..., etc.... Windows has had its problems, but since Windows Xp I've found it to not even come close to the headache that Linux is.
@CubicleNate
@CubicleNate 2 роки тому
I think this was a pretty fair review. You have purchased the best of hardware with all the bells and whistles because you are professionals in what you do. I totally get that. I tend to ONLY buy things I know have Linux support, at least, acceptable Linux support, so I don't run into these problems. I "vote with my wallet," as it were. I am taking this as you had a pretty fantastic experience so far. So, well done! :)
@larsolav
@larsolav 2 роки тому
Linus, one thing you could do to improve the situation with hardware support for linux, would be to actually bring it up as a point of discussion for hardware reviews or PC builds. You could for example complain about nvidias linux drivers nvidia GPU reviews. That might get their attention to take linux seriously. And that sound card of yours could use some love for linux. Perhaps tweet about it to get the manufacturers attention about it. You could also praise hardware that has good linux support. Similar to how you want hardware to be open and maintainable (framework laptops) you should want the same for drivers and software. You could also do linux PC builds where you use hardware that works great with linux.
@ruinairas
@ruinairas 2 роки тому
This would make the most sense to be honest. Why are we so quick to want to dismiss an alternative than to try and build it up? Anthony would be PERFECT to make Linux content to properly bring awareness to Linux issues and try to get them the attention it needs.
@scottbigbrain3944
@scottbigbrain3944 2 роки тому
Yeah, Linus and Luke are being a little too negative about linux at this point. Many of the problems they face are the fault of manufacturers ignoring the exsistence of linux, not the fault of the linux community. Linus has the power to change the playing field for this stuff, and I'm glad he is starting the road to do it
@ruinairas
@ruinairas 2 роки тому
@@scottbigbrain3944 To be fair they did say that surprisingly in most cases things weren't not possible to do and that they advise people to set their expectations and know what they are getting into and that in only a few situations their wasn't an answer to any particular task they were wanting to accomplish. It's a devils advocate approach which is fine in the context of this "challenge", but moving forward it would be nice to see efforts to help keep the gaming community informed of what is going on with Linux and how previous issues are being resolved. Linux isn't like Windows it's ever changing and in the last few years alone it has grown at an astounding rate...a few years ago we didn't have performance parity with Windows for example and dealing with controllers was a hit and miss.
@TheFinagle
@TheFinagle 2 роки тому
​@@ruinairas They want all their windows programs and devices to just plug into linux like they expected changing the OS was no more complex than a CPU upgrade. I dont think they are looking for new linux compatible alternatives to the old windows programs they are used to (if they are they didnt say anything about the results of those searches or experiments). This whole stream felt like someone switching from an iPhone to android and wondering why iTunes didn't just sync their data or why you cant find apple maps in the playstore.
@stevenarvizu3602
@stevenarvizu3602 2 роки тому
They already do Linux content, however with Anthony being the only Linux user and he is a very busy man they can only make so many at a time. I think the entire point of this challenge was to help Linus get up to speed on what real day to day Linux usage looks like
@EggersMcBraiden
@EggersMcBraiden 2 роки тому
Video idea: Let Anthony comment on all the problems they encountered in a follow up video
@jesseg7757
@jesseg7757 2 роки тому
Linus won't do that, because it will make him look stupid.
@migueldelecourt1699
@migueldelecourt1699 2 роки тому
They kinda discussed it in one of the last wan shows
@Boburto
@Boburto 2 роки тому
I remember being told Linux never crashes, which I found out was basically true for the kernel. However X11/Xwindows crashed as regularly as windows (98 at the time), making you lose any work you were doing. So from an end user viewpoint stability was the same... but hey at least Linux kernel hadn't crashed so I used ctrl+alt+f2 to open a second terminal to restart X.
@TiroDvD
@TiroDvD Рік тому
when I tried Linux about 10 years ago, yup it never crashed. It just froze without any same to break/interupt but a hard reset.
@omemester6985
@omemester6985 2 роки тому
The open containing folddr issue is because you're using the snap version. Same happens with vscode. Install the regular version using the package manager or .deb file and it should work fine.
@Max128ping
@Max128ping Рік тому
This just... Sucks Soo bad. Why is different packages effect different behavior? They all do the same thing, install an App. It just mind numbing and no end user should go through this Even Windows have no issue of this caliber, just.. .exe, that's it
@VoyivodaFTW1
@VoyivodaFTW1 2 роки тому
OMG! Thank you both so much for doing this series. LTT is doing the Linux community a service by addressing the obvious pitfalls of the Linux desktop. Together with Valve, you guys may help break the cycle of the lack of support from manufacturers due to lack of market share which was due to the fact that Linux has a barrier of entry from a UX standpoint that die hard Linux nerds refuse to acknowledge or rectify.
@adityapatil325
@adityapatil325 2 роки тому
Some of the issues he mentioned are because of the corporations not supporting Linux. The Linux developers can't do shit about it(e.g. teams) Also its generally recommended to buy hardware that supports linux. Switching from windows to Linux generally doesn't go well, especially if it's modern hardware like these guys use. This again is due to companies not adding drivers to the kernel. Then some issues are because companies don't help developers with the internals, stuff like graphics issues appear because of that.
@adityapatil325
@adityapatil325 2 роки тому
On the kernel side, most linux developers are employees of companies, tasked to add drivers to Linux. But when it comes to software, most of it is written by volunteers. You can't expect them to work on something they don't care about. For stuff that developers do care about, linux works way better than windows or Mac. Linux is not meant for casual users. Hopefully companies selling computers with linux support (system 76, frame.work) will change that.
@DanielMosey
@DanielMosey 2 роки тому
​@@adityapatil325 "linux works way better than windows or Mac." I beg to differ. If they can't get sound to work correctly on a new OS out of the box then I very much doubt that it works better than Windows.
@alex15095
@alex15095 2 роки тому
@@DanielMosey You mean the OBS audio issues? I'm not sure that has anything to do with Linux itself, it seems to have been a problem with OBS not picking the correct sample rate.
@ashtonx
@ashtonx 2 роки тому
Not sure what ux issue linux has, my mom's been running manjaro ever since she started using a pc. Linus is now windows. That said, the shit you get from nvidia ? yeah, that lacks ux love. Still a lot of configuration on linux is not in ui but in text files, something most windows users get screwed over. In case of nvidia though ? it's mix of software+env+txt.. it's a mess indeed.
@SiGeTVee
@SiGeTVee 2 роки тому
4:50 Actually, there are Linux equivalent drivers for Logitech's gaming and Unifying software that lets you restore full functionality of all of their hardware natively. I believe Solaar is one of them. I also use Piper (or was it called rattrap?) to setup DPI sensor settings and also remap mouse buttons so I could play Quake.
@encrypt3d587
@encrypt3d587 2 роки тому
Piper is the GUI frontend to rattrap, I use it as well. Great software.
@CyberianFaux
@CyberianFaux 2 роки тому
Wait, is this alternative driver set available in debian/ubuntu distros? I have a Logitech BRIO and was forced to accept not being able to use it in Linux at all.
@NicolaiWeitkemper
@NicolaiWeitkemper 2 роки тому
It's ratbag, not rattrap. But yeah, Piper is the GUI for it.
@danieldeviveirosinacio
@danieldeviveirosinacio 2 роки тому
@@CyberianFaux yes for both, check repository for list of compatibility devices
@CyberianFaux
@CyberianFaux 2 роки тому
@@danieldeviveirosinacio I hate to sound so ridiculously new to Linux but how would I go about searching the repositories for that?
@el7440
@el7440 Рік тому
i think linus makes a good point, linux is really meant for people that know how everything works. that being said if you just set your daily driver up with linux and work through the issues, eventually it will work and you will own your computer as much as you can on a consumer level.
@abattleborn
@abattleborn 2 роки тому
This series just made my mind about Linux, Linux is a cluster fuck that its only place is servers and pentesting
@ThePapaja1996
@ThePapaja1996 2 роки тому
Andriod is a linux curnel
@kvin9210
@kvin9210 2 роки тому
Truth 💯
@abattleborn
@abattleborn 2 роки тому
@@ThePapaja1996 As someone that manages a couple of hundreds of android devices, android is a cluster fuck as well
@WR3ND
@WR3ND 2 роки тому
Yeah, I'm not sure what Linus is trying to accomplish here, but it doesn't seem to be using Linux.
@Myvoetisseer
@Myvoetisseer 2 роки тому
The video editing in this is incredible. But I think I'd prefer more of the docu-style filmmaking of the first one. Even if it is 30+ minutes.
@codycast
@codycast 2 роки тому
Honest question: what’s incredible about it?
@grandetaco4416
@grandetaco4416 2 роки тому
What are you video editing with?
@suppar8066
@suppar8066 2 роки тому
@@codycast mucho worko my frien. I also like it, while sometimes forgetting how much work is done to make it this good.
@cho4d
@cho4d 2 роки тому
Linux being reliable "no need to restart" really only speaks to the kernel. it's not like linux desktop software is flawless. far from it as you have seen 3rd parties put little or no effort in to it so it's largely all community efforts.
@HolyGarbage
@HolyGarbage 2 роки тому
Technically speaking the kernel is all Linux is. The rest is GNU and/or whatever the distro provides.
@saynay302
@saynay302 2 роки тому
Yeah, and the reputation for that I think was largely back in early Windows days, where you had to restart your entire PC for practically any change you made. There are plenty of program that will need to be restarted, but much more rarely the entire OS.
@Dudik28
@Dudik28 2 роки тому
@@saynay302 I haven't restarted my pc for months
@realtimestatic
@realtimestatic 2 роки тому
Most of the times logging in and out resolves it but the DEs aren’t as great when it comes to stability as the kernel
@hitler69
@hitler69 2 роки тому
KDE NEON HATE
@birthday_cakeman
@birthday_cakeman Рік тому
Hey says, "If any of that was true." But it is true. I'm a gamer and I've been rocking Linux for a few years now. Things just keep getting better and I've not regretted it in the slightest! FREEDOM!!!
@ElFlippage
@ElFlippage Рік тому
Interesting tidbit at 4:50 - linus mentions you don't get low battery warnings for your logitech G series mouse, but actually in linux mint the built-in battery function/app/driver/whatever just automatically grabs my G series wireless mouse's battery level and reports it on its own, no setup required, oddly.
@Neoxon619
@Neoxon619 2 роки тому
At this point, it’s a question of who will press the Emergency Anthony Button first.
@ncmgamer5398
@ncmgamer5398 2 роки тому
Noone does, Anthony was let to rest for this challenge
@shubhamspatil
@shubhamspatil 2 роки тому
That will defeat the purpose of this series
@BlindRambler
@BlindRambler 2 роки тому
Linus lol. Luke doesn't seem to have such a bad experience xD
@anishhegde5197
@anishhegde5197 2 роки тому
@@shaheenshaikh8368 wht is dis, why you pasting random links like that ?
@Neoxon619
@Neoxon619 2 роки тому
@@ncmgamer5398 True, but didn’t they mention on WAN Show that they‘ll do an extra part for SteamOS?
@deansmith4752
@deansmith4752 2 роки тому
"apps that fix themselves can also unfix them selves - choosing the most critical time to do so" - DaVinci
@odysseusjones1856
@odysseusjones1856 2 роки тому
SO true.
@pedrofish2099
@pedrofish2099 2 роки тому
DAVINKI??
@y__h
@y__h 2 роки тому
You can say it's a... DaVinci Resolve.
@DeSinc
@DeSinc 2 роки тому
that's exactly what I thought every time they mentioned something magically fixed itself. I'll hardly ever leave anything alone like that without figuring out either exactly how it got fixed or exactly what broke it because if I don't, then the next time it happens to break itself it'll be a month or a year later and I'll have totally forgotten how to go about fixing it and it can result in some nasty downtime
@lyrebird712
@lyrebird712 2 роки тому
Exactly. I've installed Linux on a few different machines now, including virtual machines, and there is always some unique issue with each one. While that isn't unheard of on Windows, it is a much more uniform experience over there. I personally HATE when the issue unexpectedly resolves itself too. If I don't know HOW to fix it then it gives me a bad feeling going forward.
@don.timeless4993
@don.timeless4993 2 роки тому
If this series continues, Linux will get superb that may in the near future will be the dominant OS that make life easier, fun & affordable (Linux users don't be cheap & donate annually what you can). Because Devs will listen to these videos that have been watched by millions of viewers! Thank you so much Linus Thank you so much Luke Thank you so much LTT Team
@sysosmaster
@sysosmaster 2 роки тому
Relying on the file extension has been one of the biggest causes of people getting p0w3d… in NIX we generally depend on the ‘file’ command. The other thing is that on NIX there is a different way of getting an executable. The x permissions. Its a quirk you just have to learn, and where windows differs from the standards. (Nearly all other OS’ses before and after do t use extension to detect execution.)
@chuzzle44
@chuzzle44 2 роки тому
Thank you guys again for sharing your insights into using Linux. The episode really highlights the problem with 3rd party support. The community does an amazing job, but with little support or documentation from developers. This is exactly why Linux users are so hung up on open-source software. The best experiences on Linux come from these projects, as they are generally quite stable and better integrated into the ecosystem. Many commercial (and free) programs stick out like a sore thumb, with clashing interfaces and very poor integration. Speaking about the Nvidia hate specifically, It's not just that their drivers are closed-source and lack functionality. The biggest problem is that they do not provide documentation on how their products function to the public, like AMD and Intel are known for. Therefore, community driven drivers for AMD and Intel are feature rich, well integrated, and stable, while Nvidia is barely functional.
@yuryzhuravlev2312
@yuryzhuravlev2312 2 роки тому
Nvidia was even forbidden to make open-source drivers by firmware signs.
@profAMuniz
@profAMuniz 2 роки тому
AMD drivers is so great on Linux that something (Citra and Dolphin-emu for instance) Windows run poorly because of the drivers now run great on my PC Linux.
@yuryzhuravlev2312
@yuryzhuravlev2312 2 роки тому
@@ArdgalAlkeides you are completely wrong. Intel iGPU last three years working very stable and feature reach, they even made Vulkan and Gallium drivers. GPU itself is very slow. The amdgpu designed for x86 and usage on ARM obviously will produce bugs. I use amdgpu every day with games and 3d with zero issues. You should try a modern distro with normal hardware and you will see how it works.
@billy65bob
@billy65bob 2 роки тому
4:08 In my experience, if the application changes the title of the window, OBS just can't deal. This is particularly noticable with emulators, as they often have stats (e.g. the FPS) present that regularly change. 5:40 Near the top you should have a 'download source' button; one of the options is as a zip file, that's the way to go if you don't want to git clone it, and there are no pre-packaged releases.
@user-vd8oy1wh4r
@user-vd8oy1wh4r 2 роки тому
well, if you don't need the whole repo there is no need to clone it or download a zip
@billy65bob
@billy65bob 2 роки тому
@@user-vd8oy1wh4r scripts like that often need to load other files from the repo too
@user-vd8oy1wh4r
@user-vd8oy1wh4r 2 роки тому
​@@billy65bob Sure, but in this case only install.sh file is needed. Installation instruction have been updated )))
@en7998
@en7998 2 роки тому
You could also open the file in raw and save as install.sh fkr next time
@JimFeig
@JimFeig 2 роки тому
@@user-vd8oy1wh4r Why do you think he had all those errors? He probably needed other parts of the repo...
@gete_ha
@gete_ha 2 роки тому
at 9:22 If I am correct, beta is something close to final release, alpha stands for something before as beta release and canary is even more unstable than alpha. actually, canary birds used to have a purpose in some incidents, google it out, sad, but impressive.
Trying to do Simple Tasks on Linux lol - Daily Driver Challenge Pt.3
29:44
Linus Tech Tips
Переглядів 2,7 млн
Gaming on Linux is NOT Ready... - Daily Driver Challenge Finale
17:30
Linus Tech Tips
Переглядів 1,8 млн
😨Новая Война в GTA 5 Online #shorts
00:40
King Dm
Переглядів 1 млн
We Downgraded our Computers - Switching to Intel Arc Pt. 1
23:33
Linus Tech Tips
Переглядів 2,3 млн
Young People Try Windows 98
21:18
Linus Tech Tips
Переглядів 5 млн
I'm learning a lot about the Linux Community...
13:01
LMG Clips
Переглядів 386 тис.
Linux HATES Me - Daily Driver Challenge Pt.1
21:02
Linus Tech Tips
Переглядів 3,6 млн
Tommy Hilfiger are Filthy Scammers
29:13
Linus Tech Tips
Переглядів 6 млн
You don’t need a new PC - AtlasOS E-Waste PC refresh
20:44
Linus Tech Tips
Переглядів 3,9 млн
I’m breaking one of my biggest rules.. - Reacting to Tech Hot Takes
29:40
Linus Tech Tips
Переглядів 3,5 млн
Titus vs LTT - Simple Tasks on Linux
16:55
Chris Titus Tech
Переглядів 199 тис.
Roasting OTHER Youtubers' Gaming Setups!
35:14
Linus Tech Tips
Переглядів 4 млн
Анімація зарядки на iPhone 📱 #icoola #apple #iphone #tradein #купитиайфон #відновлений #айкула
0:37
ICOOLA: Фабрика відновлених телефонів
Переглядів 51 тис.
🤯Самая КРУТАЯ Функция #shorts
0:58
YOLODROID
Переглядів 2,4 млн
iPhone - телефон для нищебродов?!
0:53
ÉЖИ АКСЁНОВ
Переглядів 3,6 млн
RTX 4070 Super слишком хороша. Меня это бесит
15:22
Рома, Просто Рома
Переглядів 93 тис.