Togethxr will be first female athlete-led brand to serve as shirt sponsor of a pro women's sports team. The post London City Lionesses bring ‘Everyone Watches Women’s Sports’ shirts to WSL appeared first on SportsPro.| SportsPro
At my current employer we are still using a local build server to host our Azure Pipeline agents and run our builds. Having multiple agents ...| bartwullems.blogspot.com
Configuring WSL First they run a VPN client on the host machine and then they go to user’s folder: create .wslconfig file with the following content: where memory and swap are required to prevent command from being terminated, and the rest of the configuration file is required to use host’s VPN. After WSL is restarted in PowerShell with the following command in WSL should show IP address obtained through VPN. Alternatively they use UI, see the screenshot. Setting up Linux build environm...| DeveloperNote.com
| DeveloperNote.com
Go to user’s folder: create .wslconfig file with the following content: and restart WSL in PowerShell: Ensure the changed was applied:| DeveloperNote.com
It's super easy for Javascript developers now to use Ubuntu on Windows 11 with WSL.| Jonathan Creamer
Context| Techdecline's Blog
Microsoft recently announced the first open source| My Reality Blog
Back up your entire WSL distribution and import it on a different machine.| Aleksandr Hovhannisyan
Move files between Windows and WSL using the wslpath command-line utility.| Aleksandr Hovhannisyan
Start PowerShell Find where your WSL vhdx file is located. Usually under: C:\Users\yourname\AppData\Local\Package\Linuxdistroflavour\LocalState\ext4.vhdx Start diskpart (from PowerShell or CMD): diskpart.exe Run: select vdisk file="C:\Users\Jan van den Berg\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\ext4.vhdx" and next: compact vdisk The post Compact WSL partition and reclaim storage space appeared first on Jan van den Berg.| Jan van den Berg
こんにちは、futabatoです。 いつも通りWSL2を使ってgit cloneを行ったところ、以下の画像のようなエラーがでてしまったので、この問題の解決方法を記事にまとめました。 :thinking: 環境 解決手順 1. Ubuntuの/etc/wsl.conf に 以下の内容を記入します。 $ sudo vim /etc/wsl.conf [network] generateResolvConf = false 2. Ubuntuを閉じた後、Windows PowerShellを開いて、以下のコマンドを実行します。 > w...| アルゴリズム弱太郎
この記事はSecHack365 Advent Calendar 2024 3日目の記事です。 qiita.com こんにちは、ふたばとです。 今回は、WSL の仮想ハードディスクサイズの拡張、つまり WSL に割くストレージの量を拡張します。 先日のこちらの記事は、Windows 側のストレージの話です。 01futabato10.hateblo.jp 1. 現在のディスク使用状況を確認する まず、現在のディスク使用状況を確認します。以下のコマンドを...| アルゴリズム弱太郎
People logging in to Ubuntu systems via SSH or on the virtual terminals are familiar with the Message Of The Day greeter which contains useful URLs and important system information including the number of updates that need to be installed manually. However, when starting a Ubuntu container or a Ubuntu terminal on WSL, you are […]| Obsessed with reality
When I started using Ubuntu more than a decade ago I was impressed how well it worked out of the box. It detected most of my machine’s hardware and I could start working on it immediately. The Windows Subsystem for Linux is a much newer Ubuntu platform which can also run graphical applications without any […]| Obsessed with reality
The Podman team introduced the support for Hyper-V with Podman version 4.8. With version 5.1, we updated the Podman Windows installer to allow Hyper-V configuration at installation time. This blog …| blog.podman.io
An alternative using WSL 2, where Docker Desktop is not available to you in Windows| Failing Fast
Update (June 2019): Much of this post remains true, and is still relevant ~six months later (slow IO perf, WSL feeling like a shim), but there are some major improvements just around the corner. Specifically, with WSL2 moving to a VM-based architecture, a lot of the perf woes are scheduled to disappear. With VS Code’s Remote extension, the “two halves of the same system” problem - where you have to duplicate your toolchain - is effectively gone (this has been my favorite improvement so ...| questionable services
この記事は IPFactory Advent Calendar 2022 の 1 日目の記事です。 qiita.com こんにちは、futabatoです。 WSL2をメインの作業場にしているのですが、ストレージがパンパンになって不要な docker image などを削除してもスペースが空いてくれない問題があったので解決策のメモを残しておきます。 ストレージの余裕は心の余裕 pic.twitter.com/r3DdID3nXY— ふたばと (@01futabato10) 2022年10月7日 gith...| アルゴリズム弱太郎
There is a bug in WSL2 that causes the clock inside the VM to drift behind the actual clock on the machine. This can lead to many unexpected issues, ranging from harmless (git commit messages having old timestamps) to severe (SSL connection failures). We can sync the VM clock using the command 1 sudo hwclock -s We can also add the command as a cron job every 5-10 minutes to make sure that the clock doesn’t drift too far back.| Ishan Das Sharma
This post presents several tips and tricks to make the Windows Terminal experience more productive for developers and system administrators| Freshman — Articles and Tutorials on Software Development