Showing headlines posted by RoseHosting
« Previous ( 1 ... 19 20 21 22 23 24 25 26 27 28 29 ... 61 ) Next »How to Install and Integrate BigBlueButton with WordPress Including BigBlueManager
In this tutorial, we will show you how to set up a BigBlueButton server on Ubuntu 16.04 and integrate it with WordPress using the BigBlueButton plugin.
BigBlueButton is a free and open-source web conferencing system that can be used for online learning, online meetings, and webinars. It’s based on HTML5 and runs entirely within your web browser.
BigBlueButton is a free and open-source web conferencing system that can be used for online learning, online meetings, and webinars. It’s based on HTML5 and runs entirely within your web browser.
How and Why to Change the Default SSH Port on Linux
SSH, also known as Secure Shell, is the most widely-used protocol for connecting to and managing Linux systems remotely. SSH offers strong encryption and authentication along with excellent customizability, and using SSH gives you the freedom of accessing a remote machine. You can run services and software as if you were physically using the machine, no matter where you are. In this tutorial, we will show you how to change the SSH default port in Linux, and go over why changing this default port is a good idea.
How to Install Let’s Encrypt on Ubuntu 20.04 with Apache
In this article, we will show you how to install the Let’s Encrypt client on your Ubuntu 20.04 VPS, issue an SSL certificate for your domain, and configure it with the Apache webserver.
How to Use Puppet Modules to Create a LAMP Stack on Ubuntu 20.04
Puppet is a powerful open-source configuration management tool that can be used to deploy, configure, manage, and maintain a server while accessing it remotely. Puppet is written in Ruby and helps you to deploy and manage a single server – all the way up to thousands of physical and virtual servers – all from a central location.
How to Install Flectra on CentOS 8 with Nginx as a Reverse Proxy
Flectra is an open-source, powerful and customizable business management tool that helps you grow your business through its powerful modular design covering all essential aspects of most businesses. This makes it the ultimate business app suite that gives you a scalable business management platform which provides you with all the freedom to make the software work for you and your business setup.
How to Install Flectra on Ubuntu 20.04 with Nginx as a Reverse Proxy
Flectra is a free and open-source CRM and ERP software that provides a lot of flexibility and customization that lets you meet the unique needs of your business. Flectra is built using the Python programming language and PostgreSQL as its database backend. This software aims to help almost everyone, whether it’s a small startup or a large corporation. Flectra has a simple and user-friendly interface and a modular design that enables you to add or remove tools to make it work the way you need it to.
How to Install WordPress with LAMP Stack on Ubuntu 20.04
In this tutorial, we will show you how to install WordPress on your Ubuntu 20.04 VPS. We will also show you how to install and configure a fully functional LAMP stack, including the installation of the Apache web server, MySQL database server, and PHP 7.4.
How to Create a Backup of MySQL Databases Using mysqldump on Ubuntu 20.04
MySQL is an open-source relational database management system (RDBMS). MySQL is a component of the LAMP web application software stack (and others), which is an acronym for Linux, Apache, MySQL, and PHP. In this tutorial, we will show you how to create a backup of MySQL databases on an Ubuntu 20.04 VPS, and create a backup of the entire /var/lib/mysql directory.
How to Install Redmine on CentOS 8
If you have been looking for an open-source lightweight and web-based project management and issue tracking tools, then you found Redmine and now you want to host your own Redmine server on a CentOS 8 VPS? You’re in luck – this tutorial will cover everything you need to get a Redmine instance started on your CentOS 8 VPS as quickly as possible.
How to Install WordPress with LEMP Stack on CentOS 8
WordPress is a free and open-source CMS based on the PHP programming language, with MySQL being used for the backend where the data is stored. Used by millions of people, it is the world’s most popular content management system (or CMS for short). You can extend the functionality of WordPress site with the help of its free and premium plugins and themes. In this tutorial, we will be installing WordPress using the LEMP stack (Linux, Nginx, MySQL, and PHP) on a CentOS 8 VPS.
How to Speed Up WordPress and Boost Performance on an Ubuntu 20.04 VPS
WordPress is one of the most popular open-source content management systems around the globe. It's one of the easiest blogging platforms to get started with, as evidenced by over 35.2% of all websites being powered by WordPress.If you are already a web master or a blog owner, then speeding up and boosting the performance of your website should be one of your top priorities.
How to Install and Configure TaskBoard on CentOS 7
A need for “a simple, visual way to keep track of what needs to get done” is the main reason why the open-source TaskBoard has been developed. With a minimalistic design approach by the developer and contributors, TaskBoard aims to replicate the basics of commonly used Kanban apps like Trello and LeanKit all within a very small and light footprint. This tutorial tells you how to Install and Configure TaskBoard on CentOS 7
How to Install ERPNext on Ubuntu 20.04
ERPNext is a free, open-source ERP system written in the Frappe framework. Simple yet powerful, it is designed for small and medium businesses that support retail, trading, services, manufacturing, distribution, non-profits and other sectors. It is built with open source tools and offer features that can be used to run your business and collaborate with your customers and employees. In this tutorial, we will show you how to install ERPNext on Ubuntu 20.04 using one of our optimized ERPNext hosting servers.
How to Install Gitea on CentOS 7
Gitea is an alternative to GitHub, GitLab, and BitBucket. Gitea is a self-hosted Git service forked from Gogs, making it lightweight and written entirely in Golang. Gitea additionally is released under the MIT license. In this tutorial, we will show you how to install Gitea on a CentOS 7 Cloud VPS.
How to Install Odoo 13 on Ubuntu 20.04
In this guide, we will show you how to install Odoo 13 on Ubuntu 20.04. Odoo, also known as OpenERP, is a free and open-source ERP platform. It’s one of the most popular ERP platforms available thanks to its customizability and flexibility. Written in the Python programming language, Odoo is used for many business applications, including sales pipeline, project management, CRM, invoicing, accounting, inventory, and much more.
How to Install Gitea on Debian 9
Gitea is a free, open-source, and lightweight version control system written in Golang. It is a self-hosted git service and an alternative solution to GitHub, Bitbucket, and Gitlab. Its main aim is to provide the easiest way of setting up a self-hosted Git service. In this tutorial, we will show you how to install Gitea on Debian 9. We’ll also show you how to deploy the Gitea git service on a Debian 9 VPS.
How to Install Odoo 13 on a CentOS 8 Server
In this tutorial, we will show you how to install Odoo 13 ERP software on a CentOS 8 VPS. Odoo is one of the most popular enterprise resource planning (ERP) platforms ever made. Built using Python and utilizing PostgresSQL for its database, Odoo is 100% open-source and free. Odoo also has a rich feature set – it comes with a wide range of business applications such as CRM, POS, Website builder, Warehouse Management, Project Management, eCommerce, Marketing, Billing & Accounting, Manufacturing, and lots more.
How to Install Docker Compose on Ubuntu 18.04
Docker Compose is used to run multi-container Docker applications. This means that each container will run a standalone application which can also communicate with the other containers present in the same host. Docker Compose uses YAML files to configure all of your Docker containers and configurations. This makes Docker excellent for deploying and testing quickly and easily. In this tutorial, we will cover the steps needed for installing Docker Compose on an Ubuntu 18.04 VPS.
How to Install Go on CentOS 7
In this tutorial, we will show you how to install and compile Go, as well a run a basic Go program on a CentOS 7 VPS.
« Previous ( 1 ... 19 20 21 22 23 24 25 26 27 28 29 ... 61 ) Next »