{"id":58939,"date":"2020-09-09T16:00:52","date_gmt":"2020-09-09T14:00:52","guid":{"rendered":"https:\/\/openexpoeurope.com\/?p=58939"},"modified":"2020-09-11T17:55:46","modified_gmt":"2020-09-11T15:55:46","slug":"a-windows-subsystem-for-linux","status":"publish","type":"post","link":"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/","title":{"rendered":"A Windows subsystem for Linux&#8230;"},"content":{"rendered":"<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\">&#8230; or how to have a Linux server inside Windows by installing a version of Ubuntu Server from the Windows store.<\/span><\/p>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\">For some years now, Windows have included a compatibility system to natively execute Linux within Windows 10 and, if I remember correctly, it was also possible in Windows Server since the 2019 version.<\/span><\/p>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\">The installation process of a Linux Server is very simple and it takes two steps:<\/span><\/p>\n<ul style=\"text-align: justify;\">\n<li>\n<p lang=\"en-GB\" align=\"justify\"><span style=\"font-size: medium;\">First, we need to install the Windows subsystem for Linux from the control panel.<\/span><\/p>\n<\/li>\n<\/ul>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-58800 aligncenter\" src=\"https:\/\/openexpoeurope.com\/wp-content\/uploads\/2020\/08\/subsistema-de-windows-para-linux-300x217.jpg\" alt=\"\" width=\"458\" height=\"333\" \/><\/p>\n<ul style=\"text-align: justify;\">\n<li>\n<p align=\"justify\"><span style=\"font-size: medium;\"><span lang=\"en-GB\">Once it is installed, we can go to the Windows Store. From <\/span><\/span><span style=\"font-size: medium;\"><span lang=\"en-GB\">the <\/span><\/span><span style=\"font-size: medium;\"><span lang=\"en-GB\">Windows Start Menu, we search the <\/span><\/span><span style=\"font-size: medium;\"><span lang=\"en-GB\"><b>Microsoft Store<\/b><\/span><\/span><span style=\"font-size: medium;\"><span lang=\"en-GB\">, if it is not available in the task bar (usually it is pinned by default).<\/span><\/span><\/p>\n<\/li>\n<\/ul>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\">Inside the store, we search for <b>Ubuntu<\/b> and from the list of suggestions we select the last version. In this example, it is version 20.04. Then, we click on \u201c<b>Get\u201d<\/b> to start the installation:<\/span><\/p>\n<p lang=\"en-GB\" align=\"justify\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-58804 aligncenter\" src=\"https:\/\/openexpoeurope.com\/wp-content\/uploads\/2020\/08\/instalacion-de-ubuntu-server-300x228.jpg\" alt=\"\" width=\"462\" height=\"352\" srcset=\"https:\/\/openexpoeurope.com\/wp-content\/uploads\/2020\/08\/instalacion-de-ubuntu-server-300x228.jpg 300w, https:\/\/openexpoeurope.com\/wp-content\/uploads\/2020\/08\/instalacion-de-ubuntu-server-768x584.jpg 768w, https:\/\/openexpoeurope.com\/wp-content\/uploads\/2020\/08\/instalacion-de-ubuntu-server.jpg 800w\" sizes=\"auto, (max-width: 462px) 100vw, 462px\" \/><\/p>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\">The installation process is very quick and once it is over, we can click the <\/span><b style=\"font-size: medium;\">I<\/b><b style=\"font-size: medium;\">nit<\/b><span style=\"font-size: medium;\"> button that appears in the top-right corner and the Linux terminal will come out. After the installation it is going to ask us to create a user and password to access the system.<\/span><\/p>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\">Once this is done, and we are inside the linux console, we already have a system with Ubuntu Server installed in Windows 10.<\/span><\/p>\n<h2 lang=\"en-GB\" align=\"justify\"><strong>And what can we do now?<\/strong><\/h2>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: large;\"><span style=\"font-size: medium;\">We have just installed an <\/span><span style=\"font-size: medium;\"><b>Ubuntu Server<\/b><\/span><span style=\"font-size: medium;\"> and, therefore, we can do everything or almost everything we could do if we install it in a Cloud or in a Hosting Service. We must take into consideration that they are not production server<\/span><span style=\"font-size: medium;\">servers, but <\/span><span style=\"font-size: medium;\">are perfectly suitable for development. In this way, we avoid installing virtual machines or docker containers.<\/span><\/span><\/p>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\">For example, we can install an Apache2 server, php and MySQL and access to the services they offer from windows. To do so, we write in the Windows console the following command:<\/span><\/p>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\"><b>sudo apt install apache2 php<\/b><\/span><\/p>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\">We press <b>r<\/b><b>eturn<\/b> and the system will ask you the password. Then, it installs <b>Apache2 and PHP<\/b>. When it is done, we can go to the directory <b>\/var\/www\/html, <\/b>and we will see that there is a file named index.php, and that is the default file for the Apache installation. Before using it, we need to start the server using the following command:<\/span><\/p>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\"><b>sudo \/etc\/init.d\/apache2 restart<\/b><\/span><\/p>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\">And allow access to the system from Windows.<\/span><\/p>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\">Now from Windows, we write in the address bar of Edge web browser the following address, <b>http:\/\/localhost\/,<\/b> and the example web page of Apache2 server will appear. If we do not believe we are accessing to Linux from Windows, we can create a new file in the route <b>\/var\/www\/html\/<\/b>, for example, named \u201c<b>pruebas.html<\/b>\u201d and writing inside the file \u201c<b>HELLO LINUX<\/b>\u201d. To create the file from the terminal, we execute the following command:<\/span><\/p>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\"><b>sudo echo &#8220;HELLO LINUX&#8221; | sudo tee -a \/var\/www\/html\/pruebas.html<\/b><\/span><\/p>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\">and now we can write in the web browser: <b>http:\/\/localhost\/pruebas.html<\/b><\/span><\/p>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\">Two important information about the Ubuntu Installation in Windows:<\/span><\/p>\n<ul style=\"text-align: justify;\">\n<li>\n<p lang=\"en-GB\" align=\"justify\"><span style=\"font-size: medium;\">From Linux, we have access to the Windows routes to the disks we have already installed. We can access the route. <\/span><\/p>\n<\/li>\n<\/ul>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\">\/mnt<\/span><\/p>\n<p style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\"><span lang=\"en-GB\">Here we can observe the units <\/span><\/span><span style=\"font-size: medium;\"><span lang=\"en-GB\"><b>c:\/ d:\/ f:\/<\/b><\/span><\/span><span style=\"font-size: medium;\"><span lang=\"en-GB\"> &#8230; and all the others we have in our system.<\/span><\/span><\/p>\n<ul style=\"text-align: justify;\">\n<li>\n<p lang=\"en-GB\" align=\"justify\"><span style=\"font-size: medium;\">In the same way, from Windows we can access the Linux file system from the route.<\/span><\/p>\n<\/li>\n<\/ul>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\"><b>C:\\Users\\MI_NOMBRE_DE_USUARIO\\AppData\\Local\\Packages\\CanonicalGroupLimited.Ubuntu20.04onWindows_79rhkp1fndgsc\\LocalState\\rootfs<\/b><\/span><\/p>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\">In this way, we can work with the same files from the two systems very easily.<\/span><\/p>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><span style=\"font-size: medium;\">Truth be told, this Microsoft option of supporting Linux from Windows 10 is very comfortable and useful to perform developments and\/or get familiar with Linux Systems.<\/span><\/p>\n<p lang=\"en-GB\" style=\"text-align: justify;\" align=\"justify\"><strong><span style=\"font-size: medium;\">More articles of Alex Arenols &#8211; <a href=\"https:\/\/openexpoeurope.com\/author\/alex-arenols\/\">English version<\/a> &#8211; <a href=\"https:\/\/openexpoeurope.com\/es\/author\/alex-arenols\/\">Spanish version<\/a><\/span><\/strong><\/p>\n<div class=\"gdlr-blog-content\">\n<div class=\"gdlr-blog-content\">\n<h3 lang=\"en-GB\" align=\"justify\"><strong>Translation by\u00a0<a href=\"https:\/\/www.linkedin.com\/in\/santiago-moreira-martinez-55393382\/\">Santiago Moreira\u00a0<\/a><\/strong><\/h3>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>&#8230; or how to have a Linux server inside Windows by installing a version of Ubuntu Server from the Windows store. For some years now, Windows have included a compatibility system to natively execute Linux within Windows 10 and, if I remember correctly, it was also possible in Windows Server since the 2019 version. The&#8230; <\/p>\n<div class=\"clear\"><\/div>\n<p><a href=\"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/\" class=\"gdlr-info-font excerpt-read-more\">Read More<\/a><\/p>\n","protected":false},"author":12,"featured_media":58807,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[492,794,1004,1026],"tags":[572,1176,637,1002,1177,1178],"class_list":["post-58939","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog-2","category-open-source-3","category-software-3","category-technology","tag-free-software-2","tag-linux-2","tag-open-source-2","tag-software-2","tag-ubuntu-2","tag-windows-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.8.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>A Windows subsystem for Linux... - OpenExpo Europe 2021 - Virtual Experience<\/title>\n<meta name=\"description\" content=\"For some years now, Windows have included a compatibility system to natively execute Linux within Windows 10.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A Windows subsystem for Linux... - OpenExpo Europe 2021 - Virtual Experience\" \/>\n<meta property=\"og:description\" content=\"For some years now, Windows have included a compatibility system to natively execute Linux within Windows 10.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"OpenExpo Europe 2021 - Virtual Experience\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/OpenExpoEurope\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-09-09T14:00:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-09-11T15:55:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/openexpoeurope.com\/wp-content\/uploads\/2020\/08\/portada-alex-arenols-ubuntu-linux-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"498\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Alex Arenols\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@openexpoeurope\" \/>\n<meta name=\"twitter:site\" content=\"@openexpoeurope\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alex Arenols\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/\"},\"author\":{\"name\":\"Alex Arenols\",\"@id\":\"https:\/\/openexpoeurope.com\/en\/#\/schema\/person\/49b1cc0b50d7f3c9a131661067c28faf\"},\"headline\":\"A Windows subsystem for Linux&#8230;\",\"datePublished\":\"2020-09-09T14:00:52+00:00\",\"dateModified\":\"2020-09-11T15:55:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/\"},\"wordCount\":648,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/openexpoeurope.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/openexpoeurope.com\/wp-content\/uploads\/2020\/08\/portada-alex-arenols-ubuntu-linux-1.jpg\",\"keywords\":[\"free software\",\"linux\",\"open source\",\"Software\",\"Ubuntu\",\"Windows\"],\"articleSection\":[\"Blog\",\"Open Source\",\"Software\",\"Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/\",\"url\":\"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/\",\"name\":\"A Windows subsystem for Linux... - OpenExpo Europe 2021 - Virtual Experience\",\"isPartOf\":{\"@id\":\"https:\/\/openexpoeurope.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/openexpoeurope.com\/wp-content\/uploads\/2020\/08\/portada-alex-arenols-ubuntu-linux-1.jpg\",\"datePublished\":\"2020-09-09T14:00:52+00:00\",\"dateModified\":\"2020-09-11T15:55:46+00:00\",\"description\":\"For some years now, Windows have included a compatibility system to natively execute Linux within Windows 10.\",\"breadcrumb\":{\"@id\":\"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/#primaryimage\",\"url\":\"https:\/\/openexpoeurope.com\/wp-content\/uploads\/2020\/08\/portada-alex-arenols-ubuntu-linux-1.jpg\",\"contentUrl\":\"https:\/\/openexpoeurope.com\/wp-content\/uploads\/2020\/08\/portada-alex-arenols-ubuntu-linux-1.jpg\",\"width\":750,\"height\":498},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/openexpoeurope.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A Windows subsystem for Linux&#8230;\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/openexpoeurope.com\/en\/#website\",\"url\":\"https:\/\/openexpoeurope.com\/en\/\",\"name\":\"OpenExpo Europe 2021 - Virtual Experience\",\"description\":\"OpenExpo Europe 2021, 8th Annual Fair and Congress - Open IT Innovation - Open Source &amp; Free Software\",\"publisher\":{\"@id\":\"https:\/\/openexpoeurope.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/openexpoeurope.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/openexpoeurope.com\/en\/#organization\",\"name\":\"OpenExpo Europe\",\"url\":\"https:\/\/openexpoeurope.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/openexpoeurope.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/openexpoeurope.com\/wp-content\/uploads\/2018\/10\/csm_logo-open-expo-europe_01a0785240.png\",\"contentUrl\":\"https:\/\/openexpoeurope.com\/wp-content\/uploads\/2018\/10\/csm_logo-open-expo-europe_01a0785240.png\",\"width\":1024,\"height\":1024,\"caption\":\"OpenExpo Europe\"},\"image\":{\"@id\":\"https:\/\/openexpoeurope.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/OpenExpoEurope\/\",\"https:\/\/x.com\/openexpoeurope\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/openexpoeurope.com\/en\/#\/schema\/person\/49b1cc0b50d7f3c9a131661067c28faf\",\"name\":\"Alex Arenols\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/openexpoeurope.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3bdd62158e2d3c9f1d5366362e6e0bca319d6cccb6950c8792aa8a091ebc280b?s=96&d=wp_user_avatar&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3bdd62158e2d3c9f1d5366362e6e0bca319d6cccb6950c8792aa8a091ebc280b?s=96&d=wp_user_avatar&r=g\",\"caption\":\"Alex Arenols\"},\"description\":\"Apasionado de la tecnolog\u00eda, de la programaci\u00f3n y del software libre, usuario de toda la vida de windows un d\u00eda prob\u00f3 Linux, le gust\u00f3 y aun sigue con \u00e9l. Editor de los blogs cambiatealinux.com y netveloper.com donde explica y ayuda con art\u00edculos y trucos sobre Linux y programaci\u00f3n.\",\"url\":\"https:\/\/openexpoeurope.com\/en\/author\/alex-arenols\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A Windows subsystem for Linux... - OpenExpo Europe 2021 - Virtual Experience","description":"For some years now, Windows have included a compatibility system to natively execute Linux within Windows 10.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/","og_locale":"en_US","og_type":"article","og_title":"A Windows subsystem for Linux... - OpenExpo Europe 2021 - Virtual Experience","og_description":"For some years now, Windows have included a compatibility system to natively execute Linux within Windows 10.","og_url":"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/","og_site_name":"OpenExpo Europe 2021 - Virtual Experience","article_publisher":"https:\/\/www.facebook.com\/OpenExpoEurope\/","article_published_time":"2020-09-09T14:00:52+00:00","article_modified_time":"2020-09-11T15:55:46+00:00","og_image":[{"width":750,"height":498,"url":"https:\/\/openexpoeurope.com\/wp-content\/uploads\/2020\/08\/portada-alex-arenols-ubuntu-linux-1.jpg","type":"image\/jpeg"}],"author":"Alex Arenols","twitter_card":"summary_large_image","twitter_creator":"@openexpoeurope","twitter_site":"@openexpoeurope","twitter_misc":{"Written by":"Alex Arenols","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/#article","isPartOf":{"@id":"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/"},"author":{"name":"Alex Arenols","@id":"https:\/\/openexpoeurope.com\/en\/#\/schema\/person\/49b1cc0b50d7f3c9a131661067c28faf"},"headline":"A Windows subsystem for Linux&#8230;","datePublished":"2020-09-09T14:00:52+00:00","dateModified":"2020-09-11T15:55:46+00:00","mainEntityOfPage":{"@id":"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/"},"wordCount":648,"commentCount":0,"publisher":{"@id":"https:\/\/openexpoeurope.com\/en\/#organization"},"image":{"@id":"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/openexpoeurope.com\/wp-content\/uploads\/2020\/08\/portada-alex-arenols-ubuntu-linux-1.jpg","keywords":["free software","linux","open source","Software","Ubuntu","Windows"],"articleSection":["Blog","Open Source","Software","Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/","url":"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/","name":"A Windows subsystem for Linux... - OpenExpo Europe 2021 - Virtual Experience","isPartOf":{"@id":"https:\/\/openexpoeurope.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/#primaryimage"},"image":{"@id":"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/openexpoeurope.com\/wp-content\/uploads\/2020\/08\/portada-alex-arenols-ubuntu-linux-1.jpg","datePublished":"2020-09-09T14:00:52+00:00","dateModified":"2020-09-11T15:55:46+00:00","description":"For some years now, Windows have included a compatibility system to natively execute Linux within Windows 10.","breadcrumb":{"@id":"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/#primaryimage","url":"https:\/\/openexpoeurope.com\/wp-content\/uploads\/2020\/08\/portada-alex-arenols-ubuntu-linux-1.jpg","contentUrl":"https:\/\/openexpoeurope.com\/wp-content\/uploads\/2020\/08\/portada-alex-arenols-ubuntu-linux-1.jpg","width":750,"height":498},{"@type":"BreadcrumbList","@id":"https:\/\/openexpoeurope.com\/en\/a-windows-subsystem-for-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/openexpoeurope.com\/en\/"},{"@type":"ListItem","position":2,"name":"A Windows subsystem for Linux&#8230;"}]},{"@type":"WebSite","@id":"https:\/\/openexpoeurope.com\/en\/#website","url":"https:\/\/openexpoeurope.com\/en\/","name":"OpenExpo Europe 2021 - Virtual Experience","description":"OpenExpo Europe 2021, 8th Annual Fair and Congress - Open IT Innovation - Open Source &amp; Free Software","publisher":{"@id":"https:\/\/openexpoeurope.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/openexpoeurope.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/openexpoeurope.com\/en\/#organization","name":"OpenExpo Europe","url":"https:\/\/openexpoeurope.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/openexpoeurope.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/openexpoeurope.com\/wp-content\/uploads\/2018\/10\/csm_logo-open-expo-europe_01a0785240.png","contentUrl":"https:\/\/openexpoeurope.com\/wp-content\/uploads\/2018\/10\/csm_logo-open-expo-europe_01a0785240.png","width":1024,"height":1024,"caption":"OpenExpo Europe"},"image":{"@id":"https:\/\/openexpoeurope.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/OpenExpoEurope\/","https:\/\/x.com\/openexpoeurope"]},{"@type":"Person","@id":"https:\/\/openexpoeurope.com\/en\/#\/schema\/person\/49b1cc0b50d7f3c9a131661067c28faf","name":"Alex Arenols","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/openexpoeurope.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3bdd62158e2d3c9f1d5366362e6e0bca319d6cccb6950c8792aa8a091ebc280b?s=96&d=wp_user_avatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3bdd62158e2d3c9f1d5366362e6e0bca319d6cccb6950c8792aa8a091ebc280b?s=96&d=wp_user_avatar&r=g","caption":"Alex Arenols"},"description":"Apasionado de la tecnolog\u00eda, de la programaci\u00f3n y del software libre, usuario de toda la vida de windows un d\u00eda prob\u00f3 Linux, le gust\u00f3 y aun sigue con \u00e9l. Editor de los blogs cambiatealinux.com y netveloper.com donde explica y ayuda con art\u00edculos y trucos sobre Linux y programaci\u00f3n.","url":"https:\/\/openexpoeurope.com\/en\/author\/alex-arenols\/"}]}},"_links":{"self":[{"href":"https:\/\/openexpoeurope.com\/en\/wp-json\/wp\/v2\/posts\/58939","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/openexpoeurope.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/openexpoeurope.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/openexpoeurope.com\/en\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/openexpoeurope.com\/en\/wp-json\/wp\/v2\/comments?post=58939"}],"version-history":[{"count":0,"href":"https:\/\/openexpoeurope.com\/en\/wp-json\/wp\/v2\/posts\/58939\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/openexpoeurope.com\/en\/wp-json\/wp\/v2\/media\/58807"}],"wp:attachment":[{"href":"https:\/\/openexpoeurope.com\/en\/wp-json\/wp\/v2\/media?parent=58939"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/openexpoeurope.com\/en\/wp-json\/wp\/v2\/categories?post=58939"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/openexpoeurope.com\/en\/wp-json\/wp\/v2\/tags?post=58939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}