Showing headlines posted by RoseHosting

« Previous ( 1 ... 15 16 17 18 19 20 21 22 23 24 25 ... 61 ) Next »

How To Install SpiderFoot Security Scanner On Debian 10

SpiderFoot is a free and open-source information gathering tool used to automate the process to gather information from a given target, including domain name, hostname, IP address, subnetwork, threat intelligence lists, spam blacklists, and much more. It automatically crawls 100+ open-source data sources to get information from the target machine. In this post, we will show you how to install SpiderFoot on Debian 10 VPS.

How to Install and deploy a WooCommerce website on RoseHosting Cloud

  • RoseHosting Blog; By Jeff Wilson (Posted by RoseHosting on May 22, 2021 2:36 AM EDT)
  • Story Type: Tutorial; Groups: Cloud
WooCommerce is a free, open-source, and most popular eCommerce plugin to sell your product online. It is customizable and designed for small to large-sized online businesses. It makes it easier for creating and managing your online store with several features including, shipping integration, tax and inventory management, secure payment, etc. In this guide, we will show you how to install and deploy WooCommerce on the RoseHosting Cloud.

How to Install Sensu on Ubuntu 20.04

Sensu is a free, open-source, and cross-platform monitoring tool used for monitoring system health and performance stats. The latest version of Sensu also known as a Sensu Go. It is designed for traditional servers, containers, applications, the cloud, and more. In this post, we will show you how to install Sensu Go on an Ubuntu 20.04 VPS.

LiteSpeed Web ADC: Load Balancing, Dynamic and Static Cache, Cyber Protection and HTTP/3 Support

The LiteSpeed Web ADC is a high-performance HTTP load balancing solution that can distribute traffic across multiple nodes and improve the speed of the services on the backend. In this guide, we will show you how to set up LiteSpeed Web ADC on the RoseHosting cloud platform.

How to Rewrite URLs with mod_rewrite for Apache on Ubuntu 20.04

The mod_rewrite is an Apache module that uses a rule-based rewriting engine. It is used for translating and redirecting the requested URL to a new URL. In this post, we will show how to use mod_rewrite to rewrite the URL for Apache on Ubuntu 20.04.

Multisite WordPress Cluster Auto Installation

  • RoseHosting Blog; By Jeff Wilson (Posted by RoseHosting on May 6, 2021 7:52 AM EDT)
  • Story Type: Tutorial; Groups: Cloud
If you have multiple standalone WordPress websites, then it’s a good idea to go with WordPress multisite network. Multisite WordPress installation allows you to create and manage multiple WordPress websites from a single dashboard. This way, you can edit and update all of your websites from a single place. You can also install and activate plugins and themes for multiple sites at once. RoseHosting Cloud platform provides an easier way to deploy an auto-scalable WordPress Multisite cluster in a single click.

How to Install Laravel on Ubuntu 18.04

Laravel is a PHP web application framework that is intended for the development of web applications following the model–view–controller (MVC) architectural pattern. It has an expressive, elegant syntax and provides tools needed for large, robust applications. In this tutorial, we will show you how to install Laravel on Ubuntu 18.04.

MongoDB Replica Set with Master-Slave Replication and Automated Failover

A replica set is a group of MongoDB database nodes used for defining database clusters with master-slave replication and automated failover. A replica set contains a single primary node, multiple secondary nodes, and an arbiter node. In this post, we will explain how to set up a MongoDB replica set with three nodes. We will also show you how to create an environment, configure authentication between multiple database nodes and finally configure the replication between all nodes.

How to install Odoo 11 on CentOS 7 with Nginx as a Reverse Proxy

In this tutorial, we will guide you through the steps of installing Odoo 11 on CentOS 7. We will also install Nginx and configure it as a reverse proxy. Odoo (formerly OpenERP) is a simple and intuitive suite of open-source enterprise management applications such as Website Builder, eCommerce, CRM, Accounting, Manufacturing, Project and Warehouse Management, Human Resources, Marketing, and many more.

Glassfish and Payara Auto-clustering: Running Java EE Highly-available Applications In The Cloud

  • Rose Hosting Blog; By Jeff Wilson (Posted by RoseHosting on Apr 24, 2021 9:40 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Building a highly-available clustered infrastructure is one of the most commonly used solutions to achieve 100% uptime for your application. In a clustered environment, there is a number of interconnected instances running the same stack and operating the same data. So cluster is able to handle more load than a single server. It will also add more servers automatically to the cluster as per application demand. In this guide, we will show you how to deploy Java EE applications using Glassfish and Payara auto-clustering on the RoseHosting Cloud platform.

How to Migrate a WordPress Website to RoseHosting Cloud PaaS

Moving or Migrating your existing WordPress website to a new environment or server is a very tough task for any webmaster. A minor mistake will damage your entire site. RoseHosting PaaS provides a platform to deploy a lightweight WordPress installation inside a standalone container. RoseHosting PaaS provides pre-configured WordPress packages to migrate your WordPress website from any server or platform to the RoseHosting Cloud platform. In this post, we will show you how to migrate a WordPress Website to RoseHosting Cloud PaaS

How To Install Docker Compose on Debian 9

  • Rose Hosting Blog; By Jeff Wilson (Posted by RoseHosting on Apr 15, 2021 5:07 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Docker is an open-source application that provides lightweight operating-system-level virtualization through the use of containers. The key benefit of Docker is that it allows users to package an application with all of its dependencies into a standardized unit for software development. Docker Engine is available in Community Edition (CE) and Enterprise Edition (EE).

Stateful and Stateless Horizontal Scaling for Cloud Environments

  • rosehosting.com; By Jeff Wilson (Posted by RoseHosting on Apr 14, 2021 10:25 AM EDT)
  • Story Type: Tutorial; Groups: Cloud
Horizontal scaling is a method of adding numerous servers to a cluster to boost performance and offer high availability.

MySQL SHOW USERS: List All Users in a MySQL Database

  • Rose Hosting Blog; By rosehosting.com (Posted by RoseHosting on Apr 11, 2021 2:48 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Today we are going to guide you on how to show all users in the MySQL users Database.

A common question that most beginner MySQL users ask is “How do I see all of the users in my MySQL server?” Most of them assume that there is a show users command in MySQL, but there isn’t one. This is a common mistake because there are other MySQL commands for displaying information about the database. For example, SHOW DATABASES will show us all of the databases that are present in our MySQL Server, and SHOW TABLES will show us all the tables in the MySQL database that you have selected.

How to install Laravel on Ubuntu 20.04

Laravel is an open-source PHP framework that can be used to develop web applications easier and faster through built-in features.

How to Install Mahara on Ubuntu 20.04

Mahara is a free and open-source electronic portfolio management system written in PHP. It is a web-based application mainly used in academic institutions to provide a platform to share their knowledge.

What is High Availability Hosting?

  • rosehosting.com; By Jeff Wilson (Posted by RoseHosting on Apr 7, 2021 1:27 PM EDT)
  • Story Type: Tutorial; Groups: Cloud
When a server acts as the host for a website or an application, it is the backbone of this website or application’s functionality.

How to install PHP 7.4 With Nginx on Ubuntu 20.04

PHP is one of the most popular server scripting languages used for creating dynamic pages. Many popular CMS is written in PHP including, WordPress, Laravel, Magento, and many more. The PHP 7.4 version was officially released on November 28th, 2019 with a number of new features. It has also few incompatibilities so you should take care before upgrading from the previous version. In this tutorial, we will show you how to install PHP7.4 with Nginx on Ubuntu 20.04 server.

How to Install and Configure PHP OPcache on Ubuntu 20.04

OPcache is an Apache module for the PHP interpreter. It is used to increase performance by storing precompiled scripts in shared memory space. Generally, it is used to speed up the performance of WordPress and PHP-based applications. OPcache removing the need for PHP to load and parse scripts on each request. In this tutorial, we will show you how to install and configure PHP OPcache on an Ubuntu 20.04 VPS.

WordPress Hosting in Elastic Standalone Container

If you are looking for a cost-effective solution for running small and medium-size projects with advanced features including a Web application firewall, Let’s Encrypt SSL, CDN, Redis cache then you can deploy WordPress in Elastic Standalone Container on RoseHosting Cloud platform.

« Previous ( 1 ... 15 16 17 18 19 20 21 22 23 24 25 ... 61 ) Next »