<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>virtualbox Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/virtualbox/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 30 Jan 2023 02:22:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>What is a virtual machine?</title>
		<link>https://www.osradar.com/what-is-a-virtual-machine/</link>
					<comments>https://www.osradar.com/what-is-a-virtual-machine/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Tue, 31 Jan 2023 10:20:00 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=38109</guid>

					<description><![CDATA[<p>Hello! Imagine any of these situations. For example, you want to test an operating system, but you have no space on your hard disk. Or you simply want to test a program that does not work on your operating system, but on another one. You probably think that the only solution is to install it [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/what-is-a-virtual-machine/">What is a virtual machine?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello! Imagine any of these situations. For example, you want to test an operating system, but you have no space on your hard disk. Or you simply want to test a program that does not work on your operating system, but on another one. You probably think that the only solution is to install it on your hard disk. In such a case, you would have to format the hard disk, with the consequent loss of information. Besides, it is a process that requires certain knowledge and special attention from the user. But this is not necessarily so. Maybe you have heard about <a href="https://www.osradar.com/?s=virtual+machine" target="_blank" rel="noreferrer noopener">virtual machines</a>. We are talking about software that allows you to run an operating system on another system contained in a computer. But what exactly is a virtual machine? What does it do? How does its mechanism work? We will try to answer these questions.</p>



<h2>What is a virtual machine?</h2>



<p>A virtual machine (VM) is a software implementation of a computer that runs on another computer. This way, allowing multiple operating systems to run on the same physical machine. It provides a virtualized environment for running applications, which are isolated from the host operating system and other VMs.</p>



<h2>How a virtual machine works?</h2>



<p>A virtual machine works by using a hypervisor, also known as a virtual machine monitor, to virtualize the underlying hardware of a physical computer. The hypervisor creates virtual devices and emulates their behavior. This way, it can to provide a virtual environment for the operating system and applications running within the VM. The VM communicates with the hypervisor, which in turn communicates with the physical hardware. So it allows the VM to access physical resources such as CPU, memory, and storage. This allows multiple VMs to run on the same physical machine. Also, each one with its own operating system and applications, without interfering with each other.</p>



<h2>What are the advantages of using a virtual machine?</h2>



<p>Some advantages of using a virtual machine include:</p>



<ul><li><strong>Isolation:</strong> VMs provide a layer of isolation between the host operating system and applications. Therefore, reducing the risk of contamination or system instability.</li><li><strong>Cost-effectiveness:</strong> VMs can be a cost-effective solution for running multiple operating systems and applications on the same physical machine. This way reducing the need for multiple physical computers.</li><li><strong>Portability:</strong> VMs can be easily moved between physical machines, making it easier to migrate to new hardware or to recover from a failure.</li><li><strong>Compatibility:</strong> VMs can run older or incompatible applications, allowing them to continue to be used even on newer hardware or operating systems.</li><li><strong>Test environment:</strong> VMs are available to create a safe and controlled environment for testing new software or configurations without affecting the host operating system</li></ul>



<h2>Disadvantages of working with virtual machines</h2>



<p>Some disadvantages of working with virtual machines include:</p>



<ul><li><strong>Performance:</strong> VMs can have lower performance compared to running directly on physical hardware, as they must share the physical resources of the host machine.</li><li><strong>Resource utilization:</strong> Running multiple VMs on a single physical machine can consume a large amount of resources. Especially memory and storage.</li><li><strong>Complexity:</strong> Virtualization can introduce additional complexity to an IT environment, requiring specialized knowledge and skills to manage and maintain the virtual infrastructure.</li><li><strong>Licensing costs:</strong> Some virtualization platforms and operating systems have additional licensing costs that can add to the overall cost of implementing virtualization.</li><li><strong>Security:</strong> VMs can be vulnerable to security threats just like physical computers. Therefore,  additional security measures may be required to secure the virtual environment.</li></ul>



<h2>What are the requirements for Windows to run virtual machines?</h2>



<p>The requirements for Windows to run virtual machines are:</p>



<ul><li>A 64-bit processor with Second Level Address Translation (SLAT)</li><li>At least 4 GB of RAM</li><li>At least 64 GB of free hard disk space</li><li>Hyper-V and Containers Windows features enabled</li><li>Windows 10/11 Pro or Enterprise (64-bit) version 1909 or later</li><li>A GPU with WDDM 2.0 driver for GPU acceleration (optional)</li></ul>



<h2>What is Hyper V, the virtualization module for windows?</h2>



<p>Hyper-V is a native hypervisor from Microsoft that provides virtualization technology for creating and running virtual machines on Windows operating systems. It allows multiple operating systems to run on a single physical machine. In the same way, providing isolation and security for each virtual machine and enabling efficient utilization of hardware resources. With Hyper-V, users can create and manage virtual machines. Also configuring virtual switches, storage, and network interfaces, and monitor virtual machine performance and resource usage. It is available as a feature in Windows 10/11 Pro and Enterprise editions.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="770" height="522" src="https://www.osradar.com/wp-content/uploads/2023/01/vm3.png" alt="" class="wp-image-38113" srcset="https://www.osradar.com/wp-content/uploads/2023/01/vm3.png 770w, https://www.osradar.com/wp-content/uploads/2023/01/vm3-300x203.png 300w, https://www.osradar.com/wp-content/uploads/2023/01/vm3-768x521.png 768w, https://www.osradar.com/wp-content/uploads/2023/01/vm3-696x472.png 696w" sizes="(max-width: 770px) 100vw, 770px" /></figure>



<h2>What are the most used virtualization software?</h2>



<p>The most widely used virtualization software are:</p>



<ul><li>VMware vSphere</li><li>Microsoft Hyper-V</li><li>Citrix XenServer</li><li>Oracle VirtualBox</li><li>Red Hat Virtualization (RHV)</li><li>Proxmox Virtual Environment</li><li>KVM (Kernel-based Virtual Machine)</li><li>AWS (Amazon Web Services)</li><li>Google Compute Engine</li><li>Alibaba Cloud Elastic Compute Service (ECS)</li></ul>



<p>They are certainly the most popular. However, we will highlight those most commonly used in Windows environment. Previously, we talked about Hyper V. Therefore, we will start with Virtual Box.</p>



<h2>Oracle Virtual Box</h2>



<p><a href="https://www.virtualbox.org/" target="_blank" rel="noreferrer noopener">VirtualBox</a> is a free and open-source virtualization software for x86 and AMD64/Intel64-based computers. It allows users to run multiple operating systems on a single physical machine. Also, each one in its own virtual environment. Moreover,  providing isolation and security for each virtual machine. VirtualBox provides a user-friendly interface for creating, configuring and managing virtual machines. </p>



<figure class="wp-block-image size-full"><img loading="lazy" width="894" height="894" src="https://www.osradar.com/wp-content/uploads/2023/01/vm.png" alt="" class="wp-image-38111" srcset="https://www.osradar.com/wp-content/uploads/2023/01/vm.png 894w, https://www.osradar.com/wp-content/uploads/2023/01/vm-300x300.png 300w, https://www.osradar.com/wp-content/uploads/2023/01/vm-150x150.png 150w, https://www.osradar.com/wp-content/uploads/2023/01/vm-768x768.png 768w, https://www.osradar.com/wp-content/uploads/2023/01/vm-696x696.png 696w" sizes="(max-width: 894px) 100vw, 894px" /></figure>



<p>In addition, including support for storage and network interfaces, and can be used for a wide range of purposes including software development, testing, and personal use. It can run on various host operating systems including Windows, macOS, Linux, and Solaris, and supports a wide range of guest operating systems including Windows, Linux, and BSD distributions.</p>



<h2>VMware vSphere</h2>



<p><a href="https://www.vmware.com/products/vsphere.html" target="_blank" rel="noreferrer noopener">VMware vSphere </a>is a comprehensive enterprise-class virtualization platform. It provides a centralized management solution for virtual infrastructure. Moreover, it is used for creating, deploying and managing virtual machines, networks, and storage resources. With vSphere, IT organizations can pool and allocate shared resources to virtual machines and application. With this in mind, enabling efficient utilization of hardware resources, high availability, and disaster recovery.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="565" height="526" src="https://www.osradar.com/wp-content/uploads/2023/01/vm2.png" alt="" class="wp-image-38112" srcset="https://www.osradar.com/wp-content/uploads/2023/01/vm2.png 565w, https://www.osradar.com/wp-content/uploads/2023/01/vm2-300x279.png 300w" sizes="(max-width: 565px) 100vw, 565px" /></figure>



<p>vSphere includes features such as live migration of virtual machines, storage and network resource management, and multi-hypervisor support, as well as a robust security model and a powerful API for integration with other management tools. It is widely used in data centers and cloud environments for virtualizing business-critical applications, and is available as a standalone product or as part of the VMware Cloud Foundation, a unified SDDC platform for deploying and managing a hybrid cloud.</p>



<p>Very well, in this way we have seen what Virtual Machines are. We also check what are the advantages and disadvantages of using them. We also learned how they work. Furthermore, we saw which are the most used ones, plus what you need to run them on Windows.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/what-is-a-virtual-machine/">What is a virtual machine?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/what-is-a-virtual-machine/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Ubuntu on Windows 10 using Multipass</title>
		<link>https://www.osradar.com/how-to-install-ubuntu-on-windows-10-using-multipass/</link>
					<comments>https://www.osradar.com/how-to-install-ubuntu-on-windows-10-using-multipass/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Mon, 12 Oct 2020 21:12:00 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[hyper v]]></category>
		<category><![CDATA[hypervisor]]></category>
		<category><![CDATA[multipass]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu on windows]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[virtualbox]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=24438</guid>

					<description><![CDATA[<p>Hello! It is well known the approach that Microsoft has had lately with GNU/Linux. In fact, here we have talked about enabling the Windows Subsystem for Linux. This interesting option allows you to run an Ubuntu shell or another distro without leaving Windows. Besides, we show you how to install Ubuntu 20.04.1 in Windows using [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-ubuntu-on-windows-10-using-multipass/">How to install Ubuntu on Windows 10 using Multipass</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello! It is well known the approach that Microsoft has had lately with GNU/Linux. In fact, here we have talked about enabling the <a href="https://www.osradar.com/how-to-install-and-use-bash-in-windows-10/" target="_blank" rel="noreferrer noopener">Windows Subsystem for Linux</a>. This interesting option allows you to run an Ubuntu shell or another distro without leaving Windows. Besides, we show you how to install Ubuntu 20.04.1 in Windows using <a href="https://www.osradar.com/wp-admin/post.php?post=24376&amp;action=edit" target="_blank" rel="noreferrer noopener">Hyper-V.</a> That is, through the virtualization platform developed by Microsoft. Today we will continue using virtualization. However, it will be through a different perspective. Since we will be using <a href="https://multipass.run/" target="_blank" rel="noreferrer noopener">Multipass</a>. Which is a lightweight, multi-platform VM administrator (works for Linux, Windows and macOS). In addition, it allows the developer to run the necessary version of Ubuntu in a virtual machine. On the other hand, Multipass independently extracts the necessary image from the operating system and keeps it updated. Well, today we will see how to install Ubuntu on Windows 10 using Multipass.</p>



<h2>Prerequisites</h2>



<p>This method makes use of <a href="https://www.osradar.com/how-to-run-virtualbox-on-windows-10/" target="_blank" rel="noreferrer noopener">virtualization</a>. For this reason it is necessary to have a processor that supports this technology. Additionally, it is essential to have <a href="https://www.osradar.com/how-to-enable-and-use-hyper-v-on-windows-10/" target="_blank" rel="noreferrer noopener">Hyper-V </a>enabled or to install <a href="https://www.virtualbox.org/" target="_blank" rel="noreferrer noopener">VirtualBox</a>.</p>



<h2>How to download Multipass.</h2>



<p>As mentioned above, this cloud-based installation is multi-platform. Therefore, the first thing you have to do is go to this link and download the executable file for <a href="https://multipass.run/" target="_blank" rel="noreferrer noopener">Windows.</a> Once you have downloaded the file, just run it as any Windows executable.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="388" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi.png" alt="Starting the installation of Multipass in Windows 10" class="wp-image-24450" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi.png 499w, https://www.osradar.com/wp-content/uploads/2020/10/multi-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Starting the installation of Multipass in Windows 10</figcaption></figure>



<p>After accepting the license, it is necessary to select which hypervisor you will use. As mentioned, you can use either Hyper-V or Virtualbox.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="388" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi2.png" alt="Selected the hypervisor" class="wp-image-24453" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi2.png 499w, https://www.osradar.com/wp-content/uploads/2020/10/multi2-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Selected the hypervisor</figcaption></figure>



<p>Now the wizard offers to add Multipass to the path. This is very important because it allows you to run the instance without having to type in the full installation address.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="388" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi3.png" alt="" class="wp-image-24456" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi3.png 499w, https://www.osradar.com/wp-content/uploads/2020/10/multi3-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Adding Multipass to the path</figcaption></figure>



<p>Now select the installation location.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="388" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi4.png" alt="" class="wp-image-24457" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi4.png 499w, https://www.osradar.com/wp-content/uploads/2020/10/multi4-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /></figure>



<p>Then choose the components to be installed.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="388" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi5.png" alt="" class="wp-image-24458" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi5.png 499w, https://www.osradar.com/wp-content/uploads/2020/10/multi5-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Choose the components to be installed.</figcaption></figure>



<p>Once the previous step is completed, the installation will begin. Wait a few moments while the work is completed.</p>



<figure class="wp-block-gallery columns-2 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="499" height="388" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi6.png" alt="" data-id="24459" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi6.png" data-link="https://www.osradar.com/?attachment_id=24459" class="wp-image-24459" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi6.png 499w, https://www.osradar.com/wp-content/uploads/2020/10/multi6-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="499" height="388" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi7.png" alt="" data-id="24460" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi7.png" data-link="https://www.osradar.com/?attachment_id=24460" class="wp-image-24460" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi7.png 499w, https://www.osradar.com/wp-content/uploads/2020/10/multi7-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /></figure></li></ul><figcaption class="blocks-gallery-caption">Completing the installation of Multipass in Windows 10</figcaption></figure>



<h2>Running and configuring Multipass for Ubuntu.</h2>



<p>Once the installation is complete, it is time to run Multipass for the first time. With this intention, go to the home menu and click on Multipass.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="650" height="681" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi8.jpg" alt="" class="wp-image-24462" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi8.jpg 650w, https://www.osradar.com/wp-content/uploads/2020/10/multi8-286x300.jpg 286w" sizes="(max-width: 650px) 100vw, 650px" /><figcaption>Launching Multipass</figcaption></figure>



<p>This action will launch Multipass. To launch the shell please right-click on the icon in the taskbar and click on <strong>Open Shell</strong>. </p>



<figure class="wp-block-image size-large"><img loading="lazy" width="277" height="247" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi9.png" alt="" class="wp-image-24464"/></figure>



<p>Immediately PowerShell will be displayed and the Ubuntu image will start downloading. This is an unattended process.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="699" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi10-1024x699.png" alt="Retrieving the ISO of Ubuntu" class="wp-image-24465" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi10-1024x699.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/multi10-300x205.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/multi10-768x524.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/multi10-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2020/10/multi10-696x475.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/multi10-1068x729.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/multi10.png 1219w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Retrieving the ISO of Ubuntu</figcaption></figure>



<p>After retrieving the image, the wizard will ask if you wish to contribute information. Finally, the preparation of Multipass will begin.</p>



<figure class="wp-block-gallery columns-3 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi13-1024x787.png" alt="" data-id="24467" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi13.png" data-link="https://www.osradar.com/?attachment_id=24467" class="wp-image-24467" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi13-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/multi13-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/multi13-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/multi13-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/multi13-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/multi13.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi14-1024x787.png" alt="" data-id="24468" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi14.png" data-link="https://www.osradar.com/?attachment_id=24468" class="wp-image-24468" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi14-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/multi14-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/multi14-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/multi14-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/multi14-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/multi14.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi16-1024x787.png" alt="" data-id="24469" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi16.png" data-link="https://www.osradar.com/?attachment_id=24469" class="wp-image-24469" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi16-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/multi16-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/multi16-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/multi16-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/multi16-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/multi16.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li></ul></figure>



<p>Finally, Multipass has been successfully installed.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi17-1024x787.png" alt="Ubuntu Multipass running on Windows 10" class="wp-image-24470" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi17-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/multi17-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/multi17-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/multi17-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/multi17-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/multi17.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Ubuntu Multipass running on Windows 10</figcaption></figure>



<h2>Some basic Multipass commands.</h2>



<p>From now on, all that remains is to explore the new facility. First, you can update the list of available packages and their versions.</p>



<pre class="wp-block-preformatted">sudo apt-get update</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi18-1024x787.png" alt="Updating the package list. " class="wp-image-24473" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi18-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/multi18-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/multi18-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/multi18-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/multi18-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/multi18.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Updating the package list.</figcaption></figure>



<p>The default password is <em>ubuntu</em> However, you can change it with the following command:</p>



<pre class="wp-block-preformatted">sudo passwd ubuntu</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="66" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi22-1024x66.png" alt="" class="wp-image-24474" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi22-1024x66.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/multi22-300x19.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/multi22-768x49.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/multi22-696x45.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/multi22-1068x68.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/multi22.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>At the end of the day we have seen how to install Ubuntu on Windows 10 using Multipass. From now on, you can enjoy another alternative to use Ubuntu within Windows 10. I hope you enjoyed it. See you later!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-ubuntu-on-windows-10-using-multipass/">How to install Ubuntu on Windows 10 using Multipass</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-ubuntu-on-windows-10-using-multipass/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install and configure Vagrant in Windows 10</title>
		<link>https://www.osradar.com/how-to-install-and-configure-vagrant-in-windows-10/</link>
					<comments>https://www.osradar.com/how-to-install-and-configure-vagrant-in-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Thu, 02 Jul 2020 19:07:00 +0000</pubDate>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[install vagrant windows 10]]></category>
		<category><![CDATA[vagrant]]></category>
		<category><![CDATA[virtualbox]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=21427</guid>

					<description><![CDATA[<p>Hello! Vagrant is a free, multi-platform command-line tool, which makes it easy to create reproducible and shareable development environments. Additionally, it creates small configuration files that can be moved between environments. Also, these files are called Vagrantfiles and can be shared between developers to replicate already created virtual machines on their computers. As you can [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-and-configure-vagrant-in-windows-10/">How to install and configure Vagrant in Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello! Vagrant is a free, multi-platform command-line tool, which makes it easy to create reproducible and shareable development environments. Additionally, it creates small configuration files that can be moved between environments. Also, these files are called <strong>Vagrantfiles </strong>and can be shared between developers to replicate already created virtual machines on their computers. As you can see, the use of Vagrant is useful in development teams assembled by several people. It allows you to verify that all members are working with the same development environment. Therefore, it is an excellent alternative for solving software compatibility problems with operating systems. On the other hand, it allows the projects to be accompanied by their already configured environment since the configuration files are plain text files. Consequently, they can be versioned on platforms like Git. Let&#8217;s see in this post, how to install and configure Vagrant in Windows 10.</p>



<h2>Prerequisites</h2>



<ul><li>Vagrant requires virtualization software. It can be <a href="https://www.virtualbox.org/" target="_blank" rel="noreferrer noopener">VirtualBox</a> or <a href="https://www.osradar.com/how-to-install-and-use-vmware-on-windows-10/" target="_blank" rel="noreferrer noopener">VMware</a>. In this case, we will use the default option which is VirtualBox. To find out how to use it, take a look at our <a rel="noreferrer noopener" href="https://www.osradar.com/how-to-run-virtualbox-on-windows-10/" target="_blank">tutorial</a>.</li><li>An SSH client for Windows 10. I recommend free, portable and lightweight <a href="http://An SSH client for Windows 10. I recommend free, portable and lightweight Cmder" target="_blank" rel="noreferrer noopener">Cmder</a></li></ul>



<h2>Downloading and Installing Vagrant</h2>



<p>The installer can be downloaded from this <a rel="noreferrer noopener" href="https://www.vagrantup.com/downloads" target="_blank">link.</a> Installation is as simple as any Windows app. Indeed, just follow the steps of the wizard and that&#8217;s it!</p>



<figure class="wp-block-gallery columns-3 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="772" height="600" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg.png" alt="" data-id="21429" data-full-url="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg.png" data-link="https://www.osradar.com/?attachment_id=21429" class="wp-image-21429" srcset="https://www.osradar.com/wp-content/uploads/2020/07/vg.png 772w, https://www.osradar.com/wp-content/uploads/2020/07/vg-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/vg-768x597.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/vg-696x541.png 696w" sizes="(max-width: 772px) 100vw, 772px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="772" height="600" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg2.png" alt="" data-id="21430" data-full-url="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg2.png" data-link="https://www.osradar.com/?attachment_id=21430" class="wp-image-21430" srcset="https://www.osradar.com/wp-content/uploads/2020/07/vg2.png 772w, https://www.osradar.com/wp-content/uploads/2020/07/vg2-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/vg2-768x597.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/vg2-696x541.png 696w" sizes="(max-width: 772px) 100vw, 772px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="772" height="600" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg3.png" alt="" data-id="21431" data-full-url="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg3.png" data-link="https://www.osradar.com/?attachment_id=21431" class="wp-image-21431" srcset="https://www.osradar.com/wp-content/uploads/2020/07/vg3.png 772w, https://www.osradar.com/wp-content/uploads/2020/07/vg3-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/vg3-768x597.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/vg3-696x541.png 696w" sizes="(max-width: 772px) 100vw, 772px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="772" height="600" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg4.png" alt="" data-id="21432" data-full-url="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg4.png" data-link="https://www.osradar.com/?attachment_id=21432" class="wp-image-21432" srcset="https://www.osradar.com/wp-content/uploads/2020/07/vg4.png 772w, https://www.osradar.com/wp-content/uploads/2020/07/vg4-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/vg4-768x597.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/vg4-696x541.png 696w" sizes="(max-width: 772px) 100vw, 772px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="772" height="600" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg5.png" alt="" data-id="21433" data-full-url="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg5.png" data-link="https://www.osradar.com/?attachment_id=21433" class="wp-image-21433" srcset="https://www.osradar.com/wp-content/uploads/2020/07/vg5.png 772w, https://www.osradar.com/wp-content/uploads/2020/07/vg5-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/vg5-768x597.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/vg5-696x541.png 696w" sizes="(max-width: 772px) 100vw, 772px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="772" height="600" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg6.png" alt="" data-id="21434" data-full-url="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg6.png" data-link="https://www.osradar.com/?attachment_id=21434" class="wp-image-21434" srcset="https://www.osradar.com/wp-content/uploads/2020/07/vg6.png 772w, https://www.osradar.com/wp-content/uploads/2020/07/vg6-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/vg6-768x597.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/vg6-696x541.png 696w" sizes="(max-width: 772px) 100vw, 772px" /></figure></li></ul><figcaption class="blocks-gallery-caption">Vagrant 2.2.9 Installation Process</figcaption></figure>



<p>Once the installation process is complete, you can verify it by running the following command into a Command Prompt:</p>



<pre class="wp-block-preformatted">vagrant</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="544" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg7-1024x544.png" alt="" class="wp-image-21435" srcset="https://www.osradar.com/wp-content/uploads/2020/07/vg7-1024x544.png 1024w, https://www.osradar.com/wp-content/uploads/2020/07/vg7-300x159.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/vg7-768x408.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/vg7-1536x816.png 1536w, https://www.osradar.com/wp-content/uploads/2020/07/vg7-696x370.png 696w, https://www.osradar.com/wp-content/uploads/2020/07/vg7-1068x567.png 1068w, https://www.osradar.com/wp-content/uploads/2020/07/vg7.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>If the console shows the available commands, then the installation is correct. If not, Vagrant was not installed or VirtualBox is not present.</p>



<h2>Downloading the box.</h2>



<p>The boxes are the virtualized environments corresponding to an operating system or software. Well, in this case we&#8217;ll use <a rel="noreferrer noopener" href="https://app.vagrantup.com/ubuntu/boxes/xenial64" target="_blank">Ubuntu 16.04 Xenial</a>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="544" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg21-1024x544.png" alt="" class="wp-image-21436" srcset="https://www.osradar.com/wp-content/uploads/2020/07/vg21-1024x544.png 1024w, https://www.osradar.com/wp-content/uploads/2020/07/vg21-300x159.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/vg21-768x408.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/vg21-1536x816.png 1536w, https://www.osradar.com/wp-content/uploads/2020/07/vg21-696x370.png 696w, https://www.osradar.com/wp-content/uploads/2020/07/vg21-1068x567.png 1068w, https://www.osradar.com/wp-content/uploads/2020/07/vg21.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>As the image shows, to download the box you just have to copy the commands in a command line. But first, you must create a folder where the settings of the virtual machine will be saved. With this intention use the command:</p>



<pre class="wp-block-preformatted">mkdir</pre>



<p>Now navigate to the newly created directory, using the command:</p>



<pre class="wp-block-preformatted">cd</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="108" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg10-1024x108.png" alt="" class="wp-image-21437" srcset="https://www.osradar.com/wp-content/uploads/2020/07/vg10-1024x108.png 1024w, https://www.osradar.com/wp-content/uploads/2020/07/vg10-300x32.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/vg10-768x81.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/vg10-1536x162.png 1536w, https://www.osradar.com/wp-content/uploads/2020/07/vg10-696x73.png 696w, https://www.osradar.com/wp-content/uploads/2020/07/vg10-1068x112.png 1068w, https://www.osradar.com/wp-content/uploads/2020/07/vg10.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Please note that these pre-configurations can be done from CMD. However, to connect the machine you have to use cmder.</p>



<h2>Setting up Vagrant</h2>



<p>It is then time to create the Vagrant file for the box. With this in mind, execute the following command:</p>



<pre class="wp-block-preformatted"><code>vagrant init ubuntu/xenial64</code></pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="93" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg16-1024x93.png" alt="" class="wp-image-21438" srcset="https://www.osradar.com/wp-content/uploads/2020/07/vg16-1024x93.png 1024w, https://www.osradar.com/wp-content/uploads/2020/07/vg16-300x27.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/vg16-768x70.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/vg16-1536x140.png 1536w, https://www.osradar.com/wp-content/uploads/2020/07/vg16-696x63.png 696w, https://www.osradar.com/wp-content/uploads/2020/07/vg16-1068x97.png 1068w, https://www.osradar.com/wp-content/uploads/2020/07/vg16.png 1913w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Now it&#8217;s time to create the virtual machine. Please note that this process takes a while, as you must download it and then install the box. Please execute the following command:</p>



<pre class="wp-block-preformatted">vagrant up</pre>



<figure class="wp-block-gallery columns-2 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="544" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg17-1024x544.png" alt="" data-id="21439" class="wp-image-21439" srcset="https://www.osradar.com/wp-content/uploads/2020/07/vg17-1024x544.png 1024w, https://www.osradar.com/wp-content/uploads/2020/07/vg17-300x159.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/vg17-768x408.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/vg17-1536x816.png 1536w, https://www.osradar.com/wp-content/uploads/2020/07/vg17-696x370.png 696w, https://www.osradar.com/wp-content/uploads/2020/07/vg17-1068x567.png 1068w, https://www.osradar.com/wp-content/uploads/2020/07/vg17.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="315" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg18-1024x315.png" alt="" data-id="21440" data-full-url="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg18.png" data-link="https://www.osradar.com/?attachment_id=21440" class="wp-image-21440" srcset="https://www.osradar.com/wp-content/uploads/2020/07/vg18-1024x315.png 1024w, https://www.osradar.com/wp-content/uploads/2020/07/vg18-300x92.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/vg18-768x236.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/vg18-1536x472.png 1536w, https://www.osradar.com/wp-content/uploads/2020/07/vg18-696x214.png 696w, https://www.osradar.com/wp-content/uploads/2020/07/vg18-1068x328.png 1068w, https://www.osradar.com/wp-content/uploads/2020/07/vg18.png 1681w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li></ul></figure>



<p>Now, we have a clean and ready to work Linux environment. To access it, please run this command.</p>



<pre class="wp-block-preformatted">vagrant ssh</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="214" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg19-1024x214.png" alt="" class="wp-image-21441" srcset="https://www.osradar.com/wp-content/uploads/2020/07/vg19-1024x214.png 1024w, https://www.osradar.com/wp-content/uploads/2020/07/vg19-300x63.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/vg19-768x160.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/vg19-1536x321.png 1536w, https://www.osradar.com/wp-content/uploads/2020/07/vg19-696x145.png 696w, https://www.osradar.com/wp-content/uploads/2020/07/vg19-1068x223.png 1068w, https://www.osradar.com/wp-content/uploads/2020/07/vg19.png 1915w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>You can check the operation of the virtual machine by opening VirtualBox. The machine will be running with the generic name assigned. Likewise, the configuration assigned to the box is shown.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg22-1024x576.png" alt="Vagrant Box running on VirtualBox" class="wp-image-21453" srcset="https://www.osradar.com/wp-content/uploads/2020/07/vg22-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2020/07/vg22-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/vg22-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/vg22-1536x864.png 1536w, https://www.osradar.com/wp-content/uploads/2020/07/vg22-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2020/07/vg22-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2020/07/vg22.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Vagrant Box running on VirtualBox</figcaption></figure>



<p>If you want to disconnect from the machine, please execute:</p>



<pre class="wp-block-preformatted">exit</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="75" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg20a-1024x75.png" alt="" class="wp-image-21442" srcset="https://www.osradar.com/wp-content/uploads/2020/07/vg20a-1024x75.png 1024w, https://www.osradar.com/wp-content/uploads/2020/07/vg20a-300x22.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/vg20a-768x57.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/vg20a-1536x113.png 1536w, https://www.osradar.com/wp-content/uploads/2020/07/vg20a-696x51.png 696w, https://www.osradar.com/wp-content/uploads/2020/07/vg20a-1068x79.png 1068w, https://www.osradar.com/wp-content/uploads/2020/07/vg20a.png 1820w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>However, the machine remains on. Therefore, to turn it off it is necessary to execute this command:</p>



<pre class="wp-block-preformatted">vagrant halt</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="111" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/07/vg20-1024x111.png" alt="" class="wp-image-21443" srcset="https://www.osradar.com/wp-content/uploads/2020/07/vg20-1024x111.png 1024w, https://www.osradar.com/wp-content/uploads/2020/07/vg20-300x32.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/vg20-768x83.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/vg20-1536x166.png 1536w, https://www.osradar.com/wp-content/uploads/2020/07/vg20-696x75.png 696w, https://www.osradar.com/wp-content/uploads/2020/07/vg20-1068x115.png 1068w, https://www.osradar.com/wp-content/uploads/2020/07/vg20.png 1917w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Finally, we have seen how to install and configure Vagrant in Windows 10. Please note that to use the box again, just repeat the steps above. First, turn the machine on with <em>vagrant up</em> and then connect with <em>vagrant ssh.</em> All right, we&#8217;re done for the moment. If you have any questions, please let us know in the question section. I also invite you to join our group on <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener">Telegram.</a> Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-and-configure-vagrant-in-windows-10/">How to install and configure Vagrant in Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-and-configure-vagrant-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Virtualbox 6.1 available</title>
		<link>https://www.osradar.com/virtualbox-6-1-available/</link>
					<comments>https://www.osradar.com/virtualbox-6-1-available/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 14 Dec 2019 00:00:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=16373</guid>

					<description><![CDATA[<p>Oracle Virtualbox 6.1 is available for download and installation. This new version of the popualr application to create virtual machines comes with quite interesting news for us Linux users. Today we will tell you about them. Oracle Virtualbox is a virtualization application that allows us to create virtual machines that simulate the behavior of a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/virtualbox-6-1-available/">Virtualbox 6.1 available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Oracle Virtualbox 6.1 is available</strong> for download and installation. This new version of the popualr application to create virtual machines comes with quite interesting news for us Linux users. Today we will tell you about them.</p>
<p>Oracle Virtualbox is a virtualization application that allows us<strong> to create virtual machines that simulate the behavior of a real computer within our system</strong>. It is widely known within professional and even home environments, because then we can test operating systems without having to install them on the hard drive.</p>
<p>Well, recently has seen the light version 6.1 and with it several important new features.</p>
<h2>Virtualbox 6.1 is available &#8211; Features</h2>
<p>For <a href="https://www.osradar.com/tag/linux/" target="_blank" rel="noopener noreferrer">Linux</a> the first novelty is that we will have <strong>support for <a href="https://www.osradar.com/linux-54-available/" target="_blank" rel="noopener noreferrer">Linux 5.4</a></strong> that has recently been light. This feature guarantees that we will be able to use VirtualBox in many distributions. For example, those that frequently update the kernel for compatibility or philosophical reasons.</p>
<p>Another important aspect of this new version of VirtualBox is that <strong>it integrates more and better with the Oracle Cloud infrastructure</strong>. Now we will be able to import virtual machines from there and create several virtual machines without the need to re-upload them.</p>
<p>On the other hand, support for the EHCI controller has been improved which should translate into increased performance and efficiency. At the same time, now VirtualBox through vboximg-mount allows<strong> mounting the EXT2, EXT3, EXT4, FAT and NTFS file systems as read-only inside a disk image regardless of whether the host system supports it.</strong></p>
<p>For the rest, <strong>we found many improvements in the graphical interface</strong>. For example, the options have been improved to make them clearer. Also, popups have been greatly improved.</p>
<p>Another important aspect of this version is that it considerably improves nested virtualization. Interesting for large scale solutions.</p>
<h2>Where can I download it?</h2>
<p>VirtualBox 6.1 is now available and can be downloaded from the <a href="https://www.virtualbox.org/" target="_blank" rel="noopener noreferrer">project website</a>. In the case of Linux, if you have enabled VirtualBox&#8217;s own repository, the update will arrive soon.</p>
<p>Also, you will find binaries for <a href="https://www.osradar.com/tag/windows/" target="_blank" rel="noopener noreferrer">Windows</a> and macOS. So you can install it from there.</p>
<p>If you want to know all the features that we bring this new version, I recommend this <a href="https://www.virtualbox.org/wiki/Changelog-6.1" target="_blank" rel="noopener noreferrer">link</a>.</p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/virtualbox-6-1-available/">Virtualbox 6.1 available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/virtualbox-6-1-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A little look at Tails in VirtualBox</title>
		<link>https://www.osradar.com/little-look-at-tails-in-virtualbox/</link>
					<comments>https://www.osradar.com/little-look-at-tails-in-virtualbox/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 28 Nov 2019 01:15:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[tails]]></category>
		<category><![CDATA[virtualbox]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=15822</guid>

					<description><![CDATA[<p>In our last post, we told you about Tails. This great Linux distribution whose main objective is to offer security and anonymity in the use of the Internet is widely known and used by people who want to circumvent government censorship or corporate espionage. Today we take a look at Tails in Virtualbox. First, I [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/little-look-at-tails-in-virtualbox/">A little look at Tails in VirtualBox</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In our last post, we told you about Tails. This great Linux distribution whose main objective is to offer security and anonymity in the use of the Internet is widely known and used by people who want to circumvent government censorship or corporate espionage. Today we take a look at Tails in Virtualbox.</p>
<p>First, I recommend you read our post where we explain what Tails is.</p>
<p><a href="https://www.osradar.com/tails-the-very-secure-linux-distribution/(opens in a new tab)" target="_blank" rel="noopener noreferrer" data-wplink-url-error="true">Tails: the very secure Linux distribution</a></p>
<h2>Dowload Tails from the project website</h2>
<p>Go to the <a href="https://tails.boum.org/install/" target="_blank" rel="noopener noreferrer">Tails download site</a>. There you will see several options.</p>
<figure id="attachment_15875" aria-describedby="caption-attachment-15875" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15875" src="https://www.osradar.com/wp-content/uploads/2019/11/1-17.png" alt="1.- Tails download website" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/11/1-17.png 1354w, https://www.osradar.com/wp-content/uploads/2019/11/1-17-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/1-17-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/1-17-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/1-17-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/11/1-17-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/1-17-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/1-17-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-15875" class="wp-caption-text">1.- Tails download website</figcaption></figure>
<p>Choose the last option that is an ISO to be used from a Virtualbox. This isolates it from the host system.</p>
<p>Once you have chosen this option, a second page will open, where you can choose how you want to download the file. For speed and security, it is better to use the Torrent option.</p>
<p>You can read our post <a href="https://www.osradar.com/tag/torrent/" target="_blank" rel="noopener noreferrer">about Torrents</a> to learn how to use it and download great clients to use it.</p>
<figure id="attachment_15876" aria-describedby="caption-attachment-15876" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15876" src="https://www.osradar.com/wp-content/uploads/2019/11/2-17.png" alt="2.- Downloading Tails" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/11/2-17.png 1354w, https://www.osradar.com/wp-content/uploads/2019/11/2-17-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/2-17-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/2-17-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/2-17-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/11/2-17-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/2-17-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/2-17-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-15876" class="wp-caption-text">2.- Downloading Tails</figcaption></figure>
<p>Then you can open VirtualBox and create a new virtual machine.</p>
<p>If you want more information about <a href="https://www.osradar.com/tag/virtualbox/" target="_blank" rel="noopener noreferrer">Virtualbox</a>, check our post about this tool.</p>
<h2>Running Tails in VirtualBox</h2>
<p>After you have successfully created and initialized a new virtual machine, it will start loading the Tails image. The first thing we will see is a small menu where we will choose the first option to start loading the system.</p>
<figure id="attachment_15877" aria-describedby="caption-attachment-15877" style="width: 599px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-15877 size-full" src="https://www.osradar.com/wp-content/uploads/2019/11/3-16-e1574521801155.png" alt="3.- Booting Tails" width="599" height="473" srcset="https://www.osradar.com/wp-content/uploads/2019/11/3-16-e1574521801155.png 599w, https://www.osradar.com/wp-content/uploads/2019/11/3-16-e1574521801155-300x237.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/3-16-e1574521801155-532x420.png 532w" sizes="(max-width: 599px) 100vw, 599px" /><figcaption id="caption-attachment-15877" class="wp-caption-text">3.- Booting Tails</figcaption></figure>
<p><strong>The load of the system has been reasonably fast</strong>, understanding that the hardware chosen is not very good. So it was a pleasant surprise that it was fast.</p>
<p>Afterwards, a window will open where we will configure the language of the keyboard and of the distribution. Tails supports many so you should not be missing yours.</p>
<figure id="attachment_15878" aria-describedby="caption-attachment-15878" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-15878 size-full" src="https://www.osradar.com/wp-content/uploads/2019/11/4-12-e1574522210156.png" alt="4.- Tails settings in VirtualBox" width="1366" height="689" srcset="https://www.osradar.com/wp-content/uploads/2019/11/4-12-e1574522210156.png 1366w, https://www.osradar.com/wp-content/uploads/2019/11/4-12-e1574522210156-300x151.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/4-12-e1574522210156-1024x516.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/4-12-e1574522210156-768x387.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/4-12-e1574522210156-696x351.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/4-12-e1574522210156-1068x539.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/4-12-e1574522210156-833x420.png 833w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-15878" class="wp-caption-text">4.- Tails settings in VirtualBox</figcaption></figure>
<p>Then, press the Start Tails button. And the system will start.</p>
<figure id="attachment_15879" aria-describedby="caption-attachment-15879" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-15879 size-full" src="https://www.osradar.com/wp-content/uploads/2019/11/5-8-e1574523528403.png" alt="5.- Tails in Virtualbox" width="1366" height="710" srcset="https://www.osradar.com/wp-content/uploads/2019/11/5-8-e1574523528403.png 1366w, https://www.osradar.com/wp-content/uploads/2019/11/5-8-e1574523528403-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/5-8-e1574523528403-1024x532.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/5-8-e1574523528403-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/5-8-e1574523528403-696x362.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/5-8-e1574523528403-1068x555.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/5-8-e1574523528403-808x420.png 808w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-15879" class="wp-caption-text">5.- Tails in Virtualbox</figcaption></figure>
<p>The first thing we&#8217;ll see is an ordinary desk. The desktop environment is GNOME but with some modifications to make it a little more user-friendly. Depending on the speed of your internet connection, it will take some time to notify that the TOR network is ready.</p>
<h2>Tails in Virtualbox: first impressions</h2>
<p>The first thing is that the system is actually a little slower than others. But it is normal because of its high security layer. Besides, the hardware where you run it is not exactly good.</p>
<p>The other thing I like is that it is GNOME, that is, it is easy to use if you already have experience with other Linux distributions. Nothing strange, everything in its place.</p>
<figure id="attachment_15880" aria-describedby="caption-attachment-15880" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-15880 size-full" src="https://www.osradar.com/wp-content/uploads/2019/11/6-3-e1574523965373.png" alt="6.- Tails menu" width="1366" height="696" srcset="https://www.osradar.com/wp-content/uploads/2019/11/6-3-e1574523965373.png 1366w, https://www.osradar.com/wp-content/uploads/2019/11/6-3-e1574523965373-300x153.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/6-3-e1574523965373-1024x522.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/6-3-e1574523965373-768x391.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/6-3-e1574523965373-696x355.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/6-3-e1574523965373-1068x544.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/6-3-e1574523965373-824x420.png 824w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-15880" class="wp-caption-text">6.- Tails menu</figcaption></figure>
<p>On the other hand, it is a very complete system. Because it includes applications for working with images, audio, mail clients and others that make the experience as complete as possible. However, remember that the objective of distribution is to be anonymous and secure and this includes that hard disks cannot be accessed unless they are encrypted. That is, it is not for everyday use.</p>
<figure id="attachment_15881" aria-describedby="caption-attachment-15881" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-15881 size-full" src="https://www.osradar.com/wp-content/uploads/2019/11/7-2-e1574524562657.png" alt="7.- Tails working" width="1366" height="689" srcset="https://www.osradar.com/wp-content/uploads/2019/11/7-2-e1574524562657.png 1366w, https://www.osradar.com/wp-content/uploads/2019/11/7-2-e1574524562657-300x151.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/7-2-e1574524562657-1024x516.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/7-2-e1574524562657-768x387.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/7-2-e1574524562657-696x351.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/7-2-e1574524562657-1068x539.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/7-2-e1574524562657-833x420.png 833w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-15881" class="wp-caption-text">7.- Tails working</figcaption></figure>
<p>Of course, a fundamental aspect of any system is Internet browsing. We will do this with TOR web browser.</p>
<figure id="attachment_15882" aria-describedby="caption-attachment-15882" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15882" src="https://www.osradar.com/wp-content/uploads/2019/11/8-1.png" alt="8.- Tor web browser on Tails" width="1365" height="699" srcset="https://www.osradar.com/wp-content/uploads/2019/11/8-1.png 1365w, https://www.osradar.com/wp-content/uploads/2019/11/8-1-300x154.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/8-1-1024x524.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/8-1-768x393.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/8-1-696x356.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/8-1-1068x547.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/8-1-820x420.png 820w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-15882" class="wp-caption-text">8.- Tor web browser on Tails</figcaption></figure>
<p>My experience has been good. The connection has quite good response times and I almost did not notice the direference with my usual connection.</p>
<p>One good thing is that many sites did not detect my location. This is fantastic.</p>
<p>As I said at the beginning, the fact of having by default tools like KeepPassXC makes everything easier and safer.</p>
<figure id="attachment_15883" aria-describedby="caption-attachment-15883" style="width: 795px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15883" src="https://www.osradar.com/wp-content/uploads/2019/11/9-1.png" alt="9.- KeepPassXC on Tails" width="795" height="637" srcset="https://www.osradar.com/wp-content/uploads/2019/11/9-1.png 795w, https://www.osradar.com/wp-content/uploads/2019/11/9-1-300x240.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/9-1-768x615.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/9-1-696x558.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/9-1-524x420.png 524w" sizes="(max-width: 795px) 100vw, 795px" /><figcaption id="caption-attachment-15883" class="wp-caption-text">9.- KeepPassXC on Tails</figcaption></figure>
<p>In short, the distribution works well but you have to have modern hardware to fully enjoy it. By relying on Debian and using GNOME it makes it easy to use and does not differ much from another system.</p>
<p>In addition, the applications that are installed by default make the disitrbution very complete without losing sight of its main focus.</p>
<p>On the other hand, Tails has particularities that you have to get used to as you use it.</p>
<p><strong>Obviously, Tails is not for everyone, but if an escape valve to difficult situations in some countries where communication is intervened or if we want to avoid being victims of espionage by corporations.</strong></p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/little-look-at-tails-in-virtualbox/">A little look at Tails in VirtualBox</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/little-look-at-tails-in-virtualbox/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to run VirtualBox on Windows 10</title>
		<link>https://www.osradar.com/how-to-run-virtualbox-on-windows-10/</link>
					<comments>https://www.osradar.com/how-to-run-virtualbox-on-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[Roger Polanco]]></dc:creator>
		<pubDate>Mon, 19 Aug 2019 02:20:51 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">http://www.googez.com/?p=761</guid>

					<description><![CDATA[<p>Hi, how do you do? Today we will continue to explore the possibilities of using Windows 10. Specifically, we will continue to explore virtualization. Certainly, Windows 10 has a native application to virtualized systems. As a matter of fact, here at googez.com, we have done a tutorial on how to enable and use Hyper V [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-run-virtualbox-on-windows-10/">How to run VirtualBox on Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hi, how do you do? Today we will continue to explore the possibilities of using Windows 10. Specifically, we will continue to explore virtualization. Certainly, Windows 10 has a native application to virtualized systems. As a matter of fact, here at <a rel="noreferrer noopener" aria-label="googez.com (opens in a new tab)" href="http://www.googez.com" target="_blank">googez.com</a>, we have done a tutorial on how to enable and use <a rel="noreferrer noopener" aria-label="Hyper V in Windows 10. (opens in a new tab)" href="http://www.googez.com/how-to-enable-and-use-hyper-v-on-windows-10/" target="_blank">Hyper V in Windows 10.</a> However, there are also other options that allow you to virtualize operating systems. VirtualBox is virtualization software for x86/amd64 architectures. Through this application, it is possible to install additional operating systems, known as &#8220;guest systems,&#8221; into another &#8220;host&#8221; operating system, each with its own virtual environment. And today I will show you how to install and configure VirtualBox on Windows 10.</p>



<h2>Downloading VirtualBox</h2>



<p>To download the latest stable version of VirtualBox, we have to go to its official site, and in the <a rel="noreferrer noopener" aria-label="Downloads (opens in a new tab)" href="https://www.virtualbox.org/wiki/Downloads" target="_blank">Downloads</a> section, go to the <em>Windows hosts</em> section to download the latest version.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb-1024x548.jpg" alt="Oracle VirtualBox official download site" class="wp-image-763"/><figcaption>Oracle VirtualBox official download site</figcaption></figure>



<p>Once downloaded the file, we run it to start the installation.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb2.jpg" alt="Starting VirtualBox installation" class="wp-image-764"/><figcaption>Starting VirtualBox installation</figcaption></figure>



<p>In the box will appear the features to be installed with the required disk space. Similarly, we can select the location of the installation.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb3.jpg" alt="Selecting the features to be installed" class="wp-image-765"/><figcaption>Selecting the features to be installed</figcaption></figure>



<p>Next, we will choose options regarding the direct accesses granted to the program.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb4.jpg" alt="Selecting which shortcut wants to be installed." class="wp-image-766"/><figcaption>Selecting which shortcut wants to be installed.</figcaption></figure>



<p>A warning sign will indicate that when continuing with the installation, the connection to the network will be reset and therefore we will disconnect from the Internet. A warning sign will indicate that when continuing with the installation, the connection to the network will be reset and therefore we will disconnect from the Internet. As it is a temporary situation, press yes to continue the installation.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb5.jpg" alt="The connection to the network will be interrupted for a few moments" class="wp-image-767"/><figcaption>The connection to the network will be interrupted for a few moments</figcaption></figure>



<p>Finally, we are ready to install VirtualBox</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb6.jpg" alt="Installing VirtualBox on Windows 10" class="wp-image-768"/><figcaption>Installing VirtualBox on Windows 10</figcaption></figure>



<p>The installation wizard will start and you just have to wait for it to do its job.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb7.jpg" alt="VirtualBox installation wizard running on Windows 10" class="wp-image-769"/><figcaption>VirtualBox installation wizard running on Windows 10</figcaption></figure>



<p>Windows will ask for authorization to install the USB drivers, press yes to continue</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb11.jpg" alt="Authorizing USB driver installation" class="wp-image-770"/><figcaption>Authorizing USB driver installation</figcaption></figure>



<p>Finally, the installation has concluded and only remains to run the program.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb10.jpg" alt="The installation has been completed" class="wp-image-772"/><figcaption>The installation has been completed</figcaption></figure>



<h2>Setting a virtual machine on VirtualBox</h2>



<p>At the moment of launching the program, a welcome box will jump, from where we are going to configure a virtual machine. With this in mind, press <em>New</em> to open the installation wizard.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb12.jpg" alt="VirtualBox screen welcome" class="wp-image-774"/><figcaption>VirtualBox screen welcome</figcaption></figure>



<p>In the following box, the initial configurations of the window machine must be placed. As the name we will give it, the folder to use, the type of operating system and which version will be installed. In this particular case, we select as name lubuntu, in type <em>Linux</em>, and in version Ubuntu (64-bit).</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb13.jpg" alt="Configuring Name and operating system. Press Next to continue" class="wp-image-775"/><figcaption>Configuring Name and operating system. Press Next to continue</figcaption></figure>



<p>Next, we will allocate the amount of ram memory for the virtual machine. As Lubuntu is a very light system,  1024 MB will be enough to run it.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb14.jpg" alt="Setting the amount of RAM memory" class="wp-image-777"/><figcaption>Setting the amount of RAM memory</figcaption></figure>



<p>In the following boxes we are going to configure everything related to the hard disk.  Select the default option to create a new virtual hard disk.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb15.jpg" alt="Select the default option to create a new virtual hard disk" class="wp-image-779"/><figcaption>Select the default option to create a new virtual hard disk</figcaption></figure>



<p>Choose which type of hard disk wants to install</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb16.jpg" alt="Select Hard disk file type" class="wp-image-780"/><figcaption>Select Hard disk file type</figcaption></figure>



<p>Next, we choose the storage mode between dynamically allocated and fixed size. Select what you want according to the system.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb17.jpg" alt="" class="wp-image-781"/></figure>



<p>Finally, it only remains to assign the size of the virtual hard disk.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb18.jpg" alt="Setting location and size of virtual hard disk" class="wp-image-782"/><figcaption>Setting location and size of virtual hard disk</figcaption></figure>



<h2>Setting storage to load an ISO image of the OS to run.    </h2>



<p>When the configuration of the virtual machine has finished, we will see a dashboard with all the configurations. In order to successfully boot the new machine, we need to click on storage.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb19-1024x548.jpg" alt="Selecting storage in order to run the ♣OS Iso" class="wp-image-783"/><figcaption>Selecting storage in order to run the ♣OS Iso</figcaption></figure>



<p>Once there, we need to follow the next route: Storage devices&gt;Empty&gt;Optical Drive to choose the location when iso is located</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb20.jpg" alt="Selecting ISO in order to run the new virtual machine" class="wp-image-784"/><figcaption>Selecting ISO in order to run the new virtual machine</figcaption></figure>



<p>After all, the machine is ready to start. Just press Start in the manager and wait while the process starts. Finally, we can see how Lubuntu is running on Windows 10 through VirtualBox.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/vb21-1024x576.jpg" alt="VirtualBox running Lubuntu 18.04 on Windows 10." class="wp-image-804"/><figcaption>VirtualBox running Lubuntu 18.04 on Windows 10.</figcaption></figure>



<p>In conclusion, I would like to say that VirtualBox is an excellent tool in order to run virtual machines on Windows 10. Please note that it does not have full compatibility with Hyper V, so if you have it already installed, there will be operational problems. For this reason, we recommend uninstalling Hyper V before installing VirtualBox.<br></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-run-virtualbox-on-windows-10/">How to run VirtualBox on Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-run-virtualbox-on-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Virtualbox 6 on Ubuntu 18.04 / Linux Mint 19</title>
		<link>https://www.osradar.com/install-virtualbox-6-ubuntu-18-04-linux-mint-19/</link>
					<comments>https://www.osradar.com/install-virtualbox-6-ubuntu-18-04-linux-mint-19/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 31 Dec 2018 04:08:37 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=8810</guid>

					<description><![CDATA[<p>If you&#8217;re a big Linux fan, you&#8217;ll probably need to install several distributions. A simple way to do this without having to install them on our hard drive is to use Virtualbox. In fact, many of our tutorials are done using this powerful Oracle tool. So, in this article, I will show you how to [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-virtualbox-6-ubuntu-18-04-linux-mint-19/">How to install Virtualbox 6 on Ubuntu 18.04 / Linux Mint 19</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you&#8217;re a big Linux fan, you&#8217;ll probably need to install several distributions. A simple way to do this without having to install them on our hard drive is to use Virtualbox. In fact, many of our <a href="https://www.osradar.com/tag/virtualbox/" rel="noopener">tutorials</a> are done using this powerful <a href="https://www.oracle.com" rel="noopener">Oracle</a> tool. So, in this article, I will show you how to install <a href="https://www.virtualbox.org" rel="noopener">Virtualbox</a> 6 on Ubuntu 18.04 and Linux Mint 19.</p>
<p>Recently was published the <a href="https://www.osradar.com/virtualbox-6-available/" rel="noopener">last stable version</a> of Virtualbox loaded with many new features. There are so many that many are tempted to update as soon as possible, so today I&#8217;ll help you with that.</p>
<h1>1. Upgrade the system</h1>
<p>It is always advisable to have the operating system updated, with it, you will have the security patches installed in an easy way and you will obtain a more stable and secure system. So do it.</p>
<pre class="">:~$ sudo apt update &amp;&amp; sudo apt upgrade</pre>
<p><figure id="attachment_8811" aria-describedby="caption-attachment-8811" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8811" src="https://www.osradar.com/wp-content/uploads/2018/12/1-20.png" alt="1.- Upgrade the system" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/12/1-20.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/1-20-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/1-20-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/1-20-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/1-20-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/1-20-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8811" class="wp-caption-text">1.- Upgrade the system</figcaption></figure></p>
<p>Now we can continue.</p>
<h1>2. Add the Virtualbox repository</h1>
<p>One way to keep Virtualbox up to date without any problems is to add your repository. As I always say, this is the best in many cases, especially in this one where the application is important.</p>
<p>So, let&#8217;s do it.</p>
<p>First, edit your source list to add the following lines. On Ubuntu.</p>
<pre class="">:~$ sudo nano /etc/apt/sources.list/</pre>
<p>On Linux Mint 19:</p>
<pre class="">:~$ sudo nano /etc/apt/sources.list.d/official-package-repositories.list</pre>
<pre class="">deb https://download.virtualbox.org/virtualbox/debian bionic contrib</pre>
<p><figure id="attachment_8812" aria-describedby="caption-attachment-8812" style="width: 917px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8812" src="https://www.osradar.com/wp-content/uploads/2018/12/2-19.png" alt="2.- Adding the repository" width="917" height="402" srcset="https://www.osradar.com/wp-content/uploads/2018/12/2-19.png 917w, https://www.osradar.com/wp-content/uploads/2018/12/2-19-300x132.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/2-19-768x337.png 768w" sizes="(max-width: 917px) 100vw, 917px" /><figcaption id="caption-attachment-8812" class="wp-caption-text">2.- Adding the repository</figcaption></figure></p>
<p>Save and close the file.</p>
<p>The second step is to add the GPG public key to ensure that the downloads are safe.</p>
<pre class="">:~$ wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -</pre>
<p><figure id="attachment_8813" aria-describedby="caption-attachment-8813" style="width: 981px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8813" src="https://www.osradar.com/wp-content/uploads/2018/12/3-19.png" alt="3.- Add the GPG key" width="981" height="134" srcset="https://www.osradar.com/wp-content/uploads/2018/12/3-19.png 981w, https://www.osradar.com/wp-content/uploads/2018/12/3-19-300x41.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/3-19-768x105.png 768w" sizes="(max-width: 981px) 100vw, 981px" /><figcaption id="caption-attachment-8813" class="wp-caption-text">3.- Add the GPG key</figcaption></figure></p>
<p>And that&#8217;s it.</p>
<h1>3. Install Virtualbox 6 on Ubuntu 18.04 /Linux Mint 19</h1>
<p>Now all that&#8217;s left is to update the APT cache.</p>
<pre class="">:~$ sudo apt update</pre>
<p><figure id="attachment_8814" aria-describedby="caption-attachment-8814" style="width: 1363px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8814" src="https://www.osradar.com/wp-content/uploads/2018/12/4-19.png" alt="4.- Updating APT cache" width="1363" height="380" srcset="https://www.osradar.com/wp-content/uploads/2018/12/4-19.png 1363w, https://www.osradar.com/wp-content/uploads/2018/12/4-19-300x84.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/4-19-768x214.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/4-19-1024x285.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/4-19-1068x298.png 1068w" sizes="(max-width: 1363px) 100vw, 1363px" /><figcaption id="caption-attachment-8814" class="wp-caption-text">4.- Updating APT cache</figcaption></figure></p>
<p>Then, install Virtualbox 6.</p>
<pre class="">:~$ sudo apt install virtualbox-6.0</pre>
<p><figure id="attachment_8815" aria-describedby="caption-attachment-8815" style="width: 805px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8815" src="https://www.osradar.com/wp-content/uploads/2018/12/5-17.png" alt="5.- Install Virtualbox 6" width="805" height="349" srcset="https://www.osradar.com/wp-content/uploads/2018/12/5-17.png 805w, https://www.osradar.com/wp-content/uploads/2018/12/5-17-300x130.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/5-17-768x333.png 768w" sizes="(max-width: 805px) 100vw, 805px" /><figcaption id="caption-attachment-8815" class="wp-caption-text">5.- Install Virtualbox 6</figcaption></figure></p>
<p>Now, you can launch it from the main menu.</p>
<h1>4. Using Virtualbox</h1>
<p>When you run Virtualbox 6, the first thing you&#8217;ll see is the following.</p>
<p><figure id="attachment_8816" aria-describedby="caption-attachment-8816" style="width: 843px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8816" src="https://www.osradar.com/wp-content/uploads/2018/12/6-14.png" alt="6.- Virtualbox 6 main screen" width="843" height="550" srcset="https://www.osradar.com/wp-content/uploads/2018/12/6-14.png 843w, https://www.osradar.com/wp-content/uploads/2018/12/6-14-300x196.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/6-14-768x501.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/6-14-644x420.png 644w" sizes="(max-width: 843px) 100vw, 843px" /><figcaption id="caption-attachment-8816" class="wp-caption-text">6.- Virtualbox 6 main screen</figcaption></figure></p>
<p>On that screen, you can create a new virtual machine; import or export one; or simply go to the preferences.</p>
<p><figure id="attachment_8817" aria-describedby="caption-attachment-8817" style="width: 704px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8817" src="https://www.osradar.com/wp-content/uploads/2018/12/7-16.png" alt="7.- Virtualbox preferences" width="704" height="410" srcset="https://www.osradar.com/wp-content/uploads/2018/12/7-16.png 704w, https://www.osradar.com/wp-content/uploads/2018/12/7-16-300x175.png 300w" sizes="(max-width: 704px) 100vw, 704px" /><figcaption id="caption-attachment-8817" class="wp-caption-text">7.- Virtualbox preferences</figcaption></figure></p>
<p>And that&#8217;s it.</p>
<h1>5. Install Virtualbox 6 extension pack</h1>
<p>Finally, it is recommended to install extensions pack to enjoy further extend the power of Virtualbox. To do so, run:</p>
<pre class="">:~$ wget https://download.virtualbox.org/virtualbox/6.0.0/Oracle_VM_VirtualBox_Extension_Pack-6.0.0.vbox-extpack</pre>
<p><figure id="attachment_8818" aria-describedby="caption-attachment-8818" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8818" src="https://www.osradar.com/wp-content/uploads/2018/12/8-14.png" alt="8.- Download extension pack for virtualbox 6" width="1366" height="326" srcset="https://www.osradar.com/wp-content/uploads/2018/12/8-14.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/8-14-300x72.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/8-14-768x183.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/8-14-1024x244.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/8-14-1068x255.png 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8818" class="wp-caption-text">8.- Download extension pack for VirtualBox 6</figcaption></figure></p>
<p>And then, install it.</p>
<pre class="">:~$ sudo VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-6.0.0.vbox-extpack</pre>
<p><figure id="attachment_8821" aria-describedby="caption-attachment-8821" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8821" src="https://www.osradar.com/wp-content/uploads/2018/12/9-11.png" alt="9.- Install extensions pack" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/12/9-11.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/9-11-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/9-11-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/9-11-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/9-11-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/9-11-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8821" class="wp-caption-text">9.- Install extensions pack</figcaption></figure></p>
<p>That&#8217;s all.</p>
<h1>Conclusion</h1>
<p>Virtualbox is a reference in the area of virtualization, especially if you are amateur or novice in it. Installing Virtualbox 6 in Ubuntu 18.04 or Linux Mint 19 is something simple as you could see.</p>
<p>Share this post with your friends and happy holidays.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-virtualbox-6-ubuntu-18-04-linux-mint-19/">How to install Virtualbox 6 on Ubuntu 18.04 / Linux Mint 19</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-virtualbox-6-ubuntu-18-04-linux-mint-19/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>VirtualBox 6.0 available</title>
		<link>https://www.osradar.com/virtualbox-6-available/</link>
					<comments>https://www.osradar.com/virtualbox-6-available/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 20 Dec 2018 02:33:20 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=8583</guid>

					<description><![CDATA[<p>If you&#8217;re an advanced Linux user who virtualizes other operating systems in your favorite distribution, I&#8217;ve got good news for you. In short, Oracle recently announced that VirtualBox 6.0 is available for download. VirtualBox is a free Oracle application that allows you to virtualize various operating systems in our Linux distribution. Although it is also [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/virtualbox-6-available/">VirtualBox 6.0 available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you&#8217;re an advanced Linux user who virtualizes other operating systems in your favorite distribution, I&#8217;ve got good news for you. In short, Oracle recently announced that<strong> VirtualBox 6.0</strong> is available for download.</p>
<p><a href="https://www.virtualbox.org">VirtualBox</a> is a free <a href="https://www.oracle.com">Oracle</a> application that allows you to virtualize various operating systems in our Linux distribution. Although it is also available for Windows, its potential is discovered in Linux. In addition, it supports many versions of Windows including the popular Windows XP.</p>
<p>So, as it is a larger version, it is full of new features, highlighting that it incorporates the support for the 4.20 <a href="https://www.kernel.org">kernel</a>. So, this new version will have a long way to go. Also, many people prefer not to update the kernels so aggressively.</p>
<p>Equally important is that <strong>VirtualBox 6.0 supports VMSVGA</strong> in the Linux and X11 Additions. As a result, you will notice a significant improvement in the execution of graphical effects on the systems.</p>
<p>On the other, hand Mac users also get some affection and that is that it incorporates the <strong>initial support for Guest Additions</strong>. Without a doubt, this is great news for Apple system users.</p>
<p>Another important new feature is that the user interface<strong> has been changed to make it easier to use</strong>. VirtualBox 6.0 also incorporates a new file manager enabling the user to control the guest file system and copy files between host and guest.</p>
<h1>VirtualBox 6.0: others features</h1>
<p>Of course, as it is a major update, there are many changes, some of them I have already mentioned, but there are others. Here are some:</p>
<ul>
<li>Implemented support for exporting a virtual machine to Oracle Cloud Infrastructure.</li>
<li>User interface: greatly improved HiDPI and scaling support, including better detection and per-machine configuration.</li>
<li>Major rework of user interface with a simpler and more powerful application and virtual machine set-up.</li>
<li>Added support for surround speaker setups (as used by Windows 10 Build 1809).</li>
</ul>
<p>In addition to many other novelties that are not considered &#8220;major&#8221;. These are only bug fixes and other details. You can read all the changes <a href="https://www.virtualbox.org/wiki/Changelog-6.0">here</a>.</p>
<p>So, you can download VirtualBox 6.0 for Windows, Mac OS, and Linux. Just go to <a href="https://www.virtualbox.org/wiki/Linux_Downloads">this</a> site and follow the instructions.</p>
<h1>Conclusion</h1>
<p>As a conclusion,</p>
<p>I can say that VirtualBox 6.0 is good news for those who like to virtualize. For example, we have used it many times for <a href="https://www.osradar.com/how-to-install-centos-on-virtualbox/">our</a> articles so we are partying.</p>
<p>On the other hand, it is a major version with many new features, if you want stability, I recommend you wait for the maintenance versions.</p>
<p>Please share this article with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/virtualbox-6-available/">VirtualBox 6.0 available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/virtualbox-6-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VirtualBox Zero-day Vulnerability</title>
		<link>https://www.osradar.com/virtualbox-zero-day-vulnerability/</link>
					<comments>https://www.osradar.com/virtualbox-zero-day-vulnerability/#comments</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Wed, 07 Nov 2018 08:09:49 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualbox linux]]></category>
		<category><![CDATA[virtualbox vulnerability]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=7059</guid>

					<description><![CDATA[<p>VirtualBox has always been one of the most popular virtualization software on the market. It’s free, open-source and available on all the platforms. VirtualBox is currently developed and maintained by Oracle. Recently, a Russian vulnerability researcher and exploit dev published detailed info about a zero-day vulnerability in VirtualBox. His explanation includes a step-by-step guide on [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/virtualbox-zero-day-vulnerability/">VirtualBox Zero-day Vulnerability</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>VirtualBox has always been one of the most popular virtualization software on the market. It’s free, open-source and available on all the platforms. VirtualBox is currently developed and maintained by Oracle.</p>
<p>Recently, a Russian vulnerability researcher and exploit dev published detailed info about a zero-day vulnerability in VirtualBox. His explanation includes a step-by-step guide on exploiting the bug. The bug is present on the software itself, allowing all the platforms to be vulnerable.</p>
<p>Using the bug, an attacker would easily escape the virtual environment and reach the Ring 3 privilege layer – a layer for running code from most user programs with the least privileges.</p>
<h1>How the vulnerability works</h1>
<p><img loading="lazy" class="size-full wp-image-7064 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-2.jpg" alt="" width="1000" height="619" srcset="https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-2.jpg 1000w, https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-2-300x186.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-2-768x475.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-2-356x220.jpg 356w, https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-2-696x431.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-2-679x420.jpg 679w" sizes="(max-width: 1000px) 100vw, 1000px" /></p>
<p>According to Sergey Zelenyuk who identified the bug, shows details on how the bug can be leveraged on virtual machines configured with the “Intel PRO/1000 MT Desktop (82540EM)” network adapter in NAT mode. It’s the default setup of all the guest systems for accessing external networks.</p>
<p><img loading="lazy" class="size-full wp-image-7062 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-1.png" alt="" width="750" height="489" srcset="https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-1.png 750w, https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-1-300x196.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-1-696x454.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-1-644x420.png 644w" sizes="(max-width: 750px) 100vw, 750px" /></p>
<p>According to a <a href="https://github.com/MorteNoir1/virtualbox_e1000_0day">technical write-up by Zelenyuk</a>, the network adapter is vulnerable that allows an attacker with root/admin privilege to escape to the host Ring 3. Then, using existing techniques, the attacker can escalate privileges to Ring 0 via /dev/vboxdrv.</p>
<p>The researcher describes the mechanics in detail, showing how to create the necessary conditions for obtaining a buffer overflow to abuse and escape the virtual confinement.</p>
<h1>100% Reliable</h1>
<p><img loading="lazy" class="size-full wp-image-7063 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-3.jpg" alt="" width="1200" height="628" srcset="https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-3.jpg 1200w, https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-3-300x157.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-3-768x402.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-3-1024x536.jpg 1024w, https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-3-696x364.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-3-1068x559.jpg 1068w, https://www.osradar.com/wp-content/uploads/2018/11/virtualbox-3-803x420.jpg 803w" sizes="(max-width: 1200px) 100vw, 1200px" /></p>
<p>The exploit Zelenyuk wrote relies on the 2 conditions. Although not impossible, an attacker has to chain another vulnerability for granting them increased privilege on the host system.</p>
<p>Here’s a demo he showed.</p>
<p><iframe loading="lazy" src="https://player.vimeo.com/video/299325088?app_id=122963" width="696" height="391" frameborder="0" title="VirtualBox E1000 Guest-to-Host Escape" allow="autoplay; fullscreen" allowfullscreen></iframe></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/virtualbox-zero-day-vulnerability/">VirtualBox Zero-day Vulnerability</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/virtualbox-zero-day-vulnerability/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Install GNOME Boxes on Linux</title>
		<link>https://www.osradar.com/install-gnome-boxes-on-linux/</link>
					<comments>https://www.osradar.com/install-gnome-boxes-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Sat, 22 Sep 2018 17:35:04 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome boxes]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualbox alternative]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=5927</guid>

					<description><![CDATA[<p>GNOME Boxes is one of the best virtualization software you can find out on Linux. It’s a part of the GNOME software family that’s both simple to use and provides powerful control over virtual OS. GNOME Boxes is capable of running almost all the operating systems as a guest OS on any supported platform. It’s [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-gnome-boxes-on-linux/">Install GNOME Boxes on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>GNOME Boxes is one of the best virtualization software you can find out on Linux. It’s a part of the GNOME software family that’s both simple to use and provides powerful control over virtual OS. GNOME Boxes is capable of running almost all the operating systems as a guest OS on any supported platform.</p>
<p>It’s a lot simpler and easier to use. This tool allows any inexperienced and general Linux users to enjoy the full advantage of virtualization technology.</p>
<p>It’s also a great alternative to the VirtualBox. Are you interested in other VirtualBox alternatives? <a href="https://www.osradar.com/virtualbox-alternatives-for-linux/">Check them out</a>!</p>
<h1>Why use GNOME Boxes</h1>
<p><img loading="lazy" class=" wp-image-5961 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/why-gnome-boxes.jpg" alt="" width="614" height="371" srcset="https://www.osradar.com/wp-content/uploads/2018/09/why-gnome-boxes.jpg 498w, https://www.osradar.com/wp-content/uploads/2018/09/why-gnome-boxes-300x181.jpg 300w" sizes="(max-width: 614px) 100vw, 614px" /></p>
<p>There are a number of reasons you should consider adding GNOME Boxes into your arsenal.</p>
<p>First of all, it’s a virtualization software that allows you running other systems on the same hardware. You won’t have to install the OS natively in your system. That’s also the sole purpose of VirtualBox. However, because of the simplicity, you don’t have to go through all the detailed system specification for the virtual OS.</p>
<p>In addition, you can also use it for managing remote systems over the network. That’s a powerful thing if you’re working on a corporate environment.</p>
<h1>Installing GNOME Boxes</h1>
<p>Run the following command(s) according to your Linux distro –</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre class="">sudo apt update
sudo apt install gnome-boxes</pre>
<p><img loading="lazy" class="size-full wp-image-5955 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/boxes-1.png" alt="" width="1056" height="382" srcset="https://www.osradar.com/wp-content/uploads/2018/09/boxes-1.png 1056w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-1-300x109.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-1-768x278.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-1-1024x370.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-1-696x252.png 696w" sizes="(max-width: 1056px) 100vw, 1056px" /> <img loading="lazy" class="size-full wp-image-5956 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/boxes-2.png" alt="" width="1060" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/09/boxes-2.png 1060w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-2-300x209.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-2-768x535.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-2-1024x713.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-2-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-2-696x485.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-2-603x420.png 603w" sizes="(max-width: 1060px) 100vw, 1060px" /></p>
<ul>
<li>Debian</li>
</ul>
<pre class="">sudo apt-get update
sudo apt-get install gnome-boxes</pre>
<ul>
<li>OpenSUSE</li>
</ul>
<p><a href="https://software.opensuse.org/package/gnome-boxes">Get GNOME Boxes</a>.</p>
<p><img loading="lazy" class="size-full wp-image-5929 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/gnome-boxes-opensuse.png" alt="" width="1150" height="350" srcset="https://www.osradar.com/wp-content/uploads/2018/09/gnome-boxes-opensuse.png 1150w, https://www.osradar.com/wp-content/uploads/2018/09/gnome-boxes-opensuse-300x91.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/gnome-boxes-opensuse-768x234.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/gnome-boxes-opensuse-1024x312.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/gnome-boxes-opensuse-696x212.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/gnome-boxes-opensuse-1068x325.png 1068w" sizes="(max-width: 1150px) 100vw, 1150px" /></p>
<ul>
<li>Fedora</li>
</ul>
<pre class="">sudo yum install gnome-boxes</pre>
<ul>
<li>Arch Linux</li>
</ul>
<p><a href="https://www.archlinux.org/packages/community/x86_64/gnome-boxes/">Get GNOME Boxes</a>.</p>
<p><img loading="lazy" class="size-full wp-image-5930 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/gnome-boxes-arch-linux.png" alt="" width="1316" height="455" srcset="https://www.osradar.com/wp-content/uploads/2018/09/gnome-boxes-arch-linux.png 1316w, https://www.osradar.com/wp-content/uploads/2018/09/gnome-boxes-arch-linux-300x104.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/gnome-boxes-arch-linux-768x266.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/gnome-boxes-arch-linux-1024x354.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/gnome-boxes-arch-linux-696x241.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/gnome-boxes-arch-linux-1068x369.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/gnome-boxes-arch-linux-1215x420.png 1215w" sizes="(max-width: 1316px) 100vw, 1316px" /></p>
<h1>Using GNOME Boxes</h1>
<p>Before proceeding further, you may need to make the following tweaks to your system so that GNOME Boxes run perfectly, without any problem.</p>
<p>At first, install the following packages &#8211;</p>
<ul>
<li>qemu-utils</li>
<li>libvirt-bin</li>
</ul>
<p>Then, run the following commands in a terminal &#8211;</p>
<pre class="">sudo nano /etc/libvirt/qemu.conf

# Add the following lines in the file, save and close
group=kvm

sudo usermod -a -G kvm $USER
</pre>
<p><img loading="lazy" class="size-full wp-image-5952 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/fix-2.png" alt="" width="1060" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/09/fix-2.png 1060w, https://www.osradar.com/wp-content/uploads/2018/09/fix-2-300x209.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/fix-2-768x535.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/fix-2-1024x713.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/fix-2-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/09/fix-2-696x485.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/fix-2-603x420.png 603w" sizes="(max-width: 1060px) 100vw, 1060px" /> <img loading="lazy" class="size-full wp-image-5953 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/fix-3.png" alt="" width="1058" height="114" srcset="https://www.osradar.com/wp-content/uploads/2018/09/fix-3.png 1058w, https://www.osradar.com/wp-content/uploads/2018/09/fix-3-300x32.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/fix-3-768x83.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/fix-3-1024x110.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/fix-3-696x75.png 696w" sizes="(max-width: 1058px) 100vw, 1058px" /></p>
<p>After the installation is complete, start GNOME Boxes –</p>
<p><img loading="lazy" class="size-full wp-image-5957 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/boxes-3.png" alt="" width="814" height="678" srcset="https://www.osradar.com/wp-content/uploads/2018/09/boxes-3.png 814w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-3-300x250.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-3-768x640.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-3-696x580.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-3-504x420.png 504w" sizes="(max-width: 814px) 100vw, 814px" /></p>
<p>From the top-left corner, click “New” button for adding a new virtual system.</p>
<p><img loading="lazy" class="size-full wp-image-5958 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/boxes-4.png" alt="" width="1024" height="753" srcset="https://www.osradar.com/wp-content/uploads/2018/09/boxes-4.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-4-300x221.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-4-768x565.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-4-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-4-696x512.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-4-571x420.png 571w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>You can also add a virtual system from an image file.</p>
<p><img loading="lazy" class="size-full wp-image-5959 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/boxes-5.png" alt="" width="980" height="396" srcset="https://www.osradar.com/wp-content/uploads/2018/09/boxes-5.png 980w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-5-300x121.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-5-768x310.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-5-696x281.png 696w" sizes="(max-width: 980px) 100vw, 980px" /></p>
<p>If you want, you can customize the settings for the virtual system as Boxes will allocate space to a minimum level (enough for running the OS).</p>
<p><img loading="lazy" class="size-full wp-image-5960 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/boxes-6.png" alt="" width="1024" height="753" srcset="https://www.osradar.com/wp-content/uploads/2018/09/boxes-6.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-6-300x221.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-6-768x565.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-6-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-6-696x512.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/boxes-6-571x420.png 571w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>Enjoy!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-gnome-boxes-on-linux/">Install GNOME Boxes on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-gnome-boxes-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
