Pi-hole Logo

How to Control Pi-hole from your iPhone Home Screen

April 20, 2020 Patrick 0

Sometimes in order to debug issues on your home network, you need to disable your Pi-Hole from filtering advertisements for a short period of time. Customarily, in order to temporarily disable filtering, you need to login to your Pi-Hole dashboard and select disable. Then, when you are ready to re-enable ad blocking, you need to log back into the Pi-Hole dashboard and click enable. Logging into Pi-Hole on a computer can be time consuming and inconvenient. Wouldn’t it be awesome if you could control Pi-Hole from your iPhone?

Bitwarden

Bitwarden Review

April 19, 2020 Patrick 0

Over the past few months, I’ve been working to transition to as many self-hosted applications as I can. Self-hosting applications is a secure way to control your data on your terms as well as to get it moved off of the public cloud.

Docker Logo

25 Basic Docker Commands for Beginners

April 18, 2020 Patrick 4

If you’re trying to learn Docker you will first have to master its various terminal commands. This guide aims to help you get started with basic docker commands. This tutorial assumes that you already have Docker installed on your system. If not, you can start here to learn how to quickly install Docker.

Wordpress Logo

Creating a basic WordPress Cron Job in 3 easy steps

April 18, 2020 Patrick 0

To keep things running smoothly, the Wordpress blogging platform requires a cron job that will run from time to time. Cron is a job scheduler that Wordpress uses to do things like check for software updates, publish scheduled posts, and send trackback pings. Many plugins that you install to Wordpress will use cron as well for their various functions. If cron isn’t running properly, then these important background tasks will not run.

No Image

Use Watchtower to automate Docker Container Updates

April 15, 2020 Patrick 0

Watchtower is an application within a docker container that watches for updates for all of the running containers on a system. If an update is available for any of the containers, then Watchtower will restart that container with the new image using the same parameters as the previously running image.

Pi-hole Logo

Running Pi-hole in Docker is Remarkably Easy!

April 14, 2020 Patrick 6

Internet advertisements and trackers are everywhere. The websites you visit and your smart devices are constantly sending data to their manufacturers and advertisers. Pi-hole is a network-level ad blocker that sits on your network and uses blacklists to determine which DNS requests to block. Installation on Docker is easy.

No Image

5 Simple Commands to Clean up Docker

April 13, 2020 Patrick 1

Working with Docker can get messy, especially if you are working with it daily. If you’re like me, you are working with multiple applications and creating multiple volumes for each application. It would be nice if there was a simple way to clean up docker.

How to Quickly Install Heimdall Using Docker 1

How to Quickly Install Heimdall Using Docker

March 22, 2020 Patrick 2

Heimdall is a quick and easy way to organize all of your applications and frequently visited links into one page. Personally, I have enabled the Google search bar and use this application as my browser start page. Once you add your application to the dashboard through its easy to use interface, you can drag and drop to move the buttons around as you see fit.

No Image

Getting Started with Docker Compose

March 19, 2020 Patrick 0

I have been toying around with Docker for a few months now ever since I first bought a Raspberry Pi. It has been a great learning experience. Currently, I have over 20 self-hosted applications running in Docker. However, last week my power started to flicker and I began to wonder what would happen if my Raspberry Pi completely died?

How to Quickly Install Theia Using Docker 2

How to Quickly Install Theia Using Docker

March 18, 2020 Patrick 0

Theia is an open-source integrated development environment that is web based and can be self-hosted on any server and easy deployed via docker. It allows you to pull any git repository make quick edits to files within your browser and push those changes back to a repository with ease. Theia supports multiple code languages and contains full featured integrated terminal.