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.
@canismajoris91153 жыл бұрын
And intel management engine cant bother you
@__-kd8oz3 жыл бұрын
@@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.
@calvinteh32973 жыл бұрын
@@__-kd8oz You need help
@Sonico983 жыл бұрын
@@__-kd8oz based
@nebulium66413 жыл бұрын
Someone called SethBling wrote a snes emulator in minecraft command blocks.
@sobot_3 жыл бұрын
I like how he just gets straight to the point
@killertigergaming67623 жыл бұрын
Yep
@LabiaLicker3 жыл бұрын
HI GUYS AND WELCOME BACK TO *ANOTHER LINUX VIDEO* MAKE SURE TO HIT LIFE AND SMASH MY BUSSY
@BurgerKingNationalist3 жыл бұрын
@@LabiaLicker Make the gay go away.
@JdThe65th2 жыл бұрын
@@BurgerKingNationalist homophobic much?
@danielmilewski7659 Жыл бұрын
exactly
@spectraljake90563 жыл бұрын
Mental Outlaw, the man carrying me through my cybersecurity degree.
@makuru.423 жыл бұрын
No wonder he's so buff
@thehentailord67082 жыл бұрын
I second this
@mrbilter832 жыл бұрын
i found this channel 3 months too late
@ishid_anfarded_king Жыл бұрын
There are cybersecurity degrees?
@RedVRCC6 ай бұрын
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.
@zekiz7743 жыл бұрын
Perfect timing with the Windows 11 leak
@kp53433 жыл бұрын
@@ea9849 what's the step up from the free one?
@killertigergaming67623 жыл бұрын
@@ea9849 how can we dm you this is youtube
@w1z4rd93 жыл бұрын
@@ea9849 Bro will probably sneak some FUD's on that sweety Pro16
@p6n7l3 жыл бұрын
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
@zekiz7743 жыл бұрын
@@p6n7l that's a torrent (or similar) link. Use a VPN when using it
@comradepeter873 жыл бұрын
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.)
@Eduardo-sb6kp3 жыл бұрын
the matrix is the only kind of virtualization
@LovePoison234433 жыл бұрын
Underrated comment
@littlepeon3 жыл бұрын
Mmmm...blue pill please...they are the yummiest
@drishalballaney3 жыл бұрын
@@littlepeon tbh I need the red pill-
@JensHove3 жыл бұрын
@@littlepeon You spelled commieest wrong.
@Felix-ve9hs2 жыл бұрын
Tier 0 Hypervisor
@estevaomendes23053 жыл бұрын
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.
@camwha59043 жыл бұрын
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.
@estevaomendes23053 жыл бұрын
@@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.
@grabarzponury98683 жыл бұрын
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 ...
@TanigaDanae3 жыл бұрын
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.
@laurinneff43043 жыл бұрын
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
@pajeetsingh3 жыл бұрын
What are you doing with lulzsec logo?
@Gzussss2 жыл бұрын
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
@rallias13 жыл бұрын
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).
@satra11023 жыл бұрын
Its compiled with a tool chain that does not meet the criteria to be a free and opensource.
@satra11023 жыл бұрын
The source code is avaible but as long as you compile it with a proprietary compiler the software is not open source
@tommasochiti42373 жыл бұрын
@@satra1102 honestly, this is one of those "who cares" situation.
@rallias13 жыл бұрын
@@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?
@octavylon90083 жыл бұрын
@@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
@semmu933 жыл бұрын
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.
@Joeggurnaut5463 жыл бұрын
Yep. They are completely separate. Might be a good follow-up video though.
@comradepeter873 жыл бұрын
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-kx5dl3 жыл бұрын
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-__-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-__-3 жыл бұрын
@@sarah-kx5dl How docker works - intro to namespaces by liveoverflow is a good starting point.
@acejinwoo11 ай бұрын
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.
@joesmith18103 жыл бұрын
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.
@josephmauck92003 жыл бұрын
An episode on Qubes would be really cool
@MrSpecialR3 жыл бұрын
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.
@55watawata3 жыл бұрын
Bit of a clarification: As far as the type 1 hypervisor for VMware goes, that'd be ESXI. Vsphere is the configuration manager.
@MrFlox8883 жыл бұрын
Can you do QEMU tutorial? All the ones I'm finding are bad and the documentation is not beginner friendly.
@crab_aesthetics3 жыл бұрын
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.
@bograham62213 жыл бұрын
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.
@amogus73 жыл бұрын
touhou
@Abdullah_the_Palestinian3 жыл бұрын
This channel is a gem
@davidaraya55273 жыл бұрын
Check containerd it is basically replacing docker to be the standard
@luancarlosoliveira51283 жыл бұрын
Basically anything is overall better than docker
@luancarlosoliveira51283 жыл бұрын
On RHEL based distro they prefer podman
@franciscopenacunha97833 жыл бұрын
podman is from red hat. If u want it more raw then docker check moby? i guess
@Daniel_VolumeDown3 жыл бұрын
I don't know much about it, but I've also heard of something similar to these things: Nix / NixOS
@alexanderplaikner90023 жыл бұрын
How about Proxmox as a bare metal hypervisor? It's free and opensource and really nice to use.
@onlyVetements3 жыл бұрын
gpu passthrough with qemu-kvm is the best thing ever
@Metali-slay-deth-thrax3 жыл бұрын
Please tell me you watch mutahar
@onlyVetements3 жыл бұрын
@@Metali-slay-deth-thrax who doesn't?
@Zahna2 жыл бұрын
i like your comment about security through obscurity!
@saymehname3 жыл бұрын
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.
@francescovolpini3 жыл бұрын
or bhyve, more recently
@ErikUden3 жыл бұрын
Thank you for the many videos lately. Really enjoying these.
@lincolnthedev10473 жыл бұрын
VMs are pretty good for gaming, but I've had trouble running some games on them. They're good, but not perfect.
@lj958903 жыл бұрын
Hi Lincoln
@sarscio3 жыл бұрын
How does League of Legends play with vms?
@innac_makes_things3 жыл бұрын
@@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
@doragonmeido3 жыл бұрын
@@innac_makes_things 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
@innac_makes_things3 жыл бұрын
@@doragonmeido it used to work, but I think they patched it.
@AndyChamberlainMusic3 жыл бұрын
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
@ashtentheplatypus3 жыл бұрын
I'm pretty sure that would be an emulator.
@AndyChamberlainMusic3 жыл бұрын
@@ashtentheplatypus yes, I think itd be both Arent all emulators virtual machines?
@cardd15773 жыл бұрын
It would still be secure if your (intel) cpu is compromise?
@w1z4rd93 жыл бұрын
@@cardd1577 Not if I libreroot the fuck out of it Hahaha
@ashtentheplatypus3 жыл бұрын
@@AndyChamberlainMusic The difference is that with a VM, it's the hardware pretending, whereas with an emulator, it's the software pretending.
@mitchelstewart99693 жыл бұрын
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_VolumeDown3 жыл бұрын
@Xarvveron ?
@clocked03 жыл бұрын
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
@mitchelstewart99693 жыл бұрын
@@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
@D00000T3 жыл бұрын
@@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
@tanmay______3 жыл бұрын
VMs are great for compartmentalisation. I should’ve gotten into them sooner
@RinLovesYou3 жыл бұрын
You got me into virtualizing windows
@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?
@skywz3 жыл бұрын
I was just wondering about this! Watched a video that touched on KVM less than an hour ago.
@cfljeff3 жыл бұрын
Does wine count?
@isAif473 жыл бұрын
wine is an emulator :P
@pakistanigamer65253 жыл бұрын
@@isAif47 it is not
@isAif473 жыл бұрын
@@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.
@FlyboyHelosim3 жыл бұрын
WINE is what's known as a 'compatibility layer'. It's not strictly an emulator or a hypervisor.
@radupopescu79793 жыл бұрын
Thank you for this. I wasn't sure exactly what all the hype around containers like Docker or Kubernetes was...
@FlyboyHelosim3 жыл бұрын
Even if you have a CPU older than a decade and that doesn't support virtualization, you can still run virtual machines.
@gnul3 жыл бұрын
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.
@killertigergaming67623 жыл бұрын
I don't understand a lot of that but i agree
@-morrow2 жыл бұрын
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.
@weshela-in-chief3 жыл бұрын
Is using VM on Windows good for privacy ? As in can Windows see everything I do on the VM?
@canismajoris91153 жыл бұрын
Windows can see what you do on your vm, but in theory in cant see outside of the vm
@weshela-in-chief3 жыл бұрын
@@canismajoris9115 thanks for clearing that up
@peacemekka3 жыл бұрын
@@canismajoris9115 I think he means running vm's on a windows machine(windows being the host) and not the other way around.
@killertigergaming67623 жыл бұрын
@@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
@satra11023 жыл бұрын
Good video. You can also usb passthrough to qemu ;)
@plusequalminusk42033 жыл бұрын
Hey thanks for making a vid on Qubes OS; I've been wanting a straight forward explanation about it.
@1yaz3 жыл бұрын
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.
@sethbingo3 жыл бұрын
This might be helpful for the SEC+ cert I'm currently studying for thanks!
@bograham62213 жыл бұрын
Great vid, but I wish you would've talked more about Xen and KVM.
@DanielEliasib3 жыл бұрын
Where would something like WSL fall into?
@DGener4ti0nX3 жыл бұрын
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.
@FlyboyHelosim3 жыл бұрын
This is really more of what's known as a 'compatibility layer' than a hypervisor.
@Sharp-E2 жыл бұрын
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. 👍
@SaltyNotSweat3 жыл бұрын
I swear you know exactly what I am working on..
@fsdfgasgfisd2 жыл бұрын
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.
@Matias-eh2pn2 жыл бұрын
you didn't mention the main advantage of containers which is that you can share containers and they can run everywhere..
@osirig89852 жыл бұрын
Where does the standart Windows sandbox stands? From description it is container based. Is it any good compared to alternatives?
@Sparkette2 жыл бұрын
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.
@AA-il9pc3 жыл бұрын
If you don’t use a Kubernetes Cluster to play video games are you really playing video games?
@ejonesss3 жыл бұрын
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
@laurinneff43043 жыл бұрын
Isn't Windows also a type 1 hypervisor? I remember reading somewhere that it is
@Moon-Haa3 жыл бұрын
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).
@getinthecar36242 жыл бұрын
For someone who doesn't know computers, how long (estimate) would it take to learn Linux?
@jhoughjr13 жыл бұрын
i remember qemu being part of using swift on arm originally
@jimmyscott51443 жыл бұрын
Different style video but I liked it a lot :)
@jake31112 жыл бұрын
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?
@danielmilewski7659 Жыл бұрын
thanks for the explanation, cheers!
@herrbanane2 жыл бұрын
No outtakes? :)
@santiagogonzalez63383 жыл бұрын
Next video lets talk about containers please!
@GooogleGoglee3 жыл бұрын
Nice, now why not a few videos on installation and use of Dockers, QEMU and virt-manger?
@radiicall2 жыл бұрын
Ive been wondering why you dont use QEMU/KVM with virt-manager, can you tell me why that is?
3 жыл бұрын
AFAIK Docker is not designed with security in mind and it appears to be afterthought. Any evidence to contrary?
@AlenAbdula3 жыл бұрын
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.
@isAif473 жыл бұрын
You can now use docker for that.
@eritert3 жыл бұрын
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.
@AlenAbdula3 жыл бұрын
@@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 😬
@FlyboyHelosim3 жыл бұрын
@@AlenAbdula Hey what's wrong with a Dell Precision running Windows 7!?
@AlenAbdula3 жыл бұрын
@@FlyboyHelosim nothing, im still using it for my photography work and design, but Adobe CC slowly fading out support. It is what it is
@hashbrown7772 жыл бұрын
"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).
@_modiX2 жыл бұрын
Macs have integrated and dedicated graphics, could qemu work for gaming?
@richardbeard93913 жыл бұрын
very nice
@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.
@FlyboyHelosim3 жыл бұрын
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.
@con_sci3 жыл бұрын
What's the best option if I just want to run a shitty windows program that doesn't work anywhere else?
@dvr2alarm3 жыл бұрын
Most simple pre-windows 10 software would run in "Linux Wine" without any hypervisors
@con_sci3 жыл бұрын
@@dvr2alarm we're talking about a shitty tax software that has to do a lot of weird magic. Wine didn't cut it.
@SkyenNovaA2 жыл бұрын
Why would companies bother buying vmware when open source solutions like Xen are free?
@megapro17253 жыл бұрын
Make a tutorial about docker. tried it but got too booring to use it
@zeroday54413 жыл бұрын
What about LXD?? Or CHROOT?? (The latter is not a VM)
@4n0n873 жыл бұрын
Is qubes really a hypervisor as it is a compartmentalizer? Firefox now supports this.
@camwha59043 жыл бұрын
Qubes literally runs entire operating systems at the same time for best security. That's why it's system requirements are heavy. Compartmentalization in Firefox is just the browser making different profiles. You can do a similar thing in Chome through user profiles but it is a separate window for each. The Firefox container/profile is just creating a separate set of cookies, cache and other web data and isolating it from the other containers. It's kinda like when you open up private browsing and you are signed out of everything. From the website's perspective they can only see the cookies/data within it's container/profile.
@LuckyYetiАй бұрын
What if i have an amd64 Ryzen APU with Ubuntu installed? Do i still need a VPS to use Docker or other Containers???
@punch3n3ergy373 жыл бұрын
So how secure is Docker? Since it's layer 3. Not that secure, huh?
@markusbuchholz35183 жыл бұрын
Docker is cool but I do really recommend also LXD/LXC Linux containers + WEB manager LXDUI.
@ArturoEspinosaAldama Жыл бұрын
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.
@TheHandsomeOne3 жыл бұрын
7:07 like what??
@4Abaddon43 жыл бұрын
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
@bernisworlds2 жыл бұрын
Q: who you see Openstack in this Area, i saw this often as alternative to VMware, whats your exp on it
@ChimeraX04013 жыл бұрын
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...
@Cookiekeks3 жыл бұрын
Will you do a video on the windows 11 leak?
@crab_aesthetics3 жыл бұрын
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.
@gamingfire62453 жыл бұрын
Thank you for uploading this, I'm literally getting windows 11 ready for testing. I will definitely try these sometime.
@nichijoufan3 жыл бұрын
If we manage to get virgil windows drivers, there will be no need to do gpu passthrough
@mitchelstewart99693 жыл бұрын
There is no current project to accomplish this, but I would wait for venus to flesh out. Red hat was working on something, but they deemed it not worth it, assumedly due to poor preformance. (You can test it yourself with gallium nine + Virgl, Spoiler alert, it ain't very good)
@nichijoufan3 жыл бұрын
@@mitchelstewart9969 Virgl or virtio? If irc the windows drivers only support extremly basic commands (Keenuts/virtio-gpu-win-icd) and the only fully working version is for linux
@mitchelstewart99693 жыл бұрын
@@nichijoufan those don't work either, they are proof of concept. at one point red hat was working on porting virgl to windows properly, but the project died. virtio has DOD drivers, but nothing for 3d accel. maybe, and hopefully this will change with thr virtio venus/vulkan backend but who knows
@faice65992 жыл бұрын
What[ forum are you on. I would like to talk
@hermannpaschulke15833 жыл бұрын
Many hosters (Netcup for example) use KVM for virtualisation
@kajtekii46663 жыл бұрын
Aw yes I'm hooked
@ShreksSpliff2 жыл бұрын
Thanks a lot, learned a lot!
@Tracing00293 жыл бұрын
KVM where
@ReubenAStern5 ай бұрын
Qubes isn't updated anymore.
@kikc4 ай бұрын
This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000This video is old you aren't supposed to comment. Reported with 100000000000000000000000000000000000000000000000
@trigger3372 жыл бұрын
Qubes: the best OS for coomers
@TotlKaos2 жыл бұрын
What you showed for Vmware is the training for Vmware.. not the licensing
@window.location3 жыл бұрын
wbu LXC or LXD
@NetMan_PL3 жыл бұрын
QEMU is emulating hardware. Not virtualizing it.
@alexandrecouture24623 жыл бұрын
Next week: Bochs emulator
@pajeetsingh3 жыл бұрын
Do video on TPM. Schizophrenia hitting hard.
@ShainAndrews2 жыл бұрын
Medication is the only mitigation. Good luck with it.
@rewindcat79273 жыл бұрын
Thanks 🙏
@AtaGunZ3 жыл бұрын
unikernels when
@autoassistance6763 жыл бұрын
Yes qubes is awesome and easy
@InvertedToad3 жыл бұрын
Windows 11 leak video soon?
@arctis_shark3 жыл бұрын
Hey, do you live in Canada? I am seeing someone that resembles you close to a KFC