function createWorker() { const script_content = `self.addEventListener('message', function(e) { const result = e.data[0] + e.data[1]; pos
普通安装 安装 wget https://code-server.dev/install.sh bash install.sh 配置 nano ~/.config/code-server/config.yaml 运行
背景 linux 用key可以连接到github,但是windows不行 错误提示 git@github.com: Permission denied (publickey) 解决办法 git config --global core.sshCommand “‘C:\Windows\System32
DISM.exe /Online /Cleanup-image /Scanhealth DISM.exe /Online /Cleanup-image /Checkhealth DISM.exe /Online /Cleanup-image /Restorehealth sfc /scannow
install ros2(humble) locale # check for UTF-8 apt update && apt install locales locale-gen en_US en_US.UTF-8 update-locale LC_ALL=en_US.UTF-8 LANG=en
add-apt-repository ppa:graphics-drivers/ppa apt update apt install nvidia-driver-XXX reboot now 将XXX替换为你想要的驱动版本号