8G版本的树莓派4发布,售价仅为75美元
2020年5月28日,8G内存版本的树莓派4发布,售价仅为75美元。2019年,树莓派4刚推出时有三个内存版本——1GB、2GB、4GB,售价分别为35美元、45美元和55美元。树莓派官方不久就取消了...阅读全文
mysql> stop slave ;mysql> set GLOBAL SQL_SLAVE_SKIP_COUNTER=1;mysql> start slave ;执行后MySQL主从同步服务器恢复正常!阅读全文
echo "# Disable the PWR LED" | sudo tee -a /boot/config.txtecho "dtparam=pwr_led_trigger=none" | sudo tee -a /boot/config.txtecho "dtparam=pwr_led_activelow=off" | sudo tee -a /boot/config.txt
echo "# Disable Ethernet LEDs" | sudo tee -a /boot/config.txtecho "dtparam=eth_led0=14" | sudo tee -a /boot/config.txtecho "dtparam=eth_led1=14" | sudo tee -a /boot/config.txt
echo "dtoverlay=pi3-disable-wifi" | sudo tee -a /boot/config.txt
echo "dtoverlay=pi3-disable-bt" | sudo tee -a /boot/config.txt
echo "blacklist snd_bcm2835"> /etc/modprobe.d/alsa-blacklist.conf