Search Results for:

How To Create a Jekyll Blog On Ubuntu Cloud Server

If you want to go from a blank slate VPS or baremetal dedicated server to hosting a powerful but low-profile website, creating a Jekyll blog is a great option for you. Jekyll is a static site generator, which means it can generate a blog-style website with no database software required, and yet you get many Read More >

How to Create a Sudo User in Ubuntu 20

In this article, you will learn how to create a new user with “sudo” privileges in Ubuntu 20 as an alternative to using your root user account. This is an ideal procedure for VPS host, dedicated server host, or bare metal server hosting. Why Create a Sudo User? Your cloud server VPS gives you instant Read More >

Drupal Security.txt File

Have you ever considered creating a Drupal security.txt file? The security.txt file is a standardized format meant to create a uniform approach for security vulnerability disclosure. The formatted text will generally include: https://securitytxt.org walks you through building a full security.txt file. However, the Security.txt Drupal module is the best option if you can’t or don’t Read More >

Matomo Rocket.Chat Integration

Rocket.Chat has native features for connecting with Matomo Analytics (formerly Piwik). This provides metrics to help you better understand how users access your chat system, whether any malicious links are being shared internally, and more. Read on to learn more about the Matomo Rocket.Chat integration. How to Configure the Matomo Rocket.Chat Integration Test Your Rocket.Chat Read More >

Joomla Autosave Extension

Joomla has a lot going for it as a content management system, but one common complaint is a lack of built in autosave. Don’t worry, though — it’s easy to enable Joomla autosave functionality with a popular extension. Install Joomla Autosave Set-up Joomla Autosave Some Notes on Configuration Options Using Your Editor with Autosave Other Read More >

Learning About the Menu Interface in Joomla 4.0

When you think about menus on a website you begin to understand their importance for your viewers. Menus provide the necessary navigation interface for the content of your site. Without menus, your visitors would be unable to get to your content unless they know the specific link to find what they’re looking for. Joomla 4.0 Read More >

How To Delete a Branch in Git

As you will likely recall from our introductory guide on everything Git, you can create discrete branches in your project, upon which you can make changes, test things, and work non-destructively, always reserving the option to “check out” other branches. The branch functionality is one of the most important systems you can master with Git, Read More >

Jitsi Rocket.Chat Integration

Rocket.Chat makes it easy to implement video conferencing with native Jitsi options. All you need to do is enable the Jitsi Rocket.Chat integration and customize a few settings to fit your needs. Suddenly, anyone can start a video chat among teammates with the click of a button. This Rocket.Chat Jitsi feature is in beta as Read More >

How to Install Rocket.Chat with snapd

Rocket.Chat is an open-source, online communications platform you can self-host on Linux systems. When you install Rocket.Chat you gain an open-source platform where you have complete control over system availability and your team’s data. Rocket.Chat now uses the snapd package manager, available for all Linux operating systems. This makes installation and upgrades easier to manage Read More >

Merge Conflict In Git – And How To Fix It

Merge conflicts will happen sometimes when you are working with a lot of files, or a lot of other users, on a Git project. Trying to proceed with a merge and instead getting an error message can be frustrating, but merge conflicts are nothing to fear. Git makes managing and resolving merge conflicts super easy. Read More >

How To Go To Master Branch in Git

Are you having trouble getting back to the “master” branch in Git? This article focuses on how you can use different branches in Git, view your branches, and easily go back to your master branch. Using Git Branches How To View Git Branches How to Go To Master Branch in Git Using Git Branches Here Read More >

Trellis: A Theme Framework For Passing Core Web Vitals

With Google’s Core Web Vitals now having an impact on where websites and pages rank in the search results, it is more important than ever to perform well in each category. Enter Trellis.  Trellis is a WordPress theme framework designed to optimize ad performance and pass Google’s Core Web Vitals (CWVs) while simultaneously preserving page Read More >

Install Focalboard Kanban

Focalboard is a kanban project management solution by the same team that develops the Mattermost team communication application. The free kanban board software is a lightweight, open-source cloud project management server solution available for personal computers and Ubuntu Server. Install Focalboard Kanban on Ubuntu Server (Optional) Configure NGINX Create an Admin Focalboard User How to Read More >

Tove: A WordPress Theme Built For Full-Site Editing

As WordPress 5.9 prepares to move the world’s most popular CMS closer to an entirely full-site editing (FSE) experience, users can expect new theme and plugin releases designed to incorporate and work alongside FSE. Tove is one of those themes.  Officially released in the WordPress Theme repository on September 17, it is brand new, and Read More >