杨过link

杨过Link

Windows


Windows重装后全自动下载所需软件和配置开发环境

初始化一键安装必备软件 右键点击开始菜单,powershell(管理员)运行下面脚本 iex ((New-Object System.Net.WebClient).DownloadString('https://github.com/gxhao2020/configuration-script-win/blob/main/install.ps1')) 安装winget winget 是微软推出的命令行工具,可以输入简单的命令安装常用软件,参考这里 Install Winget if (-not $(Get-Command winget -ErrorAction SilentlyContinue)) { Write-Host Installing WinGet... -ForegroundColor Green Start-Process ms-appinstaller:?  …

Windows automatic PowerShell

NFS Filesystem Mount

使用nfs文件系统挂载 服务器端挂载配置 https://cloud.tencent.com/developer/article/1626660 参考文章 :How to share a directory on a Linux machine to a Windows machine via NFS? 挂载相关命令 Linux side: Install the NFS server and utilities (nfs-utils or your distribution's equivalent). sudo apt install nfs-kernel-server Create the directory /srv/nfs. sudo mkdir -p /srv/nfs4/backups Create a new empty directory under /srv/ …

Linux NFS Windows

  • 1