树莓派安装CUPS做打印共享
1. 安装CUPS相关组件和HP打印机驱动apt-get update
apt-get install hplip -y
apt-get install cups -y2. 修改CUPS配置文件/etc/cups/cupsd.conf设置监听所有IP修改Listen localhost:631为Listen 0.0.0.0:631设置允许访问Web界面在<Location />
...
阅读全文
1. 安装CUPS相关组件和HP打印机驱动apt-get update
apt-get install hplip -y
apt-get install cups -y2. 修改CUPS配置文件/etc/cups/cupsd.conf设置监听所有IP修改Listen localhost:631为Listen 0.0.0.0:631设置允许访问Web界面在<Location />
...
阅读全文
修改/etc/apt/sources.list将mirrordirector.raspbian.org替换为mirrors.ustc.edu.cn/raspbian/修改/etc/apt/raspi.list将archive.raspberrypi.org替换为mirrors.ustc.edu.cn/archive.raspberrypi.org清华镜像源https://mirrors.tu...
阅读全文
启用TTL登录修改boot分区config.txt加上dtoverlay=pi3-miniuart-bt启用root登录sudo passwd root
sudo passwd --unlock root修改/etc/ssh/sshd_config#PermitRootLogin prohibit-password
PermitRootLogin yes重启ssh来源:https://blo...
阅读全文