
Wireguard installation manuelle
pi@raspberrypi:~ $ sudo apt-get install raspberrypi-kernel-headers libmnl-dev libelf-dev build-essential git git clone https://git.zx2c4.com/WireGuard cd WireGuard/src make make install
pi@raspberrypi:~ $ sudo apt-get install raspberrypi-kernel-headers libmnl-dev libelf-dev build-essential git git clone https://git.zx2c4.com/WireGuard cd WireGuard/src make make install
vi /etc/apt/sources.list.d/compass.list deb [arch=armhf,amd64] http://archive.compasslinux.org/ cedar main vi /etc/apt/sources.list.d/raspi.list deb http://archive.raspberrypi.org/debian/ stretch main ui sudo apt-get update sudo apt-get upgrade sudo apt-get install ambeserver sudo […]
Permettre les connexions distantes CREATE USER [user name]@xxx.xxx.xxx.xxx IDENTIFIED BY [passwd]; GRANT SELECT, SHOW DATABASES ON *.* TO [user name]@xxx.xxx.xxx.xxx; FLUSH PRIVILEGES; Vérifier si l’utilisateur […]
cd ~ git clone https://github.com/g4klx/YSFClients.git cd ~/YSFClients/YSFReflector make clean all mkdir /ysfreflector cp ~/YSFClients/YSFReflector/YSFReflector /ysfreflector cp ~/YSFClients/YSFReflector/YSFReflector.ini /ysfreflector enregistrer le USFReflector sur le site : […]
umask 077 wg genkey > private wg pubkey < private ip link add dev wg0 type wireguard ip addr add xx.xx.xx.xx/24 dev wg0 wg set […]
Si l’erreur suivant apparaît RTNETLINK answers: Operation not supported Les modules headers ne sont pas installer : apt-get install libmnl-dev apt-get install libelf-dev apt-get install […]
http://pi-star.local/ login : pi-star mot de passe : raspberry
Désactiver le swap update-rc.d -f dphys-swapfile remove mettre les fichiers de log en RAM vi /etc/fstab tmpfs /tmp tmpfs defaults,noatime,mode=1777,size=10m 0 0 tmpfs /var/spool tmpfs […]
GMSK EXPERIMENTS
Copyright © 2022 | Thème WordPress par MH Themes