Think before you speak, read before you think.

Category: Windows

  • windows 11 VSCode Golang

    https://go.dev/dl/ download msi install package install path C:\Program Files\Go GOROOT GOPATH=C:\Users\username\go

  • windows 10 自带磁盘工具 diskpart

    老硬盘接上电脑用来存东西,磁盘重新初始化 PS C:\Users\jpuyy> diskpart Microsoft DiskPart 版本 10.0.19041.964 Copyright (C) Microsoft Corporation. 在计算机上: JPUYY-PC DISKPART> list disk 磁盘 ### 状态 大小 可用 Dyn Gpt ——– ————- ——- ——- — — 磁盘 0 联机 465 GB 465 GB * 磁盘 1 联机 465 GB 1024 KB 磁盘 2 联机 953 GB 4096 KB DISKPART> select disk…

  • windows11 Powershell WSL2 配置开发环境

    安装 windows terminal https://docs.microsoft.com/zh-cn/windows/wsl/install 安装 CentOS ( Microsoft Store ) root 登入,安装必备软件包 yum update cat /etc/redhat-release yum install git vim curl WSL 和 windows 文件交换在 /mnt 目录下 mkidr /mnt/c/Users/jpuyy/git ln -s /mnt/c/Users/jpuyy/{Downloads,git,OneDrive} ~/ 作为项目目录 yum install -y zsh 安装 oh-my-zsh sh -c “$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)” 遇到 raw.githubusercontent.com 被污染,临时解决 echo ‘nameserver 8.8.8.8’ > /etc/resolv.conf 安装 kubectx…

  • 使用 Macrium Reflect 克隆 windows 到 M.2 SSD

    搞了一块 1TB M.2 SSD,把原来的 256G SSD (windows C/D 盘) 完整迁移到 M.2 上 使用 Macrium Reflect 工具,选择 Home Use,拖拽分区,设置大小,等待完成后即可 参考

  • git notes

    level 6 rebase git fetch只获取,并不合并 本地与远端使用git rebase git rebase进行了三步操作 把所有master的改变放到一个临时区域里面 运行所有origin/master的提交 运行在临时区域的commits 本地两个分支间的rebase,master和  develop均有提交 在develop分支下, git rebase master 然后再git checkout master 把develp合并过来 git merge develop conflicts本地master和远端origin/master都修改了同一个文件,并在本地提交 解决冲突 在master上git fetch 然后git rebase,这样保证在master上有最新的代码 这里会提示有冲突 当解决了问题,则用git rebase –continue level 7 git log sha hash git config –global color.ui true git log –pretty=oneline git log –oneline –stat 当前分支与 master…

  • windows查看内存

    简要说明 C:\Users\Administrator>wmic memorychip list brief Capacity DeviceLocator MemoryType Name Tag Total Width 8589934592 DIMM_A1 0 Physical Memory Physical Memory 0 72 8589934592 DIMM_A2 0 Physical Memory Physical Memory 1 72 详细说明(可查内存频率) C:\Users\Administrator>wmic memorychip list