Browsing tag

debian 9

How To Install and Configure GitLab on CentOS 7 / Ubuntu 18.04 & Debian 9

GitLab is an open-source web-based Git-repository manager, written in Ruby. It includes a wiki, issue management, code review, monitoring, and continuous integration and deployment. GitLab enables developers to build, deploy and run their applications. There are three editions of GitLab available for public, Community Edition (CE), Enterprise Edition (EE), and a GitLab-hosted version. GitLab can […]

How To Install Kubernetes on CentOS 7, Ubuntu 18.04 / 16.04 & Debian 9

Kubernetes is an open-source Production-Grade container orchestration tool that helps to automate deploying, scaling, managing containerized applications. Google initially designed Kubernetes and now maintained by the Cloud Native Computing Foundation. You can call Kubernetes is a cluster manager for Docker, and it provides almost same functionalities that of Docker Swarm. With Kubernetes, you can deploy […]

How To Install Foreman on Ubuntu 18.04 / Ubuntu 16.04 & Debian 9

Foreman is an open-source lifecycle management tool that helps you to provision, configure, manage and monitor the physical and virtual servers. With the integration of configuration management tools such as Puppet, Chef, Salt, and Foreman’s smart proxy architecture, you can easily automate repetitive tasks, deploy applications, and manage change to deployed servers. Foreman offers comprehensive, […]

How To Install Apache Maven on Ubuntu 18.04 / Ubuntu 16.04 & Debian 9

Apache Maven is a free software project management and comprehension tool. Apache Maven is based on the Project Object Model. With Maven, you can easily manage a project’s build (used primarily for Java projects), reporting, and documentation from a central piece of information. This post will help you to install Apache Maven on Ubuntu 18.04 […]

How to Monitor Remote Linux Servers with Cacti

In our last article, we set up Cacti for monitoring servers and network devices to draw the graph metrics such as CPU load and network bandwidth utilization. This guide focus on how to monitor remote Linux servers with Cacti monitoring tool. Prerequisites Follow one of the links to setup Cacti monitoring tool based on your […]