by ray | Sep 7, 2020 | Raspberry Pi
In /etc/pihole/setupVars.conf you should have 2 settings: IPV4_ADDRESS= IPV6_ADDRESS= As soon as there are valid IP addresses entered, they will show up on Admin/Settings/System
by ray | Sep 7, 2020 | Raspberry Pi, Linux / Ubuntu
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...
by ray | Sep 7, 2020 | Linux / Ubuntu
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...
by ray | Sep 7, 2020 | Linux / Ubuntu
There should be a copy of the default profile in /usr/share/base-files
by ray | Sep 7, 2020 | Linux / Ubuntu
That particular error message may indicate that you have held packages, but it may also indicate a different problem. You can get a list of actual held packages with: dpkg –get-selections | grep hold If there are none, or none look related, then...
by ray | Sep 6, 2020 | Linux / Ubuntu
Ubuntu 20.04 Focal Fossa was released on April 23, 2020. This tutorial is going to show you 2 ways to upgrade from Ubuntu 19.10 to Ubuntu 20.04: using the graphical update manager and using the command line. Normally you use the graphical update manager to...
by ray | Sep 6, 2020 | Linux / Ubuntu
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...
by ray | Sep 6, 2020 | Linux / Ubuntu
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...
by ray | Jun 13, 2020 | Linux / Ubuntu
In “terminal” (not a graphic emulator like gterm), Shift+PageUp and Shift+PageDown works.
by ray | Apr 28, 2020 | Android
Simon Hill/Digital Trends The Moto G6 is a fantastic smartphone if you need something capable on a budget. But no phone is perfect, and whether you’re using the Moto G6, the G6 Plus, or the G6 Play, you might still run into some issues. If you’re experiencing a...
by ray | Apr 28, 2020 | IT / Tech News
To get started and connect your Mid A.N.C to Bluetooth: Push and hold the control knob for 5 seconds until the LED blinks Blue Select MID ANC from your sound device’s Bluetooth® list. The indicator turns off when pairing is complete Press play, and...
by ray | Apr 28, 2020 | Linux / Ubuntu
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...
by ray | Apr 28, 2020 | GitHub
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...
by ray | Apr 28, 2020 | Wordpress
Use Local.
by ray | Apr 28, 2020 | Linux / 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...
by ray | Apr 28, 2020 | Google, CleanBrowsing
YouTube has an amazing, but not well known, mode that allows you to block access to unsafe (adult or violent) videos and block comments. Learn more about the YouTube Restricted and Moderate Modes. YouTube Restrict and Restrict-Moderate YouTube provides a way for...
by ray | Apr 28, 2020 | Wordpress
UpdraftCentral is a hosted WordPress management solution that makes it quicker and easier than ever to use UpdraftPlus to manage, backup and restore all your WordPress websites. You can also manage your updates (for WordPress, plugins and themes) and WordPress...
by ray | Apr 28, 2020 | 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...
by ray | Apr 28, 2020 | Azure, Microsoft
Domains can be transferred out by navigating to the ‘Advanced Management’ portal by clicking the domain from the Azure portal, selecting the domain, scrolling to the bottom of the page, clicking ‘transfer away from azure’ and then...
by ray | Apr 28, 2020 | IT / Tech News
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...
by ray | Apr 28, 2020 | IT / Tech News
This article explains how to opt-out or cancel your subscription to Backup Manager. Learn how to cancel your Backup Manager subscriptionCancellation of Backup Manager must occur before your trial period endsCancellation is a simple, quick process from your...
by ray | Apr 28, 2020 | Wordpress
I recommend the Duplicator plugin.
by ray | Apr 28, 2020 | Linux / Ubuntu
Ubuntu >= 15 nmcli device show <interfacename> | grep IP4.DNS Ubuntu <= 14 nmcli dev list iface <interfacename> | grep IP4 In my case, <interfacename> is eth0, which is common, but not always the case. See if this is what you want. I...
by ray | Apr 28, 2020 | Uncategorized
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,...
by ray | Apr 28, 2020 | Raspberry Pi, Linux / Ubuntu
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...