Skip to content

Commit

Permalink
Merge pull request #2 from vanJker/von
Browse files Browse the repository at this point in the history
Transfer project tp5a0 to Joker Von
  • Loading branch information
ccrysisa authored Dec 17, 2024
2 parents 421d5ee + 28b8e27 commit a391cc5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 102 deletions.
99 changes: 0 additions & 99 deletions content/posts/sysprog/tp5a0.md

This file was deleted.

14 changes: 11 additions & 3 deletions content/posts/toolkit/wsl2.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,11 @@ Windows 11 的 WSL 则默认支持 WSLg 图形化。
设置完成后得安装一些必备软件包:

```sh
$ sudo pacman -S coreutils binutils man-db man-pages gcc clang
$ sudo pacman -S coreutils binutils man-db man-pages gcc git
```

> clang 太大了个人不推荐在 WSL 上使用
关于 pacman 的用法可以参考 B 站 TheCW 的讲解视频:

{{< bilibili BV1o4411N7oH >}}
Expand Down Expand Up @@ -168,9 +170,15 @@ $ sudo pacman -S fish
exec fish
```

## LinuxmintWSL2

仓库地址: https://github.com/sileshn/LinuxmintWSL2

操作与 ArchWSL 大同小异,其实这种自定义发行版的 WSL 都差不多

## 效果展示

{{< image src="/images/tools/ubuntu-22.04-wsl2.png" >}}
{{< image src="/images/tools/ubuntu-22.04-wsl2.png" caption="Ubuntu 22.04" >}}

{{< image src="/images/tools/ArchWSL.png" >}}
{{< image src="/images/tools/ArchWSL.png" caption="Arch Linux" >}}

Binary file removed static/images/tp5/x86-io.drawio.png
Binary file not shown.

0 comments on commit a391cc5

Please sign in to comment.