https://www.gravatar.com/avatar/0826480900fa4b17f1839f1ea9476878?s=240&d=mp

Nut's Blog

内核调试环境配置

操作系统实验环境配置 操作系统实验中,利用qemu运行RISCV架构下的操作系统,gdb远程调试。利用vscode给gdb提供图形界面的支持可

Manjaro

Configure manjaro Change sources rank mirrors 1 2 sudo pacman-mirrors -i -c China -m rank sudo pacman -Syu change the gem source 1 gem sources --add https://mirrors.tuna.tsinghua.edu.cn/rubygems/ --remove https://rubygems.org/ change the npm source 1 2 3 npm install -g nrm // 全局安装nrm模块 nrm ls // 显示所有可用的源 nrm use taobao // 切换到淘宝