並び順

ブックマーク数

期間指定

  • から
  • まで

201 - 210 件 / 210件

新着順 人気順

WSL2の検索結果201 - 210 件 / 210件

  • WindowsTerminalやPowerShellからWSL2を実行した際に~/.bashrcが読み込まれない - Qiita

    WindowsTerminalで実行した際、一部のPATHが通ってない WindowsTerminalでWSL2 ubuntuを実行しシェルを立ち上げた際にbundle等のコマンドが使えず一部のPATHが通ってないことに気づきました。 また確認してみるとPowerShellからwsl -d ubuntuなどを入力して立ち上げた際も同様に通ってません。 しかし、VSCodeのRemoteWSLのターミナルではPATHが問題なく通ってます。 bashで通るようになる PATHが通ってないシェル上でbashを入力するとパスが通ります。 起動時に実行されてるシェルもBashでbash入力で起動するシェルも当然Bashですが、この2つは何が違うのでしょうか。 どうやらWindowsから起動したWSL2のShellは~/.bashrcに書き込んだ環境変数を読み込んでいないようです。 ~/.bashrc

      WindowsTerminalやPowerShellからWSL2を実行した際に~/.bashrcが読み込まれない - Qiita
    • Windows Subsystem for Linux 2 - Addressing Traffic Routing Issues

      The Problem So recently I was trying to run some kubectl commands using WSL2 to my home K8S cluster and encountered some strange events. Everything had worked fine when using WSL but for some reason I could now only ping external devices to my laptop (Router, Switch, Printer etc). My Configuration So just for clarification I have my configuration set like this. My local network runs a 192.168.1.0/

        Windows Subsystem for Linux 2 - Addressing Traffic Routing Issues
      • Winsock module breaks WSL2 · Issue #4177 · microsoft/WSL

        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

          Winsock module breaks WSL2 · Issue #4177 · microsoft/WSL
        • Developing on Amazon Linux 2 using Windows | Amazon Web Services

          AWS Developer Tools Blog Developing on Amazon Linux 2 using Windows When a developer needs to target Amazon Linux 2 (AL2) to run their code but they only have access to a Windows development environment, they can use the Windows Subsystem for Linux (WSL) and Visual Studio Code (VS Code) to accomplish that. Targeting AL2 allows a developer to gain the benefits associated with AL2 – support for the

            Developing on Amazon Linux 2 using Windows | Amazon Web Services
          • WindowsでもサクサクDocker (Rancher Desktop with WSL2)

            目的 以前に WindowsでもサクサクDocker という記事を公開していますが、 そちらで利用しているDocker Desktopは2021年秋に一部条件を除いて有償化されました。 本手順ではDocker Desktopの代わりにRancher Desktopを使ってWindows上で快適にDockerを使える環境を構築します。 なお、WSL2上で直接Docker Engineを起動する方法も紹介していますので、よろしければそちらも参考にしてみてください。 WindowsでもサクサクDocker (Docker on WSL2 without Docker Desktop) 内容 有償化されたDocker Desktopを使わずに、Windows上でDockerを使えるようにします。 大まかには下記手順になります。 Rancher Desktop のインストール Rancher Des

              WindowsでもサクサクDocker (Rancher Desktop with WSL2)
            • WSL2 での DISPLAY 設定 - Qiita

              WSL2 では、YOUR_HOSTNAME.mshome.net のように、mshome.net をドメイン名としたホスト名が割り当てられています。 これを用いて、

                WSL2 での DISPLAY 設定 - Qiita
              • VS CodeのRemote - Containers拡張とDiagramsを利用してクラウド構成図を書く - kdnakt blog

                久しぶりにクラウド構成図を書く機会があり、『Diagrams』を思い出したので、最近知ったVS CodeのRemote - Containers拡張との組み合わせを試してみた。 [Diagramsとは] [Remote - Containersを使う動機] [Diagramsを動かすためのDockerfileなど] [VS Code上でクラウド構成図を書く] [まとめ] [Diagramsとは] DiagramsはPythonコードでクラウド構成図を作成できるライブラリである。 概要はtadaさんやよしたくさんが紹介してくれている。 sadayoshi-tada.hatenablog.com yoshitaku-jp.hatenablog.com [Remote - Containersを使う動機] Diagramsをインストールするにはいくつか方法があるが、例えば以下のコマンドを利用でき

                  VS CodeのRemote - Containers拡張とDiagramsを利用してクラウド構成図を書く - kdnakt blog
                • GPU accelerated ML training inside the Windows Subsystem for Linux

                  The Windows Subsystem for Linux (WSL) enables Windows users to run native, unmodified Linux command-line tools directly on Windows. WSL usage has grown a lot since it was first announced 4 years ago, at Microsoft Build 2016, and now runs on more than 3.5 million monthly active devices! Adding GPU compute support to WSL has been our #1 most requested feature since the first release. Over the last f

                    GPU accelerated ML training inside the Windows Subsystem for Linux
                  • 【Windows10 WSL2/Ubuntu 20.04 LTS】gcc, make などの開発ツールをインストールして使う

                    下記コマンドを実行して、ビルドツールをインストール。 $ sudo apt install build-essential 確認 gccとmakeコマンドが実行できるか確認 $ gcc --version gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ make --version GNU Make 4.2.1 Built for x86_64-pc-linux-gnu

                      【Windows10 WSL2/Ubuntu 20.04 LTS】gcc, make などの開発ツールをインストールして使う
                    • WSL2でCentOS Streamを使う - Qiita

                      先日、CentOSが開発方針を変更ーー「CentOS 8」は2021年終了、今後は「CentOS Stream」に注力 | OSDN Magazine なんてなことが話題になりました。 そこでWSL2でもCentOS Streamを使ってみようと思ったのでやってみました。結果的に、今年のアドベントカレンダーに書いてきた以下の3つの記事全部に関連する内容になりました。 ストアアプリではない方法でディストリビューションを導入 WSL2でカスタムカーネルをビルドして使う WSL2で仮想ディスクイメージをマウントする お手軽な方法 CentOS Streamのrootfsを抽出しておいたので、ここからrootfs.tar.gzをダウンロードして、コマンドラインからインポートしてください。 公式の配布物をもとに自分でやってみる方法 CentOSのクラウドイメージ配布サイトから、CebtOS Stre

                        WSL2でCentOS Streamを使う - Qiita

                      新着記事