Skip to content
H. Peter Pfeufer Website Icon
H. Peter Pfeufer Web developer and WordPress enthusiast
  • Home
  • Blog
  • Home
  • Blog
Raspberry Pi – Docker

Quick Update Script for Your Docker Containers

H. Peter Pfeufer2023/01/222023/01/220

From time to time, you need to update your docker containers. And when built with docker-compose I have a little update script for you. Nothing incredibly magical here, just a script that runs through the update commands and restarts the...

Docker
Read More
Raspberry Pi - SearXNG

SearXNG – Build Your Own Search Engine

H. Peter Pfeufer2022/12/142023/01/180

Well, I have to admit, the title is a bit clickbait. You don’t build your own search engine per se, instead, you use an already-built open-source solution. All you need is your own server, VPS, Raspberry Pi or whatever you...

Self-Hosted Service
Read More
Raspberry Pi - PrivateBin

PrivateBin – Your Self-Hosted Pastebin Instance

H. Peter Pfeufer2022/11/072022/12/250

A Pastebin is a quick and handy way to share logs, debug output, etc. They are usually used in support situations. There are quite a number of public pastebin services out there, with the most known being pastebin.com. But they...

Self-Hosted Service
Read More

Raspberry Pi – Install PHP 8.1

H. Peter Pfeufer2022/11/042022/11/080

Installing PHP on a Raspberry PI is actually pretty straightforward, PHP is available in the Raspberry’s package repository. But, at the time of this writing, Just PHP 7.4 is available. Still ok, not terribly outdated, but dropped out of active...

Raspberry Pi
Read More
Raspberry Pi-4 Model-B

Raspberry Pi – Full Backup with `dd`

H. Peter Pfeufer2022/10/212022/10/210

If you’re running a Raspberry Pi with a somewhat important service in your network, like a DNS-Level Adblocker, Nextcloud, a proxy web server and so on, you’ll probably like to back it up on a regular basis. One way could...

Raspberry Pi
Read More
Lego Logo

Lego – Automatic SSL Certificates and HTTPS for Everyone and Everywhere

H. Peter Pfeufer2022/08/152023/01/120

Lego is a Let’s Encrypt client written in Go, hence the name. It serves as an alternative to Let’s Encrypt’s own client certbot which can be found in many Linux distribution repositories to install. It is relatively simple to handle...

Linux
Read More
Raspberry Pi-4 Model-B

Raspberry Pi – Disable Bluetooth and WiFi

H. Peter Pfeufer2022/08/042022/11/080

By default, when setting up a Raspberry PI, Bluetooth and WiFi are enabled. This is not always what you want, especially when you don’t need either of them. So, time to disable them, because having them enabled and probably unsecured...

Raspberry Pi
Read More
Repository Information in Console

Git/SVN Repository Information Displayed in the Console

H. Peter Pfeufer2022/05/202022/07/050

For someone who works a lot with Git repositories, it is interesting to see some basic information in the console while working on the repo. Stuff like which branch or tag is currently active. Sure, there are commands to show...

Linux
Read More
make menuconfig

Gentoo Linux – kernel_update script, a Quick Helper to Update Your Kernel

H. Peter Pfeufer2022/05/152022/11/080

Keeping your kernel up to date on Gentoo can be a bit daunting, especially when you are running the “keyworded” kernel, meaning not the stable version, but the “always latest” version by keyword ~amd64. There’s a new version almost every...

Gentoo Linux
Read More
Console with --march and CPU Flags

Gentoo Linux – Get the Correct Compiler and CPU Flags for make.conf

H. Peter Pfeufer2022/05/122022/11/080

One of the challenges when installing a new Gentoo Linux is getting the correct compiler and CPU flags for your /etc/portage/make.conf file. Maybe not only while installing the system, but also when optimising things, it is nice to set the...

Gentoo Linux
Read More

<span class="nav-subtitle screen-reader-text">Page </span>

1 2

Categories

  • Linux (8)
    • Docker (1)
    • Gentoo Linux (2)
    • Self-Hosted Service (2)
  • Raspberry Pi (5)
Copyright © H. Peter Pfeufer - All rights reserved.