What Linux Is and Isn't (Linux Zero to Hero 2022)

  Рет қаралды 16,218

Engineer Man

Engineer Man

Күн бұрын

And it begins, the Linux Zero to Hero series taking you from the start to the end. In this video we'll talk about what Linux Is and what Linux Isn't. Just a light video to start things off.
Hope you enjoyed the video!
Join my Discord server and come say hi:
/ discord
Check out some code on my GitHub:
github.com/realtux
github.com/engineer-man/youtube
Send me a Gab:
gab.com/engineerman
Other Social:
/ engineerman
/ _engineerman
/ engineermanyt

Пікірлер: 84
@MithicSpirit
@MithicSpirit 2 жыл бұрын
3:27 this has been rapidly changing recently, especially with the Steam Deck. Hopefully in the not-too-far future we can move this up to the top category.
@IgnoreMyChan
@IgnoreMyChan 2 жыл бұрын
@TheSnowscar It's no _emulation_ stop saying that, read into what Wine (on which Proton is built on) is. The name says it all: Wine (Wine is Not an Emulator). Quote: "Wine is a compatibility layer that duplicates Windows functions by providing alternative implementations of DLLs that Windows programs call as well as a process to replace the Windows NT kernel. When running a Windows application under Wine, no code emulation or virtualization occurs; emulation refers to the execution of compiled code intended for one processor (such as x86) by interpreting/recompiling software running on a different processor (such as PowerPC)."
@Gurj101
@Gurj101 2 жыл бұрын
@TheSnowscar I see. people who play old single player games are fine though since they run on wine just fine. welp for me games are for fun, old or new doesn't matter much as long as you have fun to me.
@Gurj101
@Gurj101 2 жыл бұрын
@TheSnowscar to be honest though people got to stop using Microsoft office. Libre office might not be a 1:1 replacement but Microsoft sure as hell need to go away. I mean what is the difference? macros ? right? people just gotta get used to new things rather than sticking to old Microsoft tools in my opinion. Besides pdfs were created so that people don't have to worry about what word processor they are using because they were supposed to open the same on every computer. so Microsoft word or power point really aren't necessary. people can get used to other stuff, they just don't . Microsoft excel i am not sure. I mean expecting anyone to learn anything in this day and age is stupid where everyone has laptops but still some don't know what add or remove program is on windows or the fact that everyone has phones but not everyone is aware of file explorers.
@MichaelMantion
@MichaelMantion 2 жыл бұрын
@TheSnowscar Not really Stamina, Luna, Steam deck are linux. PS3,4,5 is base on BSD (another unix like os), MacOS is unix like, Linux is unix like. Android is based on linux kernel so unix like. Chromebook is basicall linux. Pretty much everything is either linux of unix like. Windows exist because it comes pre-installed on most systems.
@theonlyD
@theonlyD Жыл бұрын
@TheSnowscar I can play the majority of the games in my Steam library without issue or incovenience. Native games aren't viable but Proton is mature and Vulkan is cross-platform so native builds aren't required and gaming on Linux is viable. It even has some advantages as games loading faster due to EXT4 (and others) being superior to NTFS.
@sarkybugger5009
@sarkybugger5009 2 жыл бұрын
Android and Chromebooks don't count? My Mum has been running Linux since Mint 9 came out, and she had no trouble learning her way around. Switching from Windows XP, drive letters always confused her, so having everything hanging off /home made things simpler. She's fully updated to the latest version, which she did herself, and I never get support calls. She's 88 next Sunday!
@syspangylium
@syspangylium 2 жыл бұрын
I have been using Linux since 2006. In the beginning I dual booted Windows and Linux, aand gradually I found myself booting Linux more and more often until the day Windows became just an appendix on a separate partition. So do I solely use Linux today? Not quite. There are a couple of Windows programs I use occasionally, which I cannot get to work properly under Wine, so for that reason I still have Windows on a separate hard drive. But for the most part I use Linux. One of the reasons why I prefer Linux is the system update. Where Windows will install updates and then updates on the updates before installing updates on the updated updates, and still leave you with an updated OS only (plus updated Microsoft programs), one single Linux command ( sudo apt update && sudo apt upgrade ) will update not only the OS but also all of the installed programs. When a problem occurs, there is Google and a thousand websites with answers. Most of the answers are much much better, precise and in depth than any answer you can hope to get from Microsoft when you have trouble with Windows. And Linux runs completely on your computer, and not in the cloud (read: someone else's computer) as Windows 11 is beginning to do. To me, Linux *is* a Windows replacement.
@9Hatman
@9Hatman 2 жыл бұрын
As PCs become more and more just black boxes to get you on to a web browser, tiny cheap Linux boxes in the office will rule supreme! Ironically Office 365 and the like are contributing more to the decline of Windows than anything Linux could do.
@MichaelScholten
@MichaelScholten Жыл бұрын
As a company with over 500 desktops/servers and with the majority of those being Linux, I can say that while I would prefer to have Linux everywhere, Windows still works best in the business world for one major reason. Their central management, and by that I mainly mean Active Directory and Group Policy. Linux, in general, does not have this. Sure there are many many options out there like Ansible, puppet, etc. that allow you to manage Linux computers from a more central system but there is really nothing like AD or GP for the Linux realm. Being able to sit down at any domain controlled computer that I've never used before and have my account immediately setup with all of the permissions, policies, mapped network drives, etc. is so extremely useful. I know some Linux distros can connect to AD and you can control some elements but its not as useful or feature rich as Windows' integration with AD/GP. Having said all that, Linux (Mint for desktop and Ubuntu for Server) is still my preferred OS and has been for over 13 years. I really would love to see more central management and business features in Linux as you do in Windows one day. Perhaps, with Microsoft embracing Linux and open source more and more, then one day maybe they'll go the same route as Apple and switch their OS over to a Linux/BSD core. If so then maybe we would see better integration with AD/GP in the general Linux realm.
@Annexia_
@Annexia_ 2 жыл бұрын
Love the commentary. I have been an avid user of multiple Linux distros since 1999 and, yes, it requires a person to get their hands dirty in some cases on building drivers to make certain things work. Labor of love (and frustration), but it is all I use :)
@MichaelScholten
@MichaelScholten Жыл бұрын
Agreed. Linux, in general, requires the user to get their hands dirty however that is changing more and more each year. Looking at Ubuntu desktop for instance, in the last 13+ years I can say from my own professional experience and 5+ years personally experience before that, that it is so much more user friendly now then it was then. You still need to run commands a fair amount but that is slowly disappearing. Oft times you can just install a .deb file almost as easy as a .exe. Just download it, double click it and boom it installs. If anything, it's almost easier as the package manager will often automatically download any additional packages needed unlike a windows program that requires you to go manually download java or .net 4.5 and install it for instance. I still prefer "sudo dpkg -i package.deb" but that's just because it's what I am used to. Honestly, for someone that is looking to only use the browser and that's it? I think Linux would be perfect for them. Far less bloatware or overhead than it's Windows counterpart. Updates are typically less intrusive and aggressive which would mean they are more likely to be done unlike Windows which is universally hated for it's updates. You delay the updates as long as possible because it takes forever to run the update and you usually can't use the PC during the update. And with 7/8/8.1's upgrade to 10 and likewise 10 upgrading to 11, you're nagged and all but forced to upgrade the OS to the latest version even if you don't want to. So for many people (thinking elderly here for the most part but other less tech savvy too) wake up to a new, and totally different, desktop and are confused and frustrated by the experience.
@peteralvarez443
@peteralvarez443 Жыл бұрын
Thanks for creating this!
@danielhmorgan
@danielhmorgan 2 жыл бұрын
perhaps consider "the average user" to be someone other than a Windows user, as would be the case for one who just got their first computer. many of the drawbacks would not apply
@martinlutherkingjr.5582
@martinlutherkingjr.5582 2 жыл бұрын
The average user isn’t someone who just got their first computer, though.
@danielhmorgan
@danielhmorgan Жыл бұрын
good point. I mis-wrote. I was really thinking of "new" users, which is something all users either were, or will be
@tavor29
@tavor29 2 жыл бұрын
looking forward for part 2!
@terry.chootiyaa
@terry.chootiyaa 2 жыл бұрын
*Centos and stream is now out of date ....replaced with a direct down stream called ROCK LINUX* 😁😊👍
@davidarroyo9933
@davidarroyo9933 2 жыл бұрын
Keep videos coming!!
@danielhmorgan
@danielhmorgan 2 жыл бұрын
perhaps add update notes on your next one. it seems relevant to discuss developments at nvidia and the steam platform
@luissolanodev
@luissolanodev 2 жыл бұрын
Realistic and straight to the point.
@SomeGuyInSandy
@SomeGuyInSandy 2 жыл бұрын
With Windows 11 being foisted on us, Linux is the last best option.
@luckytbda
@luckytbda 2 жыл бұрын
the fact that you said "last best" means you probably shouldn't be arguing about this complicated topic
@SomeGuyInSandy
@SomeGuyInSandy 2 жыл бұрын
@@luckytbda Eat my shorts.
@flipinfin
@flipinfin Жыл бұрын
Great video I knew most of what linux isn't. But alot of linux users build linux for their specific hardware
@michaelvilain8457
@michaelvilain8457 2 жыл бұрын
I was gonna mention the EOL of CentOS but that's not part of the main topic. You might want to discuss the state of major Linux distros in a future video. I'm still trying to figure out Rocky or Alma.
@scottwilson3378
@scottwilson3378 2 жыл бұрын
I'd argue the "Linux isn't for high-end photo/video software" a bit. The animation/VFX industry uses Linux (especially CentOS) a lot. A good chunk of the tech stack assumes "Linux first". This excludes stuff like Photoshop and ZBrush, though. But Maya, Nuke, Katana (which used to be Linux only for a while), Blender, etc all support Linux (and generally have better performance than with Windows). Also, for the longest time, the VFX Reference Platform (a platform for deciding what are the different versions of software that should be supported in the VFX/animation industry per year to help studios manage their tech stack) didn't have any mention of Windows and the version of the compiler to use.
@bignades1
@bignades1 2 жыл бұрын
Notice how you said blender and nothing else, while listing all the important stuff for windows. Because that’s the only decent high-end photo video software. I’d argue blender is not high end either. It’s great for even advanced small time users, but blender can’t match other paid software on windows for big studio level work
@scottwilson3378
@scottwilson3378 2 жыл бұрын
@@bignades1 Yeah, I could have talked about stuff like video editing software (Avid, Premier, etc), and some compositing software such as After Effects. But, in my day to day, the experience I have is with the software mentioned. You could have a studio completely in Windows for sure, but there's some cases (cost, performance, and ease of development/managing) that generally makes Linux come out on top. There are some cases where you have to have Windows (Photoshop and ZBrush), so yes it is impossible to have a fully Linux studio unless you replace Photoshop with something like Krita and ZBrush for something like Blender's sculpting. Also, I'd say the debate on whether Blender is better or worse than Maya is probably a debate that'll last forever. There's some cases where you'd probably want to reach for Maya, and some cases where you probably want to reach for Blender, but that's up to which software has better tools for what you need. Hopefully that clarifies my point a bit. But, to sum it up, I think that "Linux isn't for high-end photo/video software" isn't 100% accurate. If you're only focusing on editing photos or editing videos, then sure it is fairly accurate. But, if you are considering stuff like 3d content creation, then it isn't accurate.
@BrianClem
@BrianClem Жыл бұрын
I use Divinci resolve and love it on Linux. I use the mainconcept resolve plug in and it resolved (sorry😝) some of the native render profiles limited in Linux version of resolve.
@Maxspert
@Maxspert 8 ай бұрын
To start with,you are doing very good job by killing the ideea of starting with Linux,after this video I will need another 10 positive videos to come back where I was😮
@Sodamanonzo
@Sodamanonzo Жыл бұрын
Thanks man
@chriswatson2407
@chriswatson2407 2 жыл бұрын
I have been using a Chromebook for the past couple of months and am enjoying its relative simplicity.
@icaroonofre6055
@icaroonofre6055 Жыл бұрын
Proton is really changing the gaming scenario on linux, I can play all the games that I used to play on windows seamlessly
@ZacKoch
@ZacKoch 2 жыл бұрын
Nice vid as usual! As far as the gaming - it's 100% the game studios. I can't think of a console in the last decade + that doesn't run 'on linux.'
@Fytrzaczek21
@Fytrzaczek21 2 жыл бұрын
Isn't Xbox on Windows?
@RichardGreco
@RichardGreco 2 жыл бұрын
@@Fytrzaczek21 It would be funny if Xbox was Linux.
@zeocamo
@zeocamo 2 жыл бұрын
on the Isn't list i only think you should have the direct replacement for windows and specific hardware, i play all my games on Linux, it just works, i draw and do photo/video on linux, it is great, my son started using linux at 8 of age, all i did was to give him the USB and told him to boot with it in the PC, and 20 mins later he was playing he's games. it is great for average users, the problem is it is a new system, it take some time to learn, as do windows.
@RichardGreco
@RichardGreco 2 жыл бұрын
I'm a Linux hero now! I'll put it next to "some Microsoft Word and Excel experience" on my resume.
@TheRaphael0000
@TheRaphael0000 2 жыл бұрын
Totally agree with the not for average users. I found out that below average user prefer Linux (specifically the Gnome GUI) over Windows. (My opinion is on 4-5 samples)
@isuckatthisgame
@isuckatthisgame Жыл бұрын
CLI > GUI
@TheRaphael0000
@TheRaphael0000 Жыл бұрын
@@isuckatthisgame totaly agree but not for below average users
@MichaelScholten
@MichaelScholten Жыл бұрын
@@TheRaphael0000 Agreed. I would rather be in CLI over GUI but I've been working with Linux personally and professionally for 15+ years. I noted in another comment that, if the user is primarily looking for a browser, Linux is a better option. Lower overhead, less bloat as EM noted. Bootup is typically faster, updates are less intrusive and are often nearly transparent. Typically you don't even know your Linux desktop has updated, and even if it does do an update requiring a reboot it doesn't decide to reboot for you. Not only that but when you do reboot it's almost as if the update didn't happen. The way it installs and stages kernels and other major updates that may require a reboot, the system just uses the new kernel and moves on with it's life. Non of this "please wait while we install updates (for the next several minutes or hours)" which typically leads to people not wanting to do updates for fear of having to wait forever for the computer to finish updating.
@JoshPaulie
@JoshPaulie Жыл бұрын
It's important for new users who do anything other than program that Linux is not a replacement for Windows or MacOS. Music production, the entire adobe suite, most games like LoL, are valid reasons to keep your current machines aground, and don't let anyone fool you. I'm glad you aren't one of those people who promote those to ditch their current OS.
@avi12
@avi12 2 жыл бұрын
Judging by the Steam Deck, Linux is becoming more and more a gaming-compatible OS
@EasyGameEh
@EasyGameEh Жыл бұрын
if something goes wrong on windows the average user doesn't know how to fix things either. even somewhat advanced users have to google solutions and often ask for help.
@flexairz
@flexairz 2 жыл бұрын
Been working with Linux since 2002 and things have not changed.
@itildude
@itildude 2 жыл бұрын
For gaming, yes, if you are a hard core gamer Linux is not for you. I have to greatly disagree with you on Photo and Video editing. Kdenlive is a very capable video editor and if that's enough for you, Davinci Resolve is fully supported and available on Linux and is about as high end as you get (yes, you need one FFMPEG command additional). As for images, GIMP is fully capable.
@Va1shnav
@Va1shnav 2 жыл бұрын
While I agree with most of the isn’ts, the “isn’t for video games” is changing rapidly. Steam deck runs on Arch Linux and has more than 1000 games that are verified by Valve. And more than 1000 other games that can be played with minimum tinkering, which if you are gaming on a PC running Windows, chances are you might’ve done something similar. My main gaming PC is on Arch Linux and I have no issues running the games I want. The caveat tho, some of the online games don’t work, yet. 💯 on the nvidia drivers issues tho
@EngineerMan
@EngineerMan 2 жыл бұрын
For sure Linux *can* do it, it's just not designed for it. In other words, if someone were to say "EM, I want to play PC games, what operating system should I get?" I would of course recommend Windows.
@zeocamo
@zeocamo 2 жыл бұрын
that is more then 3000 as the last numbers, so the next number in this month is ca. 5000, that this speed, the steam deck can run all the common to rare games people play at dec. for the salgs, so next will see most of the games release for Linux too.
@zeocamo
@zeocamo 2 жыл бұрын
@@EngineerMan at this point, many of the games run better on Linux then on Windows, so i would ask them if they play some of the multiplayer games that, a small list of games still don't enable Anti-cheat under Linux, because they make money of the user's data, and only Linux they can only see the wine bottle with no data. if they play any of this spyware then they need windows for now, but things is up in the air, they all want to be on the steam deck.
@Emerald13
@Emerald13 2 жыл бұрын
No mention of proton or steam deck for video games? Check out the number of compatible games
@UndefinedVoid
@UndefinedVoid 2 жыл бұрын
he has no idea what he is talking about
@Xarius01
@Xarius01 2 жыл бұрын
We all know the experience ones get playing games on windows vs linux. Yes there are ways to play games on linux but it doesn't always work.
@hemanthsai2627
@hemanthsai2627 2 жыл бұрын
Great
@elclippo4182
@elclippo4182 2 жыл бұрын
If I remember correctly SpaceX rockets actually use Linux. Hans Königsmann once mentioned this in a podcast.
@StephenZura
@StephenZura 2 жыл бұрын
Thankfully Microsoft has moved to cross platform with .net core and now .net itself is cross platform. Once .NET MAUI goes gold only supporting legacy applications will require windows. VSCode works great on linux and if you want more of an IDE JetBrains Rider works really well.
@Zephyrus0
@Zephyrus0 2 жыл бұрын
.NET MAUI doesn't have support for Linux
@Zephyrus0
@Zephyrus0 2 жыл бұрын
@Watcher yup, you are much better off with Alvonia
@Lussize
@Lussize 2 жыл бұрын
"When the average user wants to install their specific Windows software" ... Well, guess what ? Linux isn't Windows. "If anything goes wrong, they don't know how to fix it" i'm pretty sure they wouldn't be able to fix their Windows either. Half of this video was great, then it felt like you had to compensate to have a balanced opinion and just made up arguments against Linux.Why didn't you mentioned also music editing ? It's not that linux wasn't made for those thing, but rather that those things wasn't made for Linux.
@MrTigerstyle80
@MrTigerstyle80 2 жыл бұрын
Maybe address the lack of Linux support from popular online streaming services. Just because you emphasized its advantageous for web applications.
@massylii
@massylii 2 жыл бұрын
💜💜💜
@macethorns1168
@macethorns1168 2 жыл бұрын
I disagree with the last point "Linux is not for the average user". I know of very few "average users" who do anything meaningful on a computer - most exclusively use the browser for everything.
@hoofheartedicemelted296
@hoofheartedicemelted296 2 жыл бұрын
This person is a good guy but I've watched his other videos. A lot of his stuff assumes your are at a certain level to able to understand what he's teaching. He's so far beyond the average Joe Bloggs on the street he couldn't think on that level even if he wanted to. If you are an intermediate to advanced I.T user then you might not be wasting your time and his. If you are one of these kids who can multi-task in one or more programming languages then this channel is definitely for you.
@angharadhafod
@angharadhafod 2 жыл бұрын
I can't agree with the last point, unless by "average user" you mean someone who's already been a MS Windows user, and learnt to think of that as "the way computers should be". For those not so indoctrinated (my elderly father being an example), a user friendly Linux distribution, e.g. Ubuntu, works just great.
@alejandrinos
@alejandrinos 2 жыл бұрын
The average user IS a MS Windows user, not even Mac OS puts a dent on the number of Windows users. That's why most desktop oriented distros model their GUI around that appearence.
@angharadhafod
@angharadhafod 2 жыл бұрын
@@alejandrinos The average user in today's world is an Android user. Many, especially in emerging economies, have little or no experience with traditional desktop operating systems. That aside (and I can see where you are coming from), if we are to believe the last point, we wouldn't consider Linux for an "average person" who hasn't used a modern desktop computer before. It's important that we don't make that mistake. I didn't, when introducing my father to the world of desktop computers, and he was just fine with Ubuntu. It also has implications for what we teach in schools, and what the next generation will use.
@MunifTheGreat
@MunifTheGreat 2 жыл бұрын
0:52 alone is making me want to switch to a Linux + Windows VM. It's getting worse with each new version.
@MichaelMantion
@MichaelMantion 2 жыл бұрын
The vast majority of modern gaming systems are using Linux kernels or other unix like OS. Obviously Android is the biggest gaming software, Steam deck, stadia, luna, PS3-5 (based on BSD)... Russia, china and most of India is moving to linux to avoid microsoft. Much of the developing world is going to linux. Sorry, game developers will have to make linux games or make their games run well on linux if they want to stay relevant. The only reason windows still matters is most computers ship with windows pre-installed as the only os. If computers arrived with linux pre-installed windows would be dead. Its unfair trade practices.
@Pedro-dn3sg
@Pedro-dn3sg 2 жыл бұрын
Windows is becoming more and more problematic to average users with average hardware. Running any modern windows in a laptop without an SSD can quickly turn into a painful experience of slowness and disk usage peaking to 100% repeatedly. IMO, friendly linux distros (like mint) could be great rivals to windows in terms of basic usage. The massive caveat that linux still faces is in regards to proprietary software like applications from Adobe or Autodesk.
@terry.chootiyaa
@terry.chootiyaa 2 жыл бұрын
*Linux is NOT a S*X Toy ! 😐*
@kdlittle88
@kdlittle88 2 жыл бұрын
I love your videos but your point about gaming isn’t accurate. I use Linux exclusively for gaming and with proton and steam I can run everything in my 400+ game library save for one or two games.
@SteveHazel
@SteveHazel 2 жыл бұрын
linux ain't for grammas. people will whine that ain't true. but until you no longer need to burn an .iso or go to a command line to upgrade from 22.04 to 22.10... well... it's true. another thing is linux isn't one distribution. none of the distros are compatible with each other. generally compatible sure. but compile a qt app and try running it on another distro. you'll end up writing your app to run off of an os runtime insteeead of the actual distro. that is super dumb. until the distros make a single "runtime"... well... linux ain't for grammas. and it's super annoying to developers tryna distribute their apps.
@SteveHazel
@SteveHazel 2 жыл бұрын
@` i've never seen discover on kubuntu apply a distro upgrade. that's what grammas will expect. i hold fast to my opinon that linux is just not gonna ever be for grammas. primarily based on the apps available on linux. which is severely limited due to the nightmare of app distribution on linux-ES.
@MichaelMantion
@MichaelMantion 2 жыл бұрын
Alma is better then Centos
@billfarley9015
@billfarley9015 Жыл бұрын
EM, yes, there's Blender, but don't forget Gimp, Photoshop for cheapskates.
@MarcusGarfunkel
@MarcusGarfunkel 2 жыл бұрын
Linux is good for Raspberry PIs. Much better than Windows
@Boogersgrow
@Boogersgrow 2 жыл бұрын
First one
@Zephyrus0
@Zephyrus0 2 жыл бұрын
Linux is a kernel
@UndefinedVoid
@UndefinedVoid 2 жыл бұрын
really out-dated
@theabyss5647
@theabyss5647 2 жыл бұрын
Linux is: good for companies and software engineers. Linux isn't: usable on desktop because the community with all its complaining about closed-source doesn't care about normal people who just want to use their computers and not be at the mercy of Microsoft or Apple.
What is Linux used for?
5:05
Engineer Man
Рет қаралды 63 М.
10 things you can do with Linux that you can't do with Windows
9:05
Маленькая и средняя фанта
00:56
Multi DO Smile Russian
Рет қаралды 4,9 МЛН
ХОТЯ БЫ КИНОДА 2 - официальный фильм
1:35:34
ХОТЯ БЫ В КИНО
Рет қаралды 2,2 МЛН
Part 2:  Scheduling jobs using Application Jobs
12:15
10 min IT tutorials
Рет қаралды 2
I Switched to VS Code and It's Kinda OK
6:28
Engineer Man
Рет қаралды 22 М.
What is the Command Line? (Linux Zero to Hero 2022)
17:33
Engineer Man
Рет қаралды 12 М.
A Worlds First On This Top Tier Radio - TIDRadio H3
11:52
Tech Minds
Рет қаралды 8 М.
8 super heroic Linux commands that you probably aren't using
8:38
Engineer Man
Рет қаралды 725 М.
Understanding Floating Point Struggles in 7 Minutes or Less
7:03
Engineer Man
Рет қаралды 10 М.
Git Good: Solo Development Use Cases
12:24
Engineer Man
Рет қаралды 29 М.
How to get effortless build automation with GitHub Actions!
1:42
Programmer In Progress
Рет қаралды 57
DEBIAN 12: more relevant than ever as a Linux desktop
16:33
The Linux Experiment
Рет қаралды 192 М.
Я Создал Новый Айфон!
0:59
FLV
Рет қаралды 4,5 МЛН
Kalem ile Apple Pen Nasıl Yapılır?😱
0:20
Safak Novruz
Рет қаралды 833 М.
Very Best And Good Price Smart Phone
0:42
SDC Editing Zone 9K
Рет қаралды 217 М.
Power up all cell phones.
0:17
JL FUNNY SHORTS
Рет қаралды 48 МЛН
XL-Power Best For Audio Call 📞 Mobile 📱
0:42
Tech Official
Рет қаралды 772 М.