View linux from windows

Содержание
  1. Run Linux GUI apps on the Windows Subsystem for Linux (preview)
  2. Install support for Linux GUI apps
  3. Prerequisites
  4. Fresh install — No prior WSL installation
  5. Existing WSL install
  6. Run Linux GUI apps
  7. Update the packages in your distribution
  8. Install Gedit
  9. Install GIMP
  10. Install Nautilus
  11. Install VLC
  12. Install X11 apps
  13. Install Google Chrome for Linux
  14. Install Microsoft Teams for Linux
  15. Install Microsoft Edge browser for Linux
  16. Access Linux filesystems in Windows and WSL 2
  17. Getting started
  18. Accessing these files with File Explorer
  19. Limitations
  20. Give us your feedback!
  21. запуск приложений с графическим интерфейсом Linux на подсистема Windows для Linux (предварительная версия)
  22. Установка поддержки для приложений с графическим интерфейсом Linux
  23. Предварительные требования
  24. Новая установка — нет предыдущей установки WSL
  25. Существующая установка WSL
  26. Запуск приложений с графическим пользовательским интерфейсом Linux
  27. Обновление пакетов в дистрибутиве
  28. Установка Gedit
  29. Установка ГИМП
  30. Установка Наутилус
  31. Установка Влк
  32. Установка приложений X11
  33. Установка Google Chrome для Linux
  34. установка Microsoft Teams для Linux
  35. установка обозревателя Microsoft Edge для Linux
  36. Freeware Linux Readerв„ў for Windows
  37. Safe and quick access to alternative file systems
  38. Important to Know
  39. Linux Readerв„ў Specifications
  40. Linux Reader Proв„ў Specifications
  41. Linux Readerв„ў and Linux Reader Proв„ў Essentials
  42. How to Read Linux Files on Windows

Run Linux GUI apps on the Windows Subsystem for Linux (preview)

You can now preview Windows Subsystem for Linux (WSL) support for running Linux GUI applications (X11 and Wayland) on Windows in a fully integrated desktop experience.

WSL 2 enables Linux GUI applications to feel native and natural to use on Windows.

  • Launch Linux apps from the Windows Start menu
  • Pin Linux apps to the Windows task bar
  • Use alt-tab to switch between Linux and Windows apps
  • Cut + Paste across Windows and Linux apps

You can now integrate both Windows and Linux applications into your workflow for a seamless desktop experience.

Install support for Linux GUI apps

Prerequisites

You will need to be on Windows 11 Build 22000 or higher to access this feature. You can join the Windows Insiders Program to get the latest preview builds.

Installed driver for vGPU

To run Linux GUI apps, you should first install the preview driver matching your system below. This will enable you to use a virtual GPU (vGPU) so you can benefit from hardware accelerated OpenGL rendering.

Fresh install — No prior WSL installation

If you have not already done so, install WSL and set up a user name and password for your Linux distribution.

Open a command prompt with administrator privileges.

Select Start, type PowerShell, right-click Windows PowerShell, and then select Run as administrator.

Run this command and reboot your machine when prompted:

Once your machine has finished rebooting, installation will continue and you will be asked to enter a username and password. This will be your Linux credential for the Ubuntu distribution.

You’re now ready to begin using Linux GUI apps on WSL!

Existing WSL install

If you already have WSL installed on your machine, you can update to the latest version that includes Linux GUI support by running the update command from an elevated command prompt.

Select Start, type PowerShell, right-click Windows PowerShell, and then select Run as administrator.

Enter the WSL update command:

You will need to restart WSL for the update to take effect. You can restart WSL by running the shutdown command in PowerShell.

Linux GUI apps are only supported with WSL 2 and will not work with a Linux distribution configured for WSL 1. Read about how to change your distribution from WSL 1 to WSL 2.

Run Linux GUI apps

You can run the following commands from your Linux terminal to download and install these popular Linux applications. If you are using a different distribution than Ubuntu, it may use a different package manager than apt. Once the Linux application is installed, you can find it in your Start menu under the distribution name. For example: Ubuntu -> Microsoft Edge .

Update the packages in your distribution

Install Gedit

Gedit is the default text editor of the GNOME desktop environment.

Читайте также:  После выключения компьютера он снова включается windows

To launch your bashrc file in the editor, enter: gedit

Install GIMP

GIMP is a free and open-source raster graphics editor used for image manipulation and image editing, free-form drawing, transcoding between different image file formats, and more specialized tasks.

To launch, enter: gimp

Install Nautilus

Nautilus, also known as GNOME Files, is the file manager for the GNOME desktop. (Similiar to Windows File Explorer).

To launch, enter: nautilus

Install VLC

VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files.

To launch, enter: vlc

Install X11 apps

X11 is the Linux windowing system and this is a miscellaneous collection of apps and tools that ship with it, such as the xclock, xcalc calculator, xclipboard for cut and paste, xev for event testing, etc. See the x.org docs for more info.

To launch, enter the name of the tool you would like to use. For example:

Install Google Chrome for Linux

To install the Google Chrome for Linux:

  1. Change directories into the temp folder: cd /tmp
  2. Use wget to download it: sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
  3. Get the current stable version: sudo dpkg -i google-chrome-stable_current_amd64.deb
  4. Fix the package: sudo apt install —fix-broken -y
  5. Configure the package: sudo dpkg -i google-chrome-stable_current_amd64.deb

To launch, enter: google-chrome

Install Microsoft Teams for Linux

To install Microsoft Teams for Linux:

  1. Change directories into the temp folder: cd /tmp
  2. Use curl to download the package: sudo curl -L -o «./teams.deb» «https://teams.microsoft.com/downloads/desktopurl?env=production&plat=linux&arch=x64&download=true&linuxArchiveType=deb»
  3. Use apt to install it: sudo apt install ./teams.deb -y

To launch, enter: teams

Install Microsoft Edge browser for Linux

Find information on how to install the Microsoft Edge browser for Linux using the command line on the Edge Insider site. Select Get instructions under the Command line installation section of the page.

Источник

Access Linux filesystems in Windows and WSL 2

September 10th, 2020

Starting with Windows Insiders preview build 20211, WSL 2 will be offering a new feature: wsl —mount . This new parameter allows a physical disk to be attached and mounted inside WSL 2, which enables you to access filesystems that aren’t natively supported by Windows (such as ext4).

So, if you’re dual booting with Windows & Linux using different disks, you can now access your Linux files from Windows!

Getting started

To mount a disk, open a PowerShell window with administrator privileges and run:

To list the available disks in Windows, run:

To unmount and detach the disk from WSL 2, run

The disks paths are available under the ‘DeviceID’ columns. Usually under the \\.\\\.\PHYSICALDRIVE* format. Below is an example of mounting a specific partition of a given hard disk into WSL and browsing its files.

Accessing these files with File Explorer

Once mounted, it’s also possible to access these disks through the Windows explorer by navigating to \wsl$ and then to the mount folder.

Limitations

By default, wsl —mount attempts to mount the disk as ext4. To specify a filesystem, or for more advanced scenarios, check out Mount a disk in WSL 2.

Also please note that this feature comes with the limitation that only physical disks can be attached to WSL 2. At this time, it’s not possible to attach a single partition. More details on the limitations here.

Give us your feedback!

If you run into any issues, or have feedback for our team please file an issue on our Github , and if you have general questions about WSL you can find all of our team members that are on Twitter on this twitter list.

Источник

запуск приложений с графическим интерфейсом Linux на подсистема Windows для Linux (предварительная версия)

теперь можно предварительно просмотреть подсистема Windows для Linux поддержку для запуска приложений с графическим пользовательским интерфейсом Linux (X11 и вайланд) на Windows в полностью интегрированном рабочем столе.

WSL 2 позволяет приложениям с графическим интерфейсом Linux работать в собственном и естественном виде для Windows.

  • запуск приложений Linux из Windows меню
  • закрепление приложений Linux на панели задач Windows
  • используйте alt-tab для переключения между приложениями Linux и Windows
  • вырезать и вставить в приложениях Windows и Linux
Читайте также:  Agestar 3fbcp1 драйвер для windows 10

теперь вы можете интегрировать как Windows, так и приложения Linux в рабочий процесс для удобства работы с рабочим столом.

Установка поддержки для приложений с графическим интерфейсом Linux

Предварительные требования

чтобы получить доступ к этой функции, необходимо включить Windows 11 сборки 22000 или более поздней версии . вы можете присоединиться к программе «предварительные оценки» Windows , чтобы получить последние предварительные сборки.

Установленный драйвер для GPU

Чтобы запустить приложения для графического пользовательского интерфейса Linux, сначала необходимо установить драйвер предварительной версии, соответствующий вашей системе. Это позволит использовать виртуальный графический процессор (GPU), чтобы можно было воспользоваться преимуществами визуализации OpenGL с аппаратным ускорением.

Новая установка — нет предыдущей установки WSL

Установите WSL и настройте имя пользователя и пароль для дистрибутива Linux, если вы еще этого не сделали.

Откройте окно командной строки с правами администратора.

нажмите кнопку пуск, введите PowerShell, щелкните правой кнопкой мыши Windows PowerShell, а затем выберите запуск от имени администратора.

Выполните эту команду и перезагрузите компьютер при появлении запроса:

После завершения перезагрузки компьютера установка продолжится, и вам будет предложено ввести имя пользователя и пароль. Это будут учетные данные Linux для дистрибутива Ubuntu.

Теперь вы готовы приступить к использованию приложений с графическим интерфейсом Linux на WSL!

Существующая установка WSL

Если на компьютере уже установлен WSL, можно выполнить обновление до последней версии, которая включает поддержку графического пользовательского интерфейса Linux, выполнив команду Update из командной строки с повышенными привилегиями.

нажмите кнопку пуск, введите PowerShell, щелкните правой кнопкой мыши Windows PowerShell, а затем выберите запуск от имени администратора.

Введите команду WSL Update:

Чтобы обновление вступило в силу, необходимо перезапустить WSL. Вы можете перезапустить WSL, выполнив команду shutdown в PowerShell.

Приложения с графическим интерфейсом Linux поддерживаются только с WSL 2 и не будут работать с дистрибутивом Linux, настроенным для WSL 1. Узнайте , как изменить дистрибутив с WSL 1 на WSL 2.

Запуск приложений с графическим пользовательским интерфейсом Linux

Для загрузки и установки популярных приложений Linux можно выполнить следующие команды в терминале Linux. При использовании другого дистрибутива, отличного от Ubuntu, он может использовать диспетчер пакетов, отличный от apt. После установки приложения Linux его можно найти в меню » Пуск » под именем распространения. Например: Ubuntu -> Microsoft Edge .

Обновление пакетов в дистрибутиве

Установка Gedit

Gedit является текстовым редактором по умолчанию среды GNOME Desktop.

Чтобы запустить файл bashrc в редакторе, введите: gedit

Установка ГИМП

ГИМП — это свободный графический редактор с открытым исходным кодом, который используется для обработки изображений и редактирования изображений, рисования произвольной формы, перекодирования между различными форматами файлов изображений и более специализированных задач.

Для запуска введите: gimp

Установка Наутилус

Наутилус, также известные как файлы GNOME, — это диспетчер файлов для рабочего стола GNOME. (одинаковые в Windows Explorer).

Для запуска введите: nautilus

Установка Влк

Влк — это бесплатный мультимедийный проигрыватель и платформа с открытым исходным кодом, который воспроизводит большинство мультимедийных файлов.

Для запуска введите: vlc

Установка приложений X11

X11 — это система окон Linux, которая представляет собой набор приложений и средств, поставляемых с ней, таких как ксклокк, кскалк калькулятор, ксклипбоард для вырезания и вставки, Ксев для тестирования событий и т. д. Дополнительные сведения см. в документации по x.org .

Для запуска введите имя инструмента, который вы хотите использовать. Вот несколько примеров.

Установка Google Chrome для Linux

Чтобы установить Google Chrome для Linux, выполните следующие действия.

  1. Измените каталоги во временную папку: cd /tmp
  2. Используйте wget, чтобы скачать его: sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
  3. Получить текущую стабильную версию: sudo dpkg -i google-chrome-stable_current_amd64.deb
  4. Исправьте пакет: sudo apt install —fix-broken -y
  5. Настройте пакет: sudo dpkg -i google-chrome-stable_current_amd64.deb

Для запуска введите: google-chrome

установка Microsoft Teams для Linux

установка Microsoft Teams для Linux:

  1. Измените каталоги во временную папку: cd /tmp
  2. Используйте фигурную скобку для скачивания пакета: sudo curl -L -o «./teams.deb» «https://teams.microsoft.com/downloads/desktopurl?env=production&plat=linux&arch=x64&download=true&linuxArchiveType=deb»
  3. Для установки используйте apt: sudo apt install ./teams.deb -y

Для запуска введите: teams

установка обозревателя Microsoft Edge для Linux

сведения о том, как установить браузер Microsoft Edge для Linux, можно найти с помощью командной строки на сайте предварительнойверсии. Выберите получить инструкции в разделе Установка командной строки на странице.

Читайте также:  Что делать если dns сервер не отвечает windows 10 как исправить

Источник

Freeware Linux Readerв„ў for Windows


Safe and quick access to alternative file systems

Linux Readerв„ў is a popular and free software product, and it remains non-commercial freeware. Since version 4.0, there are extra features that are available as Linux Reader Proв„ў.

With Linux Reader Proв„ў, you can read files from even more file systems, get remote access through an SSH connection, create a virtual drive, export files via FTP, and more.

All significant features of Linux Readerв„ў remain free: no annoying advertising, no trial mode, no restrictions.

Important to Know

Both Linux Readerв„ў and Linux Reader Proв„ў provide you with safe, read-only access to the source drive. Moreover, Linux Readerв„ў and Linux Reader Proв„ў bypass file security policies, so you can access any file on a Linux disk.

System requirements for Linux Readerв„ў and Linux Reader Proв„ў: Windows 7, 8 or 10.

Linux Readerв„ў Specifications

Linux Readerв„ў and Linux Reader Proв„ў provide you with access to files on the following file systems:

  • Ext2/3/4
  • ReiserFS, Reiser4
  • HFS, HFS+(reader)
  • FAT, exFAT
  • NTFS, ReFS
  • UFS2
  • RomFS(reader)
  • RAID 0, 1, 4, 5, 50, 10, and JBOD
  • APFS (reader mode)
  • ZFS (preview only*)
  • XFS (preview only*)
  • Hikvision NAS and DVR (preview only*)

* Linux Reader Proв„ў license is required to obtain full access to files.

Linux Reader Proв„ў Specifications

In addition to the file systems mentioned above, Linux Reader Proв„ў provides full access to these additional file systems:

  • ZFS
  • Encrypted APFS
  • XFS
  • Hikvision NAS and DVR
  • Encrypted BitLocker disks

With Linux Reader Proв„ў, you can also remotely access files via SSH on Linux, FreeBSD, NetBSD, QNX, Mac OS, and other Unix-like file systems.

The brilliant features of Linux Reader Proв„ў allow you to:

Linux Readerв„ў and Linux Reader Proв„ў Essentials

Both Linux Readerв„ў and Linux Reader Proв„ў have the following features:

  • Read files from all types of hard drives, including SSD, HDD, flash drives, memory cards, and others.
  • Read-only access to files in Linux drives, leaving the original files intact.
  • Free preview of the contents of files to ensure integrity.
  • Access any files on Linux system, bypassing security policies.
  • Create a disk image of the drives you have access to. In the event of data loss, you can restore the whole drive from this image. This is the most popular feature and the easiest way to restore a drive, according to Linux Readerв„ў users.

For the moment, DiskInternals Linux Readerв„ў is the premier software tool on the market, providing you with access from Windows to various Linux file systems like Ext2/Ext3/Ext4, HFS, ReiserFS, and others.

You are welcome to download the free version of Linux Readerв„ў right now. This version allows you to upgrade to Linux Reader Proв„ў.

How to Read Linux Files on Windows

  1. 1. First, you need to download and install Linux Readerв„ў.
  1. 2. Then, run Linux Readerв„ў and choose the drive you want to open.
  1. 3. Linux Reader™ shows you all the available files, including pictures, videos, documents, and other files. Select any file to preview its content by right-clicking the mouse and choosing ”Preview in New Window”. Preview is absolutely free and does not oblige you to pay anything.
  1. 4. You can save files from Linux to Windows:
  1. 5. To access files remotely via SSH protocol, to export files from file systems supported by Linux Reader Proв„ў only, to map files as a virtual drive, or to export files to the FTP server, you will need a Linux Reader Proв„ў license, which you can easily purchase online. The license also gives you free updates of Linux Reader Proв„ў software for 12 months and priority in technical support.

Please, download the completely free version of Linux Readerв„ў with the option of upgrading to Linux Reader Proв„ў.

Источник

Оцените статью