Now that you have created an account with GitHub, you are ready to create a new repository. This would be a good time to check out our Git guide on using remote repositories. Basically, remote repositories are important for the following reasons: Provides a “hub” for your code Supports collaboration Decentralizes your code to protect Read More >
Search Results for:
NGINX Cache Management
In this article, we will explore the various NGINX cache configuration options, and tips on tweaking your site to get the best performance out of the WordPress Optimized Stack. This guide covers all of the most common parameters you can tune via the Cache Manager Plugin.
Disabling Two-Factor Authentication for Reseller Child Accounts
In order to disable Two-Factor Authentication for a child cPanel account (owned by a reseller host cPanel account), you will need to log into WHM and remove Two-Factor Authentication for that cPanel user. Following the instructions below, you will learn how to disable Two-Factor Authentication (2FA) for a child cPanel account you own. Log into Read More >
Why or Why Not Use Github?
We have already studied how you can use Git to manage versions of your software project. We have also shown you how you can use your InMotion Hosting server to host your own Git repository. Now, we will discuss why or why not use GitHub to host your remote repositories. Reasons Why You Might Consider Read More >
How to Determine Your Server Location
Which Data Center is My Server Located in? All of our servers are housed in Data Centers located in the USA and Amsterdam. To find out on which coast (East or West) your server is located, log into your Account Management Panel to view your Account Technical Details and find your server name. If the Read More >
East Coast Data Center Network Maintenance
Planned Maintenance: In an effort to improve stability in connections to the East Coast Data Center and increase redundancy, maintenance is being performed by our Data Center Technicians. When Will This Occur?: January 29th, 30th, and 31st from 11 PM – 4 AM (EST). Who Will be Impacted?: Only customer accounts that are hosted on Read More >
How to Install the Storefront Theme in WordPress
In this first tutorial of the Storefront series, we will show you how to install the Storefront theme in WordPress. This theme was designed to work seamlessly with the WooCommerce plugin and allows you to easily build an eCommerce store. Since the Storefront theme and WooCommerce plugin were created by the same developers, it ensures Read More >
How to Configure and Use Two-Factor Authentication in cPanel
With InMotion Hosting’s Business Class and Reseller Hosting, Two-Factor Authentication, or 2FA, is enabled by default. When 2FA is enabled, the additional authentication method can be configured to add a layer of security for logging into your cPanel account. Once configured, with a smartphone (via a third-party application, like Google Authenticator for Android, BlackBerry, and Read More >
Using Git to Publish Files
In this article, we will be learning how to deploy a project with Git. The goal is to take a project under Git version control and deploy a live “production” version. This can be used to host scripts that are edited frequently or even to launch a static website (or the static files of a Read More >
Using Branches in Git
Git allows you to do work in new “branches” separate from your main “master” branch. In effect, “checking out” branches in Git means actually copying and swapping your working directory files, so you can change them as you please, and switch back to another branch later. This means you can do as much testing and Read More >
Setting Up Your Remote Repository With Git
You can use Git locally to manage file versions, but more power comes when you distribute your work and allows other to collaborate. You can accomplish this by “pushing” and “pulling” content to and from a remote server locations. In this example, of course, we will be using an InMotion Hosting server to demonstrate setting Read More >
How to Sign Tags and Commits with Git
You may remember in our previous articles, we learned how to commit changes in our project to Git. We also learned how to add tags to various commits in order to mark special milestones. Now we’re going to learn how to “sign” tags and commits with GPG. Signing commits and tags is a way of Read More >
How to Commit Changes in Git
Now that we have learned how to install git and start adding files to our staging index, we can now learn how to how to commit changes in Git. Committing tracked files to the repository means that we are adding changes to the permanent record of the project. Imagine this process as similar to recording Read More >
How to Add Files to Git
By now, you should have a good grasp on the basics of Git. In this article, you will learn how to add files to Git. This means you are, in effect, telling Git which files in your project you would like to monitor for changes. Adding files, and modifications to those files, into the “staging” Read More >
Enabling All in One SEO Pack for Custom Post Types in WordPress
When you install the All in One SEO Pack it will work with Posts and Pages by default. If you want to utilize this SEO plugin for other post types you can select them in your WordPress Dashboard. In this tutorial we will show you how to enable the All in One SEO Pack for Read More >
How to Create a New Account with GitHub
As we mentioned in our Introduction to Git, there are many popular Git hosting solutions available, some proprietary and some free. One of the most popular free Git hosts is GitHub. In this article, we will show you how to create a new account with GitHub, which you can use to host your remote repositories Read More >
How to Enable Push Notifications on iOS Devices
If you have enabled iOS Mail Push notifications in WHM, your server will be set up to send Push notifications (for new emails) to your iOS device. Once you have created and installed the Apple Push Notification service (APNs) Key, you must then change your Account Settings in your iOS device to allow Push notifications. Read More >
How to Install Laravel with Softaculous
In this article, we will learn how to install Laravel, the popular PHP framework. In order for Laravel to work correctly, you must make sure your server or cPanel account is configured for PHP version 8.1 or above. How to Install Laravel with Softaculous There are many different ways to install Laravel. Installation methods will Read More >
How to Use the cPanel Disk Usage Tool
If you need to find out how much space you’re using with your hosting account, the best tool to use is the Disk Usage tool in the cPanel. Follow the tutorial below in order to learn about the cPanel disk usage tool and how to use it. Using the cPanel Disk Usage Tool When you Read More >
How to Enable iOS Mail Push Notifications in WHM
In This Tutorial: Requirements Generate APNs Key Install APNs Key If you have already created an email address for your domain, you can also configure WHM to enable email Push notifications for your iOS device(s). Push notifications are sent to the iOS device (that has a Mail account configured to send/receive emails) once the server Read More >