Different Types of Virtualization

  Рет қаралды 111,444

Mental Outlaw

Mental Outlaw

Күн бұрын

Пікірлер: 292
@sobot_
@sobot_ 3 жыл бұрын
I like how he just gets straight to the point
@killertigergaming6762
@killertigergaming6762 3 жыл бұрын
Yep
@LabiaLicker
@LabiaLicker 3 жыл бұрын
HI GUYS AND WELCOME BACK TO *ANOTHER LINUX VIDEO* MAKE SURE TO HIT LIFE AND SMASH MY BUSSY
@MastarCheef1337
@MastarCheef1337 3 жыл бұрын
@@LabiaLicker Make the gay go away.
@JdThe65th
@JdThe65th 2 жыл бұрын
@@MastarCheef1337 homophobic much?
@danielmilewski7659
@danielmilewski7659 Жыл бұрын
exactly
@__-kd8oz
@__-kd8oz 3 жыл бұрын
I run all my software within my turning complete Minecraft Redstone computer. it is always safe to do so, not many viruses have gotten through my actual system yet.
@canismajoris9115
@canismajoris9115 3 жыл бұрын
And intel management engine cant bother you
@__-kd8oz
@__-kd8oz 3 жыл бұрын
@@canismajoris9115 but the glowies do keep trying to get me tho, lol. the other day I was in a Starbucks and this young lady approached and took a seat next to me, I was optimizing a few of the memory modules of my redstone-system. and she asked me what I was doing, heck, she even dared look directly at my eyes. I BET SHE WAS A GLOW IN THE DARK CIA N* TRYING TO GET ME TO SPILL MY PRIVATE INFORMATION. I called her out for the horrible person she was and punched her in the face before leaving in a sprint for my safety. I was not sure if there were more Glowies waiting for me on my way home so I took a rest under a bridge for a few days.
@calvinteh3297
@calvinteh3297 3 жыл бұрын
@@__-kd8oz You need help
@Sonico98
@Sonico98 3 жыл бұрын
@@__-kd8oz based
@nebulium6641
@nebulium6641 3 жыл бұрын
Someone called SethBling wrote a snes emulator in minecraft command blocks.
@spectraljake9056
@spectraljake9056 3 жыл бұрын
Mental Outlaw, the man carrying me through my cybersecurity degree.
@makuru.42
@makuru.42 3 жыл бұрын
No wonder he's so buff
@thehentailord6708
@thehentailord6708 2 жыл бұрын
I second this
@mrbilter83
@mrbilter83 2 жыл бұрын
i found this channel 3 months too late
@ishid_anfarded_king
@ishid_anfarded_king Жыл бұрын
There are cybersecurity degrees?
@RedVRCC
@RedVRCC 3 ай бұрын
I just like watching this out of curiosity, I'm far too lazy to actually take any of these measures he shows in these vids. All I care about is that my games "just work" and linux doesn't do that.
@VivekYadav-ds8oz
@VivekYadav-ds8oz 3 жыл бұрын
For those still not clear on the container-based virtualization (CBV) and hypervisor-based virtualization (HBV). CBV like Docker virtualize the OS. It captures system/kernel calls, like opening file handles, making network sockets, making new threads etc. and translates these system calls to the native host's system calls. There is no separate guest OS running for the guest application. The application runs directly on the host OS, but it can't access other files and folders because it is namespace-isolated. The "/" directory for the guest application might be "/home/username/appname/" for you. HBV like VirtualBox, QEMU, VMware and more virtualize the hardware instead of the OS. So you do in fact run a guest OS on top of your host OS. System calls are not translated for the guest app, it talks directly to the guest OS. It is when the guest OS tries to fulfil the system call by talking to hardware, is when the hypervisor comes into play. When the guest OS for example wants to read sector X of your HDD, it translates that to what location in the actual, physical HDD it belongs to, and then the corresponding file is requested by the hypervisor from the host OS (for type-2, in type-1 the hypervisor is also the host OS so it simply reads the corresponding sector itself), gets the file, read the right location, and return it back to the guest OS, which returns it to the guest app. You can see why this might be slow. (CBV and HBV are not actual abbreviations, I just made them up for my own convenience.)
@zekiz774
@zekiz774 3 жыл бұрын
Perfect timing with the Windows 11 leak
@kp5343
@kp5343 3 жыл бұрын
@@ea9849 what's the step up from the free one?
@killertigergaming6762
@killertigergaming6762 3 жыл бұрын
@@ea9849 how can we dm you this is youtube
@w1z4rd9
@w1z4rd9 3 жыл бұрын
@@ea9849 Bro will probably sneak some FUD's on that sweety Pro16
@p6n7l
@p6n7l 3 жыл бұрын
magnet: ?xt=urn:btih:7101c26a2ba10ab2374dcc171f92a443bdc986c5&dn=21996.1.210529-1541.co_release_CLIENT_CONSUMER_x64FRE_en-us.iso remove the space between magnet and the ? for the magnet link edit: i added the space because youtube deletes my comment otherwise
@zekiz774
@zekiz774 3 жыл бұрын
@@p6n7l that's a torrent (or similar) link. Use a VPN when using it
@Eduardo-sb6kp
@Eduardo-sb6kp 3 жыл бұрын
the matrix is the only kind of virtualization
@LovePoison23443
@LovePoison23443 3 жыл бұрын
Underrated comment
@littlepeon
@littlepeon 3 жыл бұрын
Mmmm...blue pill please...they are the yummiest
@drishalballaney6590
@drishalballaney6590 3 жыл бұрын
@@littlepeon tbh I need the red pill-
@JensHove
@JensHove 3 жыл бұрын
@@littlepeon You spelled commieest wrong.
@Felix-ve9hs
@Felix-ve9hs 2 жыл бұрын
Tier 0 Hypervisor
@grabarzponury9868
@grabarzponury9868 3 жыл бұрын
During my school days virtualization was so annoying. Making whole VM network was a pain.. but I'm time I start to see pros and cons of it. Nowadays I can't live without for example proxmox. This tech became so convinient ...
@TanigaDanae
@TanigaDanae 3 жыл бұрын
Back in school, when I learned to write C++, I never considered Virtualisation as an option. It was so slow and the performance loss was not worth the slightly easier management. Nowdays with efficient VMs, Docker, Kubernetes, .... at our Fingertips (hardware support in desktop CPUs) it is a welcome option.
@laurinneff4304
@laurinneff4304 3 жыл бұрын
We currently have some stuff where we need to create VMs and a network just for the VMs at school. Was pretty easy to set up a virtual switch on my ESXi at home. My classmates who are running their VMs on their laptops had more issues though
@pajeetsingh
@pajeetsingh 3 жыл бұрын
What are you doing with lulzsec logo?
@estevaomendes2305
@estevaomendes2305 3 жыл бұрын
One thing that I noticed is that VirtualBox works pretty good inside Windows even in a low end machine, but on Linux for whatever reason it's incredible slow, at least for me. Then I tried Qemu + KVM and boom, loading and installation times got really fast. Unfortunately the graphics virtualization just sucks unless you do a PCI passthrought. But honestly on Linux the best virtualization experience is going to be with Qemu with virt-manager.
@camwha5904
@camwha5904 3 жыл бұрын
I'd recommend looking into VirtIO graphics and intel gvt-g for gpu virtualization in qemu. PCI passtrough is the easiest to set up if you already have the hardware though.
@estevaomendes2305
@estevaomendes2305 3 жыл бұрын
@@camwha5904 I was experimenting a little with the virtio graphics and it kinda works but it's really buggy on my old hardware (ivybridge). But it's way better than qxl.
@acejinwoo
@acejinwoo 8 ай бұрын
I feel like that 10 minute explanation was exactly what I needed I got so much information it was unreal. I was looking at type one hypervisors and wanted to know a little more about them.. Yeah this put a lot of information into perspective and I highly recommend this video for learning more about virtualization.
@josephmauck9200
@josephmauck9200 3 жыл бұрын
An episode on Qubes would be really cool
@rallias1
@rallias1 3 жыл бұрын
So, I feel the need to be pedantic. VirtualBox's BIOS is GPLv2, and easily visible in the source tree, in src/VBox/Devices/PC/BIOS (for BIOS) or src/VBox/Devices/EFI/Firmware (for EFI).
@satra1102
@satra1102 3 жыл бұрын
Its compiled with a tool chain that does not meet the criteria to be a free and opensource.
@satra1102
@satra1102 3 жыл бұрын
The source code is avaible but as long as you compile it with a proprietary compiler the software is not open source
@tommasochiti4237
@tommasochiti4237 3 жыл бұрын
@@satra1102 honestly, this is one of those "who cares" situation.
@rallias1
@rallias1 3 жыл бұрын
@@satra1102 First off, I agree with the "who cares" part, but since you want to be that pedantic, I'm going to point out your pedanticity is wrong. Second off, the "All distributions" version of VirtualBox is built with "GCC: (GNU) 4.4.7 20120313 (Red Hat 4.4.7-22.0.1)". This is, believe it or not, an open-source toolchain. So, you were saying?
@octavylon9008
@octavylon9008 3 жыл бұрын
@@satra1102 Its not free but it is open source . They use OpenWatcom compiler , which's license requires you to share software modifications not only if you distribute but also if you use privately (like googles private linux distro) . FSF says that is not free . But the compiler's source code is open , just not libre
@joesmith1810
@joesmith1810 3 жыл бұрын
kvm is actually for type-1 virtual machines. Installing it effectively turns the "host" operating system into a type-1 hypervisor, since all hypervisors do need basic OS features. The difference is that you still have complete access to the underlying components since they are just a linux OS, so you can trat it as if it is a type-2 virtualizer if you want to.
@Gzussss
@Gzussss 2 жыл бұрын
Hypervisers Type 1 0:00 Xen & Qubes OS 2:00 Type1 vs 2 vs 1.5 3:43 Type 2 4:50 Docker 7:23
@MrSpecialR
@MrSpecialR 3 жыл бұрын
PCI-e passthrough is a pain to deal with sometimes, but whenever it works it's amazing. I tried to pass a quad gigabit nic from Proxmox to a VM, but the card was on the same IOMMU group as the internal NIC so it passed in both and I lost access to the Proxmox web gui, later I found out that it's impossible to seperate them because of the electrical wiring on the motherboard itself. Fun times.
@semmu93
@semmu93 3 жыл бұрын
containers are not related to virtualization at all, they are native applications running natively on the host hardware, even using the same kernel, they are just as separated from all the other components of the system (security-wise) as possible. they can have similar limits (like RAM, CPU, etc.), and serve similar purposes like virtualization, but they are not the same kind. not at all.
@Joeggurnaut546
@Joeggurnaut546 3 жыл бұрын
Yep. They are completely separate. Might be a good follow-up video though.
@VivekYadav-ds8oz
@VivekYadav-ds8oz 3 жыл бұрын
I would like to say that it is possible to run a Windows application in a Docker containger, so this isn't entirely true. You can run a Fedora container on a Debian host. All that's necessary is that the host system should be Linux-based (because it needs namespace isolations and other stuff I don't know which is easy/exclusive to program in Linux).
@sarah-kx5dl
@sarah-kx5dl 3 жыл бұрын
So the difference is just that containers are just a locked down app? Wasnt there supposed to be advantages with differing versions too? is there a good video out there to understand the difference?
@DUDA-__-
@DUDA-__- 3 жыл бұрын
Thats not entirely true because yes you are running on the same kernel, but the os you are running in is vitrualized. The Problem here is the definition of virtualization. Containers or jails as they were called in the old days are a completly different way of doing things then the classical i will run a Computer in a computer. It's more like I run an OS inside an OS or arguably i run a Userspace inside a Userspace. With your look at virtualization one could argue, that a real bare metal hypervisor is just 2 Computers running on the same Hardware and not virtualization. And the only true virtualization is Type two Hypervisors.
@DUDA-__-
@DUDA-__- 3 жыл бұрын
@@sarah-kx5dl How docker works - intro to namespaces by liveoverflow is a good starting point.
@ryukwalker6233
@ryukwalker6233 3 жыл бұрын
Muta: **zips pants**
@Abdullah_the_Palestinian
@Abdullah_the_Palestinian 3 жыл бұрын
This channel is a gem
@MrFlox888
@MrFlox888 3 жыл бұрын
Can you do QEMU tutorial? All the ones I'm finding are bad and the documentation is not beginner friendly.
@crab_aesthetics
@crab_aesthetics 3 жыл бұрын
Try using virt-manager instead, it's a front end to QEMU. If you need to mess with your VMs once they're created you can go in and edit the config files, much easier to do this way than trying to learn QEMU from scratch.
@bograham6221
@bograham6221 3 жыл бұрын
The arch wiki has a very straightforward first-time guide and the gentoo wiki has an article on the more popular options to pass (amount of resources, kvm acceleration, etc.). Once you get an OS installed on a disk image, you can just save your launch command with all its options as an executable shell script :) Also if you like GNOME, Boxes is just a front-end for qemu.
@amogus7
@amogus7 2 жыл бұрын
touhou
@Zahna
@Zahna 2 жыл бұрын
i like your comment about security through obscurity!
@55watawata
@55watawata 3 жыл бұрын
Bit of a clarification: As far as the type 1 hypervisor for VMware goes, that'd be ESXI. Vsphere is the configuration manager.
@Sharp-E
@Sharp-E 2 жыл бұрын
Finally... A straightforward, no BS overview focused on the most used choices within virtualization/containerization, their practical application, and comparisons of how each relates to another. Great video and even better demonstration of knowledge related to these technologies. I don't understand why there isn't other content like this among other reputable content creators. It seems like most other videos are more geared towards a singular view or comparison. 👍
@onlyVetements
@onlyVetements 3 жыл бұрын
gpu passthrough with qemu-kvm is the best thing ever
@Metali-slay-deth-thrax
@Metali-slay-deth-thrax 3 жыл бұрын
Please tell me you watch mutahar
@onlyVetements
@onlyVetements 3 жыл бұрын
@@Metali-slay-deth-thrax who doesn't?
@sethbingo
@sethbingo 3 жыл бұрын
This might be helpful for the SEC+ cert I'm currently studying for thanks!
@ErikUden
@ErikUden 3 жыл бұрын
Thank you for the many videos lately. Really enjoying these.
@SaltyNotSweat
@SaltyNotSweat 3 жыл бұрын
I swear you know exactly what I am working on..
@RinLovesYou
@RinLovesYou 3 жыл бұрын
You got me into virtualizing windows
@tanmay______
@tanmay______ 3 жыл бұрын
VMs are great for compartmentalisation. I should’ve gotten into them sooner
@mitchelstewart9969
@mitchelstewart9969 3 жыл бұрын
Qemu and vmware workstation would be hybrids, because they can both operate as Type 1 or Type 2 depending on if they are using host accel, IE. Kvm/WHPX. Also anticheats are starting to block VM gaming
@Daniel_VolumeDown
@Daniel_VolumeDown 3 жыл бұрын
@Xarvveron ?
@clocked0
@clocked0 3 жыл бұрын
Thankfully EasyAntiCheat leaves it up to the game developers for whether or not VM's should be bannable, and I haven't been banned on games which use that. BattleEye games (R6 siege, Escape from Tarkov, etc) will ban you for using a VM. Genshin and Valorant block VMs. But every other game in existence works perfectly fine with VM gaming rn
@mitchelstewart9969
@mitchelstewart9969 3 жыл бұрын
@@clocked0 You don't get banned for using a VM, you get banned if you try to bypass it. But battle I does block VMs. You're right about easy anti-cheat though thankfully
@D00000T
@D00000T 2 жыл бұрын
@@clocked0 there are methods to hiding a vm from these anti cheat services but most of the well known methods have been patched and the unknown ones are kept super secretly by the people who know them (like it’s utilizing an exploit on a new linux kernel release from a week ago that they only know for now). You can technically best the anti cheat softwares with enough brute force, research, and tinkering but they’re the ones with control over your account in the end so the risks can be pretty high
@davidaraya5527
@davidaraya5527 3 жыл бұрын
Check containerd it is basically replacing docker to be the standard
@luancarlosoliveira5128
@luancarlosoliveira5128 3 жыл бұрын
Basically anything is overall better than docker
@luancarlosoliveira5128
@luancarlosoliveira5128 3 жыл бұрын
On RHEL based distro they prefer podman
@franciscopenacunha9783
@franciscopenacunha9783 3 жыл бұрын
podman is from red hat. If u want it more raw then docker check moby? i guess
@Daniel_VolumeDown
@Daniel_VolumeDown 3 жыл бұрын
I don't know much about it, but I've also heard of something similar to these things: Nix / NixOS
@plusequalminusk4203
@plusequalminusk4203 3 жыл бұрын
Hey thanks for making a vid on Qubes OS; I've been wanting a straight forward explanation about it.
@saymehname
@saymehname 3 жыл бұрын
Have you heard about Jails in FreeBSD. I know you don’t talk about the BSDs but it’s one of the oldest virtualization system that has very little overhead.
@francescovolpini
@francescovolpini 3 жыл бұрын
or bhyve, more recently
@skywz
@skywz 3 жыл бұрын
I was just wondering about this! Watched a video that touched on KVM less than an hour ago.
@lincolnthedev1047
@lincolnthedev1047 3 жыл бұрын
VMs are pretty good for gaming, but I've had trouble running some games on them. They're good, but not perfect.
@lj95890
@lj95890 3 жыл бұрын
Hi Lincoln
@sarscio
@sarscio 3 жыл бұрын
How does League of Legends play with vms?
@whathandleisnttaken
@whathandleisnttaken 3 жыл бұрын
@@sarscio I'm pretty sure it runs fine if you do gpu pass-through. The only games I can't run are valorant and rainbow 6. I had trouble running genshin but I figured it out. If you pass-through a gpu, almost all games will run like they where on windows
@doragonmeido
@doragonmeido 3 жыл бұрын
@@whathandleisnttaken heard you have to enable hyper v and add some lines in the XML to get valorant, r6s or genshin running under the vm with gpu passed in
@whathandleisnttaken
@whathandleisnttaken 3 жыл бұрын
@@doragonmeido it used to work, but I think they patched it.
@radupopescu7979
@radupopescu7979 3 жыл бұрын
Thank you for this. I wasn't sure exactly what all the hype around containers like Docker or Kubernetes was...
@gamingfire6245
@gamingfire6245 3 жыл бұрын
Thank you for uploading this, I'm literally getting windows 11 ready for testing. I will definitely try these sometime.
@alexanderplaikner9002
@alexanderplaikner9002 3 жыл бұрын
How about Proxmox as a bare metal hypervisor? It's free and opensource and really nice to use.
@satra1102
@satra1102 3 жыл бұрын
Good video. You can also usb passthrough to qemu ;)
@bograham6221
@bograham6221 3 жыл бұрын
Great vid, but I wish you would've talked more about Xen and KVM.
@gnul
@gnul 3 жыл бұрын
We need something like SR-IOV support for the consumer GPUs, then we would be able to run everything virtualized with full hardware acceleration without any container or VM being able to access anything which doesn’t belong to it, would be much more secure and great for Linux gaming, cause no GPUs are available, and currently we need at least two to run a Windows VM for Gaming, which is ridiculous. Basically one idling all the time, the other working. While nobody gets a single GPU. Nvidias 3000 lineup support SR-IOV via hardware, but that’s it, they wait for AMD or whomever to enable it first to magically get that feature either if needed to be more competitive. We need to demonstrate against that shit, that feature is really important and should be enabled for everyone. Currently only super expensive pro cards for 10 grand or whatever and or with monthly multiple grand subscription fees you get that feature eventually. AMD had one card a few years ago a FirePro or whatever forgot the name, super expensive card worse than consumer cards, but without subscription. Level1Tech does good videos about it. Cards without sth. similar to SR-IOV should be illegal. Imagine your CPU not being able to run virtual machines.
@killertigergaming6762
@killertigergaming6762 3 жыл бұрын
I don't understand a lot of that but i agree
@-morrow
@-morrow 2 жыл бұрын
just use proton, no need for a windows vm nowadays. besides, many gaming pc's already have 2 gpu's, a dedicated and a cpu-integrated one.
@1yaz
@1yaz 3 жыл бұрын
IBM POWER/pSeries systems have a hypervisor at the firmware level. Moreover, most setups use multiple Virtual I/O Servers that run as LPARs (VMs). Quite a bit different than the type 1 hypervisors you see on Intel/AMD platforms.
@FlyboyHelosim
@FlyboyHelosim 3 жыл бұрын
Even if you have a CPU older than a decade and that doesn't support virtualization, you can still run virtual machines.
@fsdfgasgfisd
@fsdfgasgfisd 2 жыл бұрын
Thank you for this video, Now I can do pci express pass through for free, Something that should come with and be expected in virtual machines.
@AndyChamberlainMusic
@AndyChamberlainMusic 3 жыл бұрын
are there any VMs out there that literally simulate a CPU? that would be super slow but I imagine it could be the most secure vm possible
@ashtentheplatypus
@ashtentheplatypus 3 жыл бұрын
I'm pretty sure that would be an emulator.
@AndyChamberlainMusic
@AndyChamberlainMusic 3 жыл бұрын
@@ashtentheplatypus yes, I think itd be both Arent all emulators virtual machines?
@cardd1577
@cardd1577 3 жыл бұрын
It would still be secure if your (intel) cpu is compromise?
@w1z4rd9
@w1z4rd9 3 жыл бұрын
@@cardd1577 Not if I libreroot the fuck out of it Hahaha
@ashtentheplatypus
@ashtentheplatypus 3 жыл бұрын
@@AndyChamberlainMusic The difference is that with a VM, it's the hardware pretending, whereas with an emulator, it's the software pretending.
@ejonesss
@ejonesss 2 жыл бұрын
1. cpu demand can be quite high due to anti cheats and drm especially denuvo. 2. if you are not playing online anti cheat should not be a problem. 3. i think a simple supervisor/warden like system could be built into the vm that reserves a few cpu cycles to detecting if the vm is not responding and reboot it. it would be like the mac books have where they will reboot if they freeze
@danielmilewski7659
@danielmilewski7659 Жыл бұрын
thanks for the explanation, cheers!
@santiagogonzalez6338
@santiagogonzalez6338 3 жыл бұрын
Next video lets talk about containers please!
@jimmyscott5144
@jimmyscott5144 3 жыл бұрын
Different style video but I liked it a lot :)
@ShreksSpliff
@ShreksSpliff 2 жыл бұрын
Thanks a lot, learned a lot!
@jake3111
@jake3111 2 жыл бұрын
Good video I don't quite understand the difference between type 1 and type 2 tho. Like what exactly does type 1 do to run on the hardware and get better performance?
@Sparkette
@Sparkette 2 жыл бұрын
It's worth mentioning that with PCIe passthrough, you don't generally need to buy a second graphics card if your CPU has integrated graphics.
@cfljeff
@cfljeff 3 жыл бұрын
Does wine count?
@isAif47
@isAif47 3 жыл бұрын
wine is an emulator :P
@pakistanigamer6525
@pakistanigamer6525 3 жыл бұрын
@@isAif47 it is not
@isAif47
@isAif47 3 жыл бұрын
@@pakistanigamer6525 agree, I thought I was funny to say it's an emulator when in the name itself it says "wine is not an emulator". Sorry for confusion.
@FlyboyHelosim
@FlyboyHelosim 3 жыл бұрын
WINE is what's known as a 'compatibility layer'. It's not strictly an emulator or a hypervisor.
@GooogleGoglee
@GooogleGoglee 3 жыл бұрын
Nice, now why not a few videos on installation and use of Dockers, QEMU and virt-manger?
@richardbeard9391
@richardbeard9391 3 жыл бұрын
very nice
@amolinae06
@amolinae06 3 жыл бұрын
I was just going to create a virtual machine, thank you!
@bennguyen1313
@bennguyen1313 Жыл бұрын
I understand, Type-1 (Bare-Metal) : Hypervisors like Qubes-Os, Type-2 (Hosted) : VirtualBox w/proprietary BIOS, QEMU (free PCIe passthru) Docker Container But what is meant by KVM hypervisor available only on Linux? Windows only has Hyper-V? Where does WSL2 fit in?
@hermannpaschulke1583
@hermannpaschulke1583 3 жыл бұрын
Many hosters (Netcup for example) use KVM for virtualisation
@weshela-in-chief
@weshela-in-chief 3 жыл бұрын
Is using VM on Windows good for privacy ? As in can Windows see everything I do on the VM?
@canismajoris9115
@canismajoris9115 3 жыл бұрын
Windows can see what you do on your vm, but in theory in cant see outside of the vm
@weshela-in-chief
@weshela-in-chief 3 жыл бұрын
@@canismajoris9115 thanks for clearing that up
@peacemekka
@peacemekka 3 жыл бұрын
@@canismajoris9115 I think he means running vm's on a windows machine(windows being the host) and not the other way around.
@killertigergaming6762
@killertigergaming6762 3 жыл бұрын
@@weshela-in-chief do you mean running windows in a vm or running a vm in windows what os is the host? privacy is good if windows is in a vm but if your main systems running it its way worse
@jhoughjr1
@jhoughjr1 3 жыл бұрын
i remember qemu being part of using swift on arm originally
@hashbrown777
@hashbrown777 2 жыл бұрын
"You're typically not gonna see a type 1 especially at a home desktop" Uh, the very prolific WSL2 for consumer windows would like a word.. If you [somehow] haven't heard of it, it's like Qubes except your interface in your regular windows install, and you can just run any native linux code through the windows ui on the linux sibling hyperv kernel/s Not for security, but ease of use and is pretty stellar. P9-facilitated, seamless, two-way filesystem mounts, cli interactivity, and graphics & raw disk passthroughs. But only for linux and no real control over other block devices for the linux kernel (but it *is* a real kernel and ive compiled my own to get wireguard working and it operates very close to metal).
@ArturoEspinosaAldama
@ArturoEspinosaAldama 10 ай бұрын
If you are running Windows or MacOS in the host computer, you will still spin up a VM to run Docker. Docker requires Linux, and the trick to get it running on other OSes is to launch a VM with Linux, just the way Windows runs WSL or ChromeOS runs its Linux instance. So, Docker is only convenient in a fundamental way to Linux users. Also, you can't run nothing but Linux inside a Docker container.
@markusbuchholz3518
@markusbuchholz3518 3 жыл бұрын
Docker is cool but I do really recommend also LXD/LXC Linux containers + WEB manager LXDUI.
@kajtekii4666
@kajtekii4666 3 жыл бұрын
Aw yes I'm hooked
@FireInferno
@FireInferno 3 жыл бұрын
Ey bro I love the content. This video came out a week after I bought myself my server.
@dvr2alarm
@dvr2alarm 3 жыл бұрын
Now install Proxmax and you'll be a happy person
@ChimeraX0401
@ChimeraX0401 3 жыл бұрын
One of the things I like to do with VMs is a 1 pc 4 people set up. Which basically 4 people sharing one pc. Each one have their own VM windows. Problem with this setup is that you need a beefy PC, luckily my work station pc has a threadripper 3990x, 64gb ram and 2060 super + radeon 7 so this is doable for me...
@Matias-eh2pn
@Matias-eh2pn Жыл бұрын
you didn't mention the main advantage of containers which is that you can share containers and they can run everywhere..
@SkyenNovaA
@SkyenNovaA 2 жыл бұрын
Why would companies bother buying vmware when open source solutions like Xen are free?
@AA-il9pc
@AA-il9pc 3 жыл бұрын
If you don’t use a Kubernetes Cluster to play video games are you really playing video games?
@trigger337
@trigger337 2 жыл бұрын
Qubes: the best OS for coomers
@getinthecar3624
@getinthecar3624 2 жыл бұрын
For someone who doesn't know computers, how long (estimate) would it take to learn Linux?
@ducksies
@ducksies 3 жыл бұрын
Last time I was this early firefox was still emerging
@rewindcat7927
@rewindcat7927 3 жыл бұрын
Thanks 🙏
@galladite4924
@galladite4924 3 жыл бұрын
I'm watching a mental outlaw video and get a notification for a new mental outlaw video. What s nice way to unwind from trying to get xorg working on ancient hardware and things NOT WORKING!
@Eclipseballer1994
@Eclipseballer1994 3 жыл бұрын
I am an infrastructure architect and live a mile away from you - podcast when?
@lincolnthedev1047
@lincolnthedev1047 3 жыл бұрын
YES! HE SAID DOCKER!
@alexandrecouture2462
@alexandrecouture2462 3 жыл бұрын
Next week: Bochs emulator
@crab_aesthetics
@crab_aesthetics 3 жыл бұрын
No mention of Proxmox? Shame! Proxmox is pretty cool to run VMs in if you have a spare desktop that you can load up with a ton of RAM.
@xKIPxX
@xKIPxX 2 жыл бұрын
Lxc containers just crying in the background
@DanielEliasib
@DanielEliasib 3 жыл бұрын
Where would something like WSL fall into?
@DGener4ti0nX
@DGener4ti0nX 3 жыл бұрын
Since WSL2, it is virtual machine managed by the windows hypervisor (HyperV) which you can connect through the windows terminal. Windows 10 itself has it's own virtual machine software which you can find by searching HyperV Manager on the start menu. Additionally, if you have WSL2 you have HyperV turned on which can make virtualization by third party solutions very slow.
@FlyboyHelosim
@FlyboyHelosim 3 жыл бұрын
This is really more of what's known as a 'compatibility layer' than a hypervisor.
@DUDA-__-
@DUDA-__- 3 жыл бұрын
The Problem about the docker is not virtualization is the definition of virtualization. Containers or jails as they were called in the old days are a completly different way of doing things then the classical i will run a Computer in a computer. It's more like I run an OS inside an OS or arguably i run a Userspace inside a Userspace. With that point of view of virtualization one could argue, that a real bare metal hypervisor is just 2 Computers running on the same Hardware and not virtualization. And the only true virtualization is Type two Hypervisors.
@FlyboyHelosim
@FlyboyHelosim 3 жыл бұрын
Yeah I always wondered about the definition of Type-1 hypervisors. I guess it's because the operating systems aren't installed directly to hardware but through a hypervisor that acts as a middleman between the hardware and OS's.
@herrbanane
@herrbanane 2 жыл бұрын
No outtakes? :)
@laurinneff4304
@laurinneff4304 3 жыл бұрын
Isn't Windows also a type 1 hypervisor? I remember reading somewhere that it is
@Moon-Haa
@Moon-Haa 3 жыл бұрын
They're probably talking about Hyper-V. It's a type 1 hypervisor technology from Microsoft that does NOT come pre-installed with windows, but can easily be enabled and downloaded (as an update). It's similar to KVM to the fact that it runs side-by-side with the windows kernel, but it lacks a lot of features compared to KVM, Xen or ESX(i).
@linuxnormie
@linuxnormie 3 жыл бұрын
I found VirtManager more usefull than VirtualBox
@4Abaddon4
@4Abaddon4 3 жыл бұрын
I really wish nvidia would enable sr-iov on their consumer cards. Would love to run linux host and windows gaming vm on kvm on one card
@TotlKaos
@TotlKaos 2 жыл бұрын
What you showed for Vmware is the training for Vmware.. not the licensing
@_modiX
@_modiX 2 жыл бұрын
Macs have integrated and dedicated graphics, could qemu work for gaming?
@autoassistance676
@autoassistance676 3 жыл бұрын
Yes qubes is awesome and easy
@TheHandsomeOne
@TheHandsomeOne 3 жыл бұрын
7:07 like what??
@NetMan_PL
@NetMan_PL 3 жыл бұрын
QEMU is emulating hardware. Not virtualizing it.
@osirig8985
@osirig8985 2 жыл бұрын
Where does the standart Windows sandbox stands? From description it is container based. Is it any good compared to alternatives?
@con_sci
@con_sci 3 жыл бұрын
What's the best option if I just want to run a shitty windows program that doesn't work anywhere else?
@dvr2alarm
@dvr2alarm 3 жыл бұрын
Most simple pre-windows 10 software would run in "Linux Wine" without any hypervisors
@con_sci
@con_sci 3 жыл бұрын
@@dvr2alarm we're talking about a shitty tax software that has to do a lot of weird magic. Wine didn't cut it.
3 жыл бұрын
AFAIK Docker is not designed with security in mind and it appears to be afterthought. Any evidence to contrary?
@radiicall
@radiicall 2 жыл бұрын
Ive been wondering why you dont use QEMU/KVM with virt-manager, can you tell me why that is?
@jongxina3595
@jongxina3595 2 жыл бұрын
docker isnt the future, its already here. Docker uses systemd cgroup and namespaces to isolate different linux apps. As such it is way better than using VMs.
@pajeetsingh
@pajeetsingh 3 жыл бұрын
Do video on TPM. Schizophrenia hitting hard.
@ShainAndrews
@ShainAndrews 2 жыл бұрын
Medication is the only mitigation. Good luck with it.
@satan_8480
@satan_8480 3 жыл бұрын
yesssss
@megapro1725
@megapro1725 3 жыл бұрын
Make a tutorial about docker. tried it but got too booring to use it
@zeroday5441
@zeroday5441 3 жыл бұрын
What about LXD?? Or CHROOT?? (The latter is not a VM)
@AtaGunZ
@AtaGunZ 3 жыл бұрын
unikernels when
@AlenAbdula
@AlenAbdula 3 жыл бұрын
I've used VirtualBox and Vagrant to match my development environment to that of my Digital Ocean instance when web developing. But haven't used VM for anything else. What am I missing? Anything fun.
@isAif47
@isAif47 3 жыл бұрын
You can now use docker for that.
@eritert
@eritert 3 жыл бұрын
Not missing anything that I know of. If you are on mac (or windows i assume) then docker will not be any faster than vagrant/virtualbox for a local environment. I also find ansible much better to work with than docker. Anyways, other uses of VMs: try out a new OS, use windows semi-securely by destroying it to bits after each use, boot up xp to feel nostalgic, safely inspect infected files, test updates, you could even run a vm inside a vm if you really want to be a weirdo about it.
@AlenAbdula
@AlenAbdula 3 жыл бұрын
@@eritert I'm on Linux mint distro. I wouldn't mind booting Windows to get my Adobe CC working. So I don't have to boot my old Win7 Dell precision 😬
@FlyboyHelosim
@FlyboyHelosim 3 жыл бұрын
@@AlenAbdula Hey what's wrong with a Dell Precision running Windows 7!?
@AlenAbdula
@AlenAbdula 3 жыл бұрын
@@FlyboyHelosim nothing, im still using it for my photography work and design, but Adobe CC slowly fading out support. It is what it is
@perpetualcollapse
@perpetualcollapse 3 жыл бұрын
Aight then.
Whonix KVM - A Secure OS for the Dark Web
21:22
Mental Outlaw
Рет қаралды 177 М.
The Linux File Structure Explained
16:17
Mental Outlaw
Рет қаралды 55 М.
Как подписать? 😂 #shorts
00:10
Денис Кукояка
Рет қаралды 8 МЛН
An Unknown Ending💪
00:49
ISSEI / いっせい
Рет қаралды 57 МЛН
Как мы играем в игры 😂
00:20
МЯТНАЯ ФАНТА
Рет қаралды 3,3 МЛН
18 Weird and Wonderful ways I use Docker
26:18
NetworkChuck
Рет қаралды 227 М.
Why Are Open Source Alternatives So Bad?
13:06
Eric Murphy
Рет қаралды 645 М.
Virtualization Explained | Docker | VMware | QEMU | Virtualbox
13:39
Chris Titus Tech
Рет қаралды 131 М.
QEMU/KVM for absolute beginners
17:50
Veronica Explains
Рет қаралды 544 М.
Worlds Dumbest Darknet Admin Gets Busted
14:54
Mental Outlaw
Рет қаралды 436 М.
What is Desktop Virtualization?
9:57
IBM Technology
Рет қаралды 38 М.
Virtual Machines vs Containers
8:57
PowerCert Animated Videos
Рет қаралды 909 М.
10 ways Linux is just better!
11:32
Linus Tech Tips
Рет қаралды 4 МЛН
Using docker in unusual ways
12:58
Dreams of Code
Рет қаралды 451 М.