From 6ebcaa6a91521c6b4b348034573e08b24ad8dd62 Mon Sep 17 00:00:00 2001 From: A-childs-encyclopedia Date: Tue, 26 Jul 2022 05:45:38 +0530 Subject: [PATCH 1/3] Add utm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b7cb5f..2f199ae 100644 --- a/README.md +++ b/README.md @@ -967,7 +967,7 @@ A virtual machine (VM) is a sandboxed operating system, running within your curr | --- | --- | **[VirtualBox](https://www.virtualbox.org/)** | Open source, powerful, feature-rich virtualization product, supporting x86 and AMD64/Intel64 architectures. Available for Windows, MacOS, Linux and BSD, and free for both personal and enterprise use. VirtualBox is backed by a strong community, and has been under active development since 2007. **[Xen Project](https://xenproject.org/)** (Servers) | Open source virtual machine monitor intended to serve as a type-1 hyperviser for multiple operating systems using the same hardware - very useful for servers, as it allows for fully independent virtual Linux machines - +**[UTM](https://mac.getutm.app)** | Open source, feature rich, powerful type 2 hypervisor for Mac, can emulate x86-64 OSes on Apple Silicon Macs #### Notable Mentions [QEMU](https://wiki.qemu.org/Main_Page) is a virtual hardware emulation tool, meaning it is less appropriate for creating fully independant sandboxes, but performance is considerable better than that of a traditional virtual machine. From 6b099e3f13f9e86ea15eeb02b6c31ce870955ee6 Mon Sep 17 00:00:00 2001 From: A-childs-encyclopedia Date: Tue, 26 Jul 2022 06:21:21 +0530 Subject: [PATCH 2/3] Light works is **not** open source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f199ae..b9f05af 100644 --- a/README.md +++ b/README.md @@ -1425,7 +1425,7 @@ Community-maintained media software can help you migrate away from providers tha - Graphics: [GIMP](https://www.gimp.org), [Scribus](https://www.scribus.net), [SwatchBooker](http://www.selapa.net/swatchbooker), [InkScape](https://inkscape.org), [Krita](https://krita.org) - Audio: [Audacity](https://www.audacityteam.org), [Mixxx](https://mixxx.org), [MusicBrainz](https://picard.musicbrainz.org), [Qtractor](https://qtractor.sourceforge.io) -- Video: [Shortcut](https://www.shotcutapp.com), [OpenShot](https://www.openshot.org), [LightWorks](https://www.lwks.com), [kdenlive](https://kdenlive.org) +- Video: [Shortcut](https://www.shotcutapp.com), [OpenShot](https://www.openshot.org), [kdenlive](https://kdenlive.org) - Video Transcoders: [HandBreak](https://handbrake.fr) - Media Players: [VLC Player](https://www.videolan.org) - Media Servers: [Kodi](https://kodi.tv), [Plex](https://www.plex.tv), [Subsonic](http://www.subsonic.org), [Emby](https://emby.media), [Gerbera](https://gerbera.io), [OpenELEC](https://openelec.tv), [OpenFlixr 2](https://www.openflixr.com), [OCMC](https://osmc.tv) From e49dc5600028786b181a5f08aba892ba4742cece Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 26 Jul 2022 12:40:39 +0100 Subject: [PATCH 3/3] Adds missing blank space after VM --> UTM --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9f05af..6a42244 100644 --- a/README.md +++ b/README.md @@ -968,6 +968,7 @@ A virtual machine (VM) is a sandboxed operating system, running within your curr **[VirtualBox](https://www.virtualbox.org/)** | Open source, powerful, feature-rich virtualization product, supporting x86 and AMD64/Intel64 architectures. Available for Windows, MacOS, Linux and BSD, and free for both personal and enterprise use. VirtualBox is backed by a strong community, and has been under active development since 2007. **[Xen Project](https://xenproject.org/)** (Servers) | Open source virtual machine monitor intended to serve as a type-1 hyperviser for multiple operating systems using the same hardware - very useful for servers, as it allows for fully independent virtual Linux machines **[UTM](https://mac.getutm.app)** | Open source, feature rich, powerful type 2 hypervisor for Mac, can emulate x86-64 OSes on Apple Silicon Macs + #### Notable Mentions [QEMU](https://wiki.qemu.org/Main_Page) is a virtual hardware emulation tool, meaning it is less appropriate for creating fully independant sandboxes, but performance is considerable better than that of a traditional virtual machine.