How to Install Apache Cassandra on Debian 9

In this tutorial, we will show you how to install Apache Cassandra on a Debian 9 VPS.

Apache Cassandra is a free and open-source distributed NoSQL database management system that provides High-Availability with no single point of failure. Cassandra does not use the table model seen in MySQL, MSSQL or PostgreSQL – rather, it uses a cluster model. It is designed to handle large amounts of data across commodity hardware. It provides linear scalability by adding a new machine to it without any interruption to applications. Apache Cassandra is used by many popular organizations including Apple, NetFlix, eBay, and Easou.

Let’s begin with the installation.

Read More

How to Install Grav CMS on Ubuntu 18.04

In this tutorial, we will cover the steps needed for installing Grav CMS on an Ubuntu 18.04 VPS.

Grav is an open-source, fast, and flexible flat-file CMS (or Content Management System) based on and written in PHP. Grav uses a flat-file database for both its back-end and front-end. The main focus is on speed and simplicity instead of on integrated built-in features, which would increase the complexity of the application.

Let’s get started with the installation.

Read More

How to Install Anaconda Python on Debian 9

In this tutorial, we will show you how to install Anaconda Python on a Debian 9 VPS.

Anaconda is one of the most popular package managers and distribution systems for the Python and R programming languages. It is open-source and designed for data science and machine learning platforms, and is used for large-scale data processing, deep learning-related applications, and scientific computing.

Anaconda Distribution is used by over 15 million users and it offers more than 1400 data packages individually from its repository. Anaconda python also includes an environment manager and a package manager called ‘conda’. It works on all major operating systems, including Linux, macOS, and Windows.

Let’s begin with the installation.

Read More

How to Install Kanboard on Ubuntu 18.04

In this tutorial, we will explain how to install and configure Kanboard on an Ubuntu 18.04 VPS.

Kanboard is a free and open-source project management software that helps you to manage your projects simply and efficiently. With Kanboard, you can visualize your work, limit and pace yourself with the work in progress, and drag and drop tasks to manage your projects easily. Kanboard also provides support for reports, analytics, and it can be integrated with external services. Kanboard allows you to customize your board according to your business needs, making it a very versatile tool that can boost the productivity of any business.

Read More

How to Install WordPress on Ubuntu 18.04 and Configure it to Use a Remote Database

In this tutorial we will guide you through the steps of installing WordPress on an Ubuntu 18.04 VPS with all necessary components, such as Apache web server, PHP and MySQL/MariaDB database server, and configure WordPress to use a database on a remote server.

WordPress is the most popular and most widely-used content management system (CMS). It is the CMS of choice for 26% of the entire web. It is based on PHP, and it stores its information in a MySQL database. The large amount of themes and plugins makes this CMS an excellent choice for someone that needs a user-friendly way to get their ideas onto a website that looks good. Let’s get started with the installation.

Read More

How to Install WonderCMS on Debian 9

In this tutorial, we will show you how to install WonderCMS on a Debian 9 VPS.

WonderCMS is a free and open-source lightweight CMS designed to make building websites easy. WonderCMS doesn’t require a MySQL database to save the data and content from the website. It uses flat-file technology, which enables WonderCMS to save all data to a text file named database.js. The database.js file is structured in the JSON format.

Installing WonderCMS on Debian 9 is an easy task if you follow the steps below carefully. Let’s begin with the installation.

Read More

How to Install and Configure CyberPanel on Ubuntu 18.04

In this tutorial, we are going to provide you with step-by-step instructions on how to install as well as configure the CyberPanel control panel on an Ubuntu 18.04 VPS.

CyberPanel is an open-source web hosting control panel that uses OpenLiteSpeed as a web server. CyberPanel is a next-generation web hosting platform specially designed for speed, security, and stability. CyberPanel is completely free and supports an unlimited number of domains/subdomains. CyberPanel comes with a wide range of features, including:

  • Built-in support for mod_security,
  • One click SSL,
  • Email limits,
  • Rainloop Webmail, LSCache,
  • Auto Installer,
  • Git and many more.

Let’s begin with the installation.

Read More

How to Install ClamAV on Debian 9 and Scan For Vulnerabilities

In this tutorial, we’ll be explaining how to install ClamAV on your Debian 9 VPS, as well as how to use it to check for and remove any malware or security vulnerabilities.

Read More