TECH TIPS
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...
Inmotion Hosting: Opt-out or Cancel Your Backup Manager Subscription
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...
Best WordPress plugin to migrate to another host
I recommend the Duplicator plugin.
Use command line or terminal to list DNS servers used by my system
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...
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 your...