Search Results for:

How to Create and View Git Notes

Is more information always better? In some cases, yes, more information can be a big help, especially when working on a large project with other contributors. When it comes to working with Git, it is considered a best practice to leave short, terse commit messages, typically on one line. But what if you need to Read More >

How to Create an ER Diagram in DBeaver

DBeaver is a desktop database client for managing relational database management systems (RDBMS) including MySQL and PostgreSQL. One of its database development features include the ability to create entity relationship (ER) diagrams. In this tutorial we’ll cover how to create an ER diagram in DBeaver. Getting Started with the DBeaver Desktop Application Connect a Database Read More >

Nextcloud Gantt Chart Integration with Deck App

The Nextcloud Deck app adds kanban project management features to your personal cloud storage solution. The deckGantt JavaScript application enables you to track kanban activities within a true Nextcloud gantt chart.  NxDeckGantt isn’t an official Nextcloud app but a third party application hosted on GitHub. If you have any concerns about the integration, audit the Read More >

How To Install Emacs on Ubuntu 20 Cloud Server

Emacs is a powerful text editor you can install on virtually any Linux server. It’s powerful but also large, so it does not come pre-installed with most Linux distributions. However, if you are comfortable using Emacs, it offers a lot of features that can help you manage and administer your server. In this article, you Read More >

How to Activate Gmail in Google Workspace

After purchasing Google Workspace, activating it, then verifying your domain, you should also activate Gmail. You can do this by updating the MX Records for your domain, which directs email traffic for your domain to Gmail servers and allows you to manage your email with them. This guide will show you the steps to activate Read More >

How to Verify Your Domain With Google Workspace

After purchasing Google Workspace and activating your subscription, you will then need to verify your domain with Google. This is done by adding a specific TXT record to your domain’s DNS. This guide will show you how to verify your domain with Google using a TXT record, so you can complete the Google Workspace setup Read More >

How to Activate Your Google Workspace Subscription

After purchasing Google Workspace, you will need to activate your subscription and verify your domain. You will then have access to the Admin Panel where you can manage your Google Workspace account. This guide will show you how to activate your Google Workspace subscription. Topics include Activate Google Workspace Google Workspace F.A.Q. Activate Google Workspace Read More >

How to Purchase Google Workspace in AMP

You can now purchase Google Workspace directly from InMotion Hosting and quickly implement the collection of tools for your business. Google Workspace, which used to be known as G Suite includes popular software such as Gmail, Google Drive, Google Docs and support for large video meetings (up to 150 people). This guide will show you Read More >

Git Switch For Faster Branch Management

With Git, there are often many different ways to do the same thing. A lot of your work with Git will involve the formation of habits, but there may be occasions in which you will adapt new commands to improve your workflow. The Git switch command is relatively new, but it works as a worthy Read More >

Getting Started with Owncast

With complaints of inconsistent moderation standards plaguing social networks, many are looking to host their own data: Blogs with WordPress, Drupal, etc. Social media instances such as Mastodon Video sharing sites like PeerTube And now there’s a self-hosted Twitch alternative – Owncast, a decentralized, single user live video streaming and chat server application. The setup Read More >

Joomla Development Tips for New Sites

Joomla development requires you to do quite a bit of work up front if you want your site to look both presentable and unique. That said, there are a number of small, helpful tips you can use to make your early site development experience as manageable as possible. Below we cover a few things you Read More >

Enhance Your Shell With Git For Bash

If you are a regular command line user you are probably familiar with the frustration of slamming your TAB key and receiving no auto completions for a long command. In many cases, it’s because those auto completions are simply not present in your Bash configuration. In this article, you’ll learn how to add auto completions Read More >

Push Branch To Remote Server With Git

Git is a powerful version control system you can use on virtually any workstation, but it is recommended that you set up a central hub for your project on your own private server. In this article, you will learn how to push a local branch in your Git project up to the remote server. This Read More >

How To Change Branch Name in Git

Changing the name of a Git branch is something you may need to do once in a while, and after mastering a few simple steps you can be an expert at it. However, changing branch names can cause conflicts if any of these steps are skipped. It is always best to avoid making project-wide changes Read More >

Using Twentig to Build Your WordPress Site

If you’re looking for a quick way to start using WordPress to build a website, then look no further than the Twentig plugin.  Twentig is a plugin that includes ten different starter websites and the option to modify the existing Twenty-Twenty or Twenty Twenty-one themes.  It also includes the ability to customize the theme with Read More >

What Does “Unlimited” Mean at InMotion Hosting?

With InMotion Hosting you can always expect to get more while paying less. Our most popular hosting packages are routinely updated with more of everything you need to build powerful websites. As newer technology becomes available, more resources become “unlimited.” In this article, you will learn what it means to have an “unlimited” resource available Read More >

How to Create a Sudo User in Debian 10

There are many reasons why you may prefer to create a sudo user in your Debian system as an alternative to the root user for your cloud VPS or bare metal server hosting. For initial installation and system configuration, and depending on your comfort level, using the root user is a quick and easy way Read More >

Understanding Template Issues When Migrating to Joomla 4.0

Working with Joomla sites requires that you work with a particular template that determines how your site will appear on the front end.  If you are using an earlier version of Joomla (earlier than 4.0), then you will need to plan on updating your template to be compatible with Joomla 4.0.  One of the main sticking Read More >