Blog
Video Sections: 00:00 Intro01:19 Overview of native Docker GUI on Windows01:58 Install Portainer CE on Docker host03:44 Portainer GUI initial setup and overview08:28 Portainer App Templates (HTTPD, NGINX)14:14 Managing multiple or remote docker hosts using Portainer20:13 Portainer volume browser21:09 Docker Engine installed by Snap package manager29:24 Deploy Docker Compose stacks using Portainer
Question came from a user on the Youtube community on how to force Google Safe Search for their network. SafeSearch is a feature in Google Search and Google Images that acts as an automated filter of pornography and potentially offensive and inappropriate content. On November 11, 2009, Google introduced the ability for users with Google […]
Original Script for Docker only on Windows / Linux for DNS-level protection New Script for Docker & Cloudflare for DNS Over HTTPS (DOH) Video Sections00:00 Intro00:15 Issues with DNS00:57 Example DNS setup with No encryption03:44 Example DNS setup with Cloudflare encryption Docker Compose: Infrastructure as Code IaC utility for deploying Docker servicesCloudflared: DNS proxy to […]
Backing up your website database before major changes or updates is important step, and there are many different ways to backup a database using GUI or CLI. In this article you will learn how to use a utility called mysqldump to backup a MySQL or MariaDB database. The same instructions work for both database engines. […]
Backing up your website periodically is a very important procedure to ensure stability and ability to roll back your site to a previous snapshot in case something went wrong. Backing up your website root directory (In Apache setups its called htdocs) into a zip file will make it easy to do so. To Backup you […]
If you use PuTTY or Solar-PuTTY on Windows, you might encounter an issue where numeric keybad (Numpad) doesn’t work with inline editors like vi or nano, fortunately this has an easy fix. The following steps can be taken to allow numpad to work properly with all your future SSH sessions. Start your PuTTY client, or […]