随笔分类 - Debian
摘要:1、进入下载页面 MySQL :: Download MySQL Community Server (Archived Versions) 2、下载客户端相关的包 cd /tmp wget mysql-common_8.4.0-1debian11_amd64.deb wget mysql-commu
阅读全文
摘要:1、debian11 wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.bullseye_amd64.deb apt install ./wkhtmltox*
阅读全文
摘要:1.首先在/usr/share/fonts/truetype/目录下新建一个目录chinese cd /usr/share/fonts/truetype/ mkdir chinese 2.拷贝windows字体到chinese目录 ,调整*.TTC权限 chmod 777 *.TTC 3.安装字体
阅读全文
摘要:1、debian11 //1.先备份 cp /etc/apt/sources.list /etc/apt/sources.list.bak //2.清空 echo " " > /etc/apt/sources.list //3.写阿里源 echo "deb https://mirrors.aliyu
阅读全文