Centos6系统yum源(2022-09-15亲测可用) 1、备份 mv /etc/yum.repos.d/… 继续阅读 Centos6系统yum源(2022-09-15亲测可用)
作者: isvee
Ubuntu 22.04 安装 VNC Server
vi .vnc/xstartup xsetroot -solid grey autocutsel -fork … 继续阅读 Ubuntu 22.04 安装 VNC Server
onnx量化
onnx==1.16.1 onnxruntime==1.19.2 import argparse import… 继续阅读 onnx量化
Arduino install esp32 support
install Arduino Open: https://github.com/espressif/ardu… 继续阅读 Arduino install esp32 support
pip install pytorch cuda
Download: 1.13.1 https://download.pytorch.org/whl/cu116… 继续阅读 pip install pytorch cuda
解决Ubuntu关机后无法WOL开机问题
sudo apt install net-tools ifconfig sudo apt install et… 继续阅读 解决Ubuntu关机后无法WOL开机问题
Ubuntu 22.04
sudo deluser ubuntu sudo sudo su passwd root vi /etc/su… 继续阅读 Ubuntu 22.04
新建jupyter notebook时出现500:Internal Server Error解决方法
Error产生原因:nbconvert这个package出现了版本冲突。 解决方法: – 升级nbconver… 继续阅读 新建jupyter notebook时出现500:Internal Server Error解决方法
VS2022使用Yasm
添加环境变量 YASMPATH=G:\yasm-1.3.0-win64\ 注意结尾的\不要漏 Or: mkdi… 继续阅读 VS2022使用Yasm
Notepad++调用NASM编译器
1,启动NotePad++,在菜单上选择“运行(R)”->“运行(R)”。 2,在弹出的窗口内,输入:cmd … 继续阅读 Notepad++调用NASM编译器