How to Install Grafana on AlmaLinux 9

install grafana on almalinux 9

In this tutorial, we will explain how to install Grafana on AlmaLinux 9 OS.

If you ever doubt what Grafana is and what it is used for, we are here to explain it to you. Grafana is a multi-platform open-source visualization application that provides graphs, charts, and alerts through the web from the server data. Grafana is written in TypeScript and Go and is used by many developers, administrators, hosting companies, regular users and etc. In this tutorial, we are going to install Grafana and show you how to access it via reverse proxy made in the Apache Web server.

This installation is very straightforward and will take up to 20 minutes. Let’s get started!

Read more

10 Useful firewall-cmd Commands in Linux

10 useful firewall cmd commands in linux

In this blog post, we are going to explain 10 useful firewall-cmd commands in Linux with real examples.

The firewall-cmd is the command-line client used to manage the runtime configurations. It is a firewall solution as an alternative to the iptables service. We know that a properly configured firewall is the only weapon that can defend the server from attacks caused by internal influences. The firewall-cmd is part of the firewalld application that can be used for managing the firewall.

In this blog post, we are going to use Ubuntu 22.04 as Linux OS. You can use any Linux distribution. Let’s get started!

Read more

How To Install Zabbix On Ubuntu 18.04

How To Install Zabbix On Ubuntu 18.04

‘Monitor Anything’ is what Zabbix guarantees with their enterprise-class open-source monitoring solution. Zabbix is a type of network management system that can provide different monitoring metrics like CPU, network, disk, services status, and many others that can be monitored on different types of servers. It also provides an up-to-date dashboard for a straightforward setup.

Read more

How to Install Go on Debian 9

In this tutorial, we will guide you through the steps of installing Go on a Debian 9 Cloud VPS.

Go, also known as Golang, is a free and open-source programming language developed by Google. Go can be used to build simple, fast, reliable and efficient software applications. At the moment, Go is actually the most widely used programming language in the world. Many popular applications such as Docker, Openshift, and Graphana are all written in the Go language, along with thousands of smaller projects designed to fulfill and add extra features to other software. Go also allows us to run multiple processes of applications at the same time, improving performance and efficiency. Let’s begin with the installation.

Read more

How to Install ClickHouse on Ubuntu 18.04

In this tutorial, we will show you how to install ClickHouse on an Ubuntu 18.04 Cloud VPS.

ClickHouse is a fast, open source, column-oriented analytics database system developed by Yandex. ClickHouse was built to process analytical queries that come with high availability features that work across clusters. If you are looking for a powerful column oriented database system with high availability feature, you will want to consider using this. ClickHouse also provides multi-master synchronous replication, automatic fail-over, and a self-organizing cluster. All of these powerful features make for a pretty feature-rich database system. Let’s get started with the installation of ClickHouse.

Read more

How to Install Odoo 10 on Debian 9 with Nginx as a Reverse Proxy

In this tutorial, we will guide you through the steps of installing Odoo 10 on Debian 9 using your domain name and without typing the port number in your web browser. We will also install the Nginx web server and configure it as a reverse proxy.

Odoo (formerly OpenERP) is a web-based open source business software including a number of business applications for Sales, Website/eCommerce, Project and Warehouse management, CRM, billing, accounting, Human Resources, Marketing and many more additional modules developed by the community. Odoo comes in two editions, Community edition, which is free, and Enterprise edition. In our case, we will install and use the Community edition of Odoo.

Read more

How to Install SVN Server on Debian 9

In this article, you will find all the steps that you need to take in order to set up the Subversion (svn) server on your Debian 9 Cloud VPS.

Subversion is an open source version control system which helps you keep track of files and folders collection. Whenever you do some change, such as adding or deleting a file or a folder that is managed with Subversion, these changes are committed to your Subversion repository and as a result, a new revision in your repository is created and it reflects these changes. You can, at any time you wish, go back and check the contents of the revisions made previously, and even revert back to a previous snapshot. This makes developing projects much easier to follow in a team, as well as making it safer in case a mistake is made.

Read more

How to Install Jetty 9 on Ubuntu 16.04

In this tutorial we will guide you through steps of installing Jetty 9 and all necessary components on an Ubuntu 16.04 Cloud VPS.

Jetty is free and open source, Java HTTP (Web) server and Java Servlet container similar to Tomcat, GlassFish and WildFly. It provides support for SPDY, WebSocket, OSGi, JMX, JNDI, JAAS, and many other integrations. It is often used for machine to machine communications within larger software frameworks. Jetty is used in a wide variety of projects and products, both in development and production, such as Yahoo Hadoop Cluster, Google AppEngine, Yahoo, Zimbra, Eclipse, and many more. It can be easily embedded in devices, tools, frameworks, application servers, and clusters. Let’s get started with the installation.

Read more

How to Install GitLab on Ubuntu 18.04

In this article, we will show you how to install GitLab Community Edition on an Ubuntu 18.04 Cloud VPS.

GitLab is an open source application that allows a team or developer to manage their project on their own servers – it’s an alternative to GitHub.

GitLab comes in two editions: Community Edition, and Enterprise Edition. We’ll be installing Community Edition in this tutorial.

Read more

How to Install Asterisk on Ubuntu 18.04

In this article, we will show you how to install Asterisk on an Ubuntu 18.04 Cloud VPS.

Asterisk is a free-to-use and open-source framework for creating real-time communications related software and is proven to be stable and reliable by thousands of users, system administrators, and developers. It controls IP PBX systems, VoIP gateways, and other custom telephone systems. Asterisk-based communications systems are being used by general communication-based businesses, call centers, carriers, and government agencies. It is also widely used to connect to telephony services like public switched telephone network (PSTN) and voice over Internet Protocol (VoIP) services.

Asterisk is licensed under GPLv2 – it is also sponsored by Digium, which offers additional licenses. The install process might take some time, so let’s get started right away.

Read more