<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Raspberry Pi on Documentation</title><link>https://docs.daper.io/raspberry-pi/index.html</link><description>Recent content in Raspberry Pi on Documentation</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://docs.daper.io/raspberry-pi/index.xml" rel="self" type="application/rss+xml"/><item><title>Install Alpine</title><link>https://docs.daper.io/raspberry-pi/install-alpine/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.daper.io/raspberry-pi/install-alpine/index.html</guid><description>Format the microSD Make partitions parted /dev/sda (parted) mklabel msdos (parted) mkpart primary fat32 0% 3Gib (parted) mkpart primary ext4 3Gib 100% parte /dev/sda print Model: Generic- SD/MMC (scsi) Disk /dev/sda: 31,9GB Sector size (logical/physical): 512B/512B Partition Table: msdos Disk Flags: Number Start End Size Type File system Flags 1 1049kB 3221MB 3220MB primary fat32 lba 2 3221MB 31,9GB 28,7GB primary ext4 Make filesystems mkfs.fat -F32 /dev/sda1 mkfs.ext4 /dev/sda2 Install Alpine Download it from here.</description></item><item><title>WTF - The Terminal Dashboard</title><link>https://docs.daper.io/raspberry-pi/wtf-dashboard/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.daper.io/raspberry-pi/wtf-dashboard/index.html</guid><description>Install deps apk add ncurses</description></item><item><title>Pi Hole</title><link>https://docs.daper.io/raspberry-pi/pihole/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.daper.io/raspberry-pi/pihole/index.html</guid><description>docker-compose.yml version: &amp;#34;3.7&amp;#34; services: pihole: container_name: pihole image: pihole/pihole:latest ports: - &amp;#34;53:53/tcp&amp;#34; - &amp;#34;53:53/udp&amp;#34; - &amp;#34;443:443/tcp&amp;#34; expose: - &amp;#34;80/tcp&amp;#34; environment: TZ: Europe/Madrid WEBPASSWORD: GENERATE_SECURE_PASSWORD_HERE # https://freedns.zone DNS1: 37.235.1.174 DNS2: 37.235.1.177 # Volumes store your data between container upgrades volumes: - ./pihole/data:/etc/pihole - ./pihole/dnsmasq:/etc/dnsmasq.d dns: - 127.0.0.1 - 1.1.1.1 hostname: pihole restart: unless-stopped privileged: true</description></item><item><title>Dist Upgrade Debian</title><link>https://docs.daper.io/raspberry-pi/dist-upgrade-debian/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.daper.io/raspberry-pi/dist-upgrade-debian/index.html</guid><description>First update kernel on /boot. Don&amp;rsquo;t forget cmdline.txt, config.txt, etc.
grep -rl stretch /etc/apt/ | sudo xargs sed -i &amp;#39;s/stretch/buster/g&amp;#39; sudo apt update &amp;amp;&amp;amp; sudo apt dist-upgrade</description></item></channel></rss>