Skip to content

Instantly share code, notes, and snippets.

sudo raspi-config
shutdown now
pihole -up
sudo apt update && sudo apt upgrade -y
curl -sSL https://install.pi-hole.net | bash
pi@raspberrypi:~ $ passwd
Changing password for pi.
(current) UNIX password:
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
pi@raspberrypi:~ $
@Baruxa
Baruxa / pi_wi-fi
Last active February 22, 2019 14:17
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=RU
network={
 ssid="Название вашей wi-fi сети"
 psk="Пароль от wi-fi"
 key_mgmt=WPA-PSK
}