How to Install Elgg on CentOS 7

In this tutorial, we will show you how to install Elgg on a CentOS 7 Cloud VPS.

Elgg is an open source social networking software that provides a robust framework that allows you to build all kinds of social environments. Whether it’s a campus-wide social network for your university, school or college, or an internal collaborative platform for your organization, Elgg is able to handle these cases with ease.

Elgg also offers many additional features, including blogging, micro-blogging, networking, groups, and much more. Let’s start installing Elgg.

Read more

How to Install Anaconda Python on CentOS 7

In this tutorial, we will be installing Anaconda Python on one of our fully managed CentOS 7 Cloud VPSes.

Anaconda Python is an open-source programming language based on a Python distribution that is specifically developed for scientific computing and large amounts of data processing. The Anaconda library has over 200 packages ready out-of-the-box and over 2000 downloadable packages, all of which enable developers and enthusiasts to better develop their data science related applications almost instantly. Also, Anaconda package ships with Conda, a command-line tool and the package manager for Anaconda, which provides management of libraries, dependencies, and different environments.

Here are some of Anaconda’s capabilities in terms of scientific computing and a wide range of data processing:

  • Data Science
  • Machine Learning
  • Artificial Intelligence
  • Data Analytics
  • Neural Networks
  • Graphical Representation

Anaconda is developed and maintained by Anaconda, Inc. under the new BSD license and is written using Python.

Read more

How to Set Up Redis on CentOS 7

In this tutorial, we are going to build and install Redis on our CentOS 7 Cloud VPS from source.

Redis is an in-memory data structure store primarily used as a database and cache. Redis supports different kinds of abstract data structures such as strings, lists, maps, sets, sorted sets, hyper logs, bitmaps, and spatial indexes. The Redis package that is included in the default CentOS repositories is pretty outdated, so installing from the source code will ensure that we have the latest version of Redis installed on our system. Let’s begin with the installation.

Read more

How to Install MariaDB on CentOS

On a fresh Linux installation, you may have MySQL already installed on your system. While that might be enough for most users, sometimes the newest version of the query language is necessary for some software to work. This tutorial will show you how to install MariaDB as a drop-in replacement for MySQL for all versions of CentOS, and all versions of MariaDB.

Read more

How to Install GitLab on CentOS 7

How to Install GitLab on CentOS 7

In this article, we are going to show you how to install GitLab on CentOS 7. GitLab is Rails-based open source repository manager developed by GitLab Inc. GitLab is very useful for teamwork because is web-based git repository manager and it’s easy to deploy, code or test applications. It supports functions such as code reviews, issue tracking and activity feeds and that’s just a few of the features this application has. GitLab comes in Community Edition (self-hosted and free) and Enterprise Edition (self-hosted and paid).

Read more

How to Install NextCloud 13 on CentOS 7

In this tutorial will show you  how to install NextCloud 13 on CentOS 7 . NextCloud is free and open-source file sharing and communication self-hosted software.  It is used as storage of personal files, photos, songs, contacts and many other types of files and the best part is that you have access to them at any time and you can also share them with your friends/colleges. NextCloud is highly secured collaboration software that is  HIPPA and GDPR compliant. It is the best alternative of the popular application ownCloud. Let’s get started with the tutorial.

Read more

How To Set Up SSH Keys on CentOS 7

How To Set Up SSH Keys on CentOS 7

We’ll show you, how to set up SSH Keys on CentOS 7. SSH (Secure Socket Shell) is an open source, UNIX based, network protocol that provides users with a secure and encrypted way to login to remote computers, transfer files securely between the computers (SCP), command execution on remote servers, automate tasks between multiple servers on the network, and much more. SSH supports several authentication methods. In this tutorial we will configure SSH with public key authentication on CentOS 7 VPS, so instead of logging to your CentOS 7 VPS as usual using a username and password, you will be able to authenticate using a trusted SSH key which will increase the security of your server.

Read more

How to install Pelican on CentOS 7 using Python 3

How to install Pelican on CentOS 7 using Python3

As you already know, Pelican is not a content management system like WordPress, it is a Python static blog generator – there is not database, nor a web interface. We use reStructuredText or Markdown to create the posts and pages and the entire content is flat-file based and managed by the CLI. This type of storage gives you the chance to manage the posts and if necessary to migrate them. As Scriptogram appears to be Pelican-based, you can move the files and posts (including permalinks) without changing them at all. Today we will show you how to install Pelican on CentOS 7 using Python 3. Let’s get started!

Read more

How to install YOURLS on Centos 7

How to install YOURLS on Centos 7

We’ll show you, How to install YOURLS on Centos 7. Your Own URL Shortener or simply YOURLS is very useful set of PHP scripts that will allow you to run your self-hosted URL shortening service. In this tutorial we will install and configure YOURLS on a CentOS 7 VPS with Apache web server, MariaDB and PHP, which is pretty fast and straightforward.

Read more

How to install Open Real Estate on CentOS 7

open real estate on centos

Open Real Estate is a free and open source app that you can use to build websites for real estate agencies and realtors. It’s built on the Yii framework and it has all the features you’d need out of the box. It is fairly easy to install Open Real Estate on a CentOS 7 Cloud VPS. The installation process should take about 5-10 minutes if you follow the very easy steps described below.

Read more