How to install Jira Ticketing system on RH Cloud

install jira ticketing system cloud platform
how to install jira on paas

Jira Software is a highly used project management tool among companies nowadays. It has a good task system allowing the users to manage the entire application development process without losing important points.

It’s easy for every team, from IT to HR to legal, to set up and tailor their service desks to meet their specific needs.

In this post, we will make an automatic installation/deployment from our RH Cloud environment.

Read More

How to Install Netdata Monitoring Tool on Ubuntu 20.04

how to install netdata monitoring tool on ubuntu 20.04

Server monitoring is the main and most important part of Linux administration. Regardless of the complexity of our infrastructure – a single VPS or high availability clusters, we should constantly monitor many different aspects of our network and hardware infrastructure. to ensure that everything is functioning as it should be, in order to avoid possible issues.

set up and configure netdata monitoring tool on ubuntu 20.04

Without a good monitoring tool, we will have to manually check all server resources using the built-in monitoring tools that come shipped with Ubuntu 20.04. Some of the basic tools and commands are available and shipped with the distribution and can be accessed through the command line, while others come in the form of open-source tools, custom scripts, or third-party applications and we need to install them manually.

Read More

How to Install Docker Engine CE on RH Cloud

how to install docker engine ce on rh cloud

In this tutorial, we will explain step-by-step how to install Docker Engine CE on the RoseHosting Cloud platform.

installing and setting up docker engine ce on rh cloud

Docker stands for an open-source application used to serve for testing, shipping, developing, and running applications. It provides running the applications in isolated environments known as containers. The containers with their isolation have everything inside to run properly and not mess with the host’s configuration. Deploying the code is easy since the code is pushed to the production environment from the development container, and there is no delay.

Read More

When Should You Use Cloud Hosting?

when should you use cloud hosting

Wondering what Cloud Hosting is and what it means? It is a type of hosting, but the only difference between web hosting, which offers a single server, and a predetermined amount of resources such as RAM, storage, and CPU, cloud hosting offers a cluster of servers connected with scalable resources.

Although this type of hosting is relatively new, the IT world has been accepting it as an option more and more in the last few years. It is accepted for its scalability, isolated resources, uptime, security, acceptable prices, etc. We know that you are confused, and we know that cloud hosting has a wide meaning, and it is not enough to explain it in one or two sentences. That is why we are writing this for you and why you should start to use cloud hosting as soon as possible.

Read More

How to Fix Sudo Command Not Found in Debian 10

how to fix sudo command not found in debian 10

Sudo also called “superuser do” is a command in Linux that allows you to run high-privilege admin commands as a root user. It asked to enter your personal password and confirms your requests by checking a sudoers file.

how to solve sudo command not found in debian 10

After a fresh Debian 10 installation, you could not execute the privileges tasks by running the sudo command. You will get the error ‘sudo command not found in Debian 10′. The reason for this error is the sudo command isn’t included in Debian 10 by default.

Read More

How to Install DevOps Lab-Gitlab Server on RH Cloud

how to install devops lab gitlab server on rh cloud

GitLab is a web-based Git repository manager providing wiki, issue-tracking, and continuous integration and deployment. It is a DevOps platform that helps developers to modernize their application development lifecycle. It allows you to create your private repository with the required control, flexibility, and simplicity within your own server.

RoseHosting Cloud provides pre-configured GitLab image. You can deploy a GitLab with Docker containers in the RoseHosting PaaS platform to increase scalability and elasticity.

In this post, we will show you how to deploy a GitLab with Docker on RoseHosting Cloud.

Read More

How to Install aaPanel on Ubuntu 20.04

How to Install aaPanel on Ubuntu 20.04

aaPanel is an open-source and lightweight server control panel used for managing a web hosting environment. It is a simple and alternative to other famous control panels including, cPanel, VestaCP, etc. It comes with a simple and user-friendly web UI that makes your job easier for managing web hosting environment. It consumes very low resources and offers an auto-installer that allows you to install multiple apps with one click. It offers a rich set of features including, File manager, SSL, Cron, Firewall, FTP, Mail, Databases, DNS and Web domain.

In this post, we will show you how to install aaPanel on Ubuntu 20.04 VPS.

Read More