Articles by Dejan Panovski
How to Install R on Debian 9
This tutorial will walk you through how to install R on an Debian 9 system. R is a fast growing open-source programming language and environment that specializes in statistical computing and graphics representation.

How to Install Jenkins on CentOS 7
This tutorial, will walk you through the steps of installing Jenkins on a CentOS 7 system using the official Jenkins repository. Jenkins is an open-source, Java-based automation server that offers an easy way to set up a continuous integration and continuous delivery (CI/CD) pipeline.

How to Install Apache on Ubuntu 18.04
This tutorial explains how to install and manage the Apache web server on Ubuntu 18.04. Apache HTTP server is the most popular web server in the world.

How to Install Pip on Debian 9
This tutorial will walk you through installing Python Pip on Debian 9 and teach you how to install and manage Python packages with pip. Pip is a package management system that simplifies installation and management of software packages written in Python such as those found in the Python Package Index (PyPI)

How to Install MySQL on Ubuntu 18.04
MySQL is the most popular open-source relational database management system. In this tutorial we will show you how to install and secure MySQL on an Ubuntu 18.04 machine.

How to Deploy Rocket.Chat on Ubuntu 18.04
Rocket.Chat is an open-source team communication platform, a self-hosted Slack alternative. Rocket.Chat is a perfect solution for companies and communities that want to host their own chat system.

How to deploy Mattermost on CentOS 7
Mattermost brings all your team communication into one place and provides various features including file sharing, one-on-one and group messaging, custom emojis, video calls and more.

How To Create a Sudo User on CentOS
The sudo command is designed to allow users to run programs with the security privileges of another user, by default the root user. In this guide we will show you how to create a new user with sudo privileges on CentOS.

How to Install Apache Cassandra on Ubuntu 18.04
Apache Cassandra is a free and open-source NoSQL database with no single point of failure. In this tutorial we will show you how to install Apache Cassandra on Ubuntu 18.04.

How to Disable Firewall on Ubuntu 18.04
In this tutorial we will show you how to disable the UFW firewall on Ubuntu 18.04 systems. It is highly recommended to keep the firewall enabled. However, in some situations, such as testing you might need to stop or disable the firewall.

How to Set Up a Firewall with UFW on Debian 9
UFW (Uncomplicated Firewall) is a user-friendly front-end for managing iptables firewall rules and its main goal is to make managing iptables easier or as the name says uncomplicated. In this tutorial we will show you how to setup a firewall with UFW on Debian 9.

How to Install Iptables on CentOS 7
Starting with CentOS 7, FirewallD replaces iptables as the default firewall management tool. This tutorial will show you how to disable the FirewallD service and install iptables.

How to Stop and Disable Firewalld on CentOS 7
Starting with CentOS 7, FirewallD replaces iptables as the default firewall management tool. In this tutorial we will show you how to disable FirewallD on CentOS 7 systems.

How to Set Up a Firewall with UFW on Ubuntu 18.04
By default, Ubuntu comes with a firewall configuration tool called UFW (Uncomplicated Firewall). UFW is a user-friendly front-end for managing iptables firewall rules.

How to Install VMware Workstation Player on Debian 9
VMware is a mature and stable virtualization solution that allows you to run multiple, isolated operating systems on a single machine. This tutorial will show you how to install VMware Workstation Player on Debian 9.

How to Install VirtualBox on Debian Linux 9
This tutorial covers how to install the latest VirtualBox 6.0 on Debian 9. VirtualBox is an open-source cross-platform virtualization software which allows you to run multiple guest operating systems simultaneously.

How to Install VMware Workstation Player on CentOS 7
VMware Workstation Player is a mature and stable virtualization solution that allows you to run multiple, isolated operating systems on a single machine. This tutorial will guide you through the steps of installing VMware Workstation Player on CentOS 7.

How to Install VirtualBox on CentOS 7
VirtualBox is an open-source cross-platform virtualization software which allows you to run multiple guest operating systems (virtual machines) simultaneously. In this tutorial we will show you how to install VirtualBox from the Oracle repositories on CentOS 7 systems.

How to Install VMware Workstation Player on Ubuntu 18.04
With VMware Workstation Player you can create and run your own virtual machines and evaluate software distributed as a virtual appliance from many software vendors. This tutorial explains how to install VMware Workstation Player on Ubuntu 18.04.

How to Install PostgreSQL on Debian 9
PostgreSQL, often known simply as Postgres, is an open-source general-purpose object-relational database management system. In this tutorial we will show you how to install PostgreSQL on Debian 9 and explore the fundamentals of basic database administration.

