Raspberry Pi Buster

Edit the /etc/apt/sources.list.d/raspi.list file (sudo is required). The following is the reference configuration content of Buster:

deb http://mirrors.ustc.edu.cn/archive.raspberrypi.org/debian/ buster main ui
#deb-src http://mirrors.ustc.edu.cn/archive.raspberrypi.org/debian/ buster main ui

Edit the /etc/apt/sources.list file (requires sudo). Delete all the contents of the original file and replace it with the following (using the Buster example):

deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ buster main contrib non-free rpi
#deb-src http://mirrors.ustc.edu.cn/raspbian/raspbian/ buster main contrib non-free rpi

 

apt-transport-https

adsb:

apt-get install build-essential debhelper librtlsdr-dev pkg-config dh-systemd libncurses5-dev libbladerf-dev
apt-get install git libncurses5

apt-get install lighttpd

service lighttpd force-reload

deb missing package apt-get install librtlsdr0

 

root@jqadsb:~# ls /etc/openvpn/client/
ca.crt  jqadsb.conf  jqadsb.crt  jqadsb.key  jqadsb.ovpn  ta.key

systemctl start [email protected]
systemctl status [email protected]
systemctl enable [email protected]
 

Guess you like

Origin blog.csdn.net/hailangnet/article/details/111939957