How to get Pi-hole to work with IPv6?

When I initially set up my Pi-Hole, I only had IPv4 on my system. Thus Pi-Hole only downloaded IPv4-capable blacklists. So I turned IPv6 on on my home router, and enabled DHCPv6.I turned IPv6 on on my Pi-Hole computer, and rebooted. ip -o addr then showed that I had...

How to install Sublime Text editor on Ubuntu 20.04

How to install Sublime Text editor on Ubuntu 20.04 step by step instructions Method 1 The first, easiest and recommend method is to install sublime text editor from Ubuntu snap repository. Execute the bellow command to install the Sublime text editor on your Ubuntu...

Completely remove Ubuntu Desktop from a Ubuntu Server

While setting up my Plex I noticed that I couldn’t connect from my laptop to configure the server that I installed on a Ubuntu Server due to that they existed on different subnets. To solve this I installed Ubuntu Desktop temporarily on my Ubuntu Server and set...

How do you configure the PATH variable

Motivation Consider the following UNIX terminal session: dbettis@rhino[~]$ ls … When you type the command ls, the shell dutifully executes the command and returns the results to you. During the course of a terminal session, you type more commands. These...

How to install Git on Ubuntu 18.04 / Linux Mint 19?

Git is a free and open source distributed version control system. It is perhaps the most popular within the branch as millions of developers use it to control software versions. Ease of use, community support, and efficient version control are the main features of...

Managing a custom domain for your GitHub Pages site

You can set up or update certain DNS records and your repository settings to point the default domain for your GitHub Pages site to a custom domain. GitHub Pages is available in public repositories with GitHub Free and GitHub Free for organizations, and in public and...

How to Setup Apple Wireless Keyboard on Ubuntu

How to pair Apple Wireless keyboard with Ubuntu PC? When being paired through Ubuntu’s bluetooth GUI app, Apple Wireless keyboard will probably play dead, even if bluetooth manager says that its been successful connected. The other possible scenario is that it will...

Transfer my domain to GoDaddy

You can transfer your domain to GoDaddy from another registrar. You’ll need to prepare your domain name at your current registrar before completing the steps with GoDaddy. If your domain is already registered with GoDaddy, you can move your domain to...

Inmotion Hosting: Automated Remote Backup Service

InMotion Hosting Shared and Reseller hosting plans feature an Automated Remote Backup Service. When enabled, multiple instances of your Home Directory and MySQL/pgSQL databases are stored remotely. You can manage and restore the backups using...

How to enable ssh on your raspberry pi

You can access the command line of a Raspberry Pi remotely from another computer or device on the same network using SSH. The Raspberry Pi will act as a remote device: you can connect to it using a client on another machine. You only have access to the command line,...

How to connect to raspberry pi via ssh

You can use SSH to connect to your Raspberry Pi from a Linux computer, a Mac, or another Raspberry Pi, without installing additional software. You will need to know your Raspberry Pi’s IP address to connect to it. To find this, type hostname -I from...