An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.
In this tutorial, we will show you how to install Redmine on an Ubuntu 18.04 VPS.
Redmine is an open-source, cross-platform, and cross-database issue tracking and web-based project management application built on top on the Ruby on Rails framework. Let’s begin with the installation.
In this post, we will show you how to install Ruby on an Ubuntu 18.04 VPS.
Ruby is a dynamic, open-source, object-oriented programming language with a focus on simplicity and productivity. It is best known for its use in the Ruby on Rails framework.
Installing Ruby is an easy task and should not take more than 10 minutes. Let’s begin with the installation.
In this tutorial, we will cover the steps needed for installing Redis on Ubuntu 18.04, as well as a couple of ways to use Redis.
Redis (short for Remote Dictionary Server), is an open-source in-memory data structure store which can be used as a database, cache, and message broker. Redis is a NoSQL Key/Value store, which offers flexibility and improves performance. One of the best features of Redis is the huge range of data types or data structures that it supports, such as lists, sets, stored sets, hashes, bitmaps, etc…
Redis has built-in master-slave replication that allows a Redis server to be an exact copy of a master server’s database. Masters can have multiple slaves, and the replication is done asynchronously, meaning that the master will continue to handle queries while slave servers are synchronizing.
In this tutorial, we will show you how to install and configure WordPress with OpenLiteSpeed on an Ubuntu 18.04 VPS.
OpenLiteSpeed is a lightweight, open-source HTTP server developed and copyrighted by LiteSpeed Technologies, Inc. It provides a user-friendly web interface and supports various operating systems, including Linux, Mac OS, SunOS, and FreeBSD. WordPress is the most popular content management system, or CMS, available on the internet. With a massive community, great documentation, countless themes, and a large choice of plugins, you can make a website about almost anything using WordPress. Let’s begin with the installation.
In this tutorial, we will show you how to install Dolibarr on your Debian 9 VPS.
Dolibarr is an open-source, an all-in-one ERP and CRM platform for businesses and individuals to manage their customers, invoices, orders, products, inventories, and more.
In this tutorial, we will show you how to install ClickHouse on a CentOS 7 VPS, as well as demonstrate some things that you can do in ClickHouse.
ClickHouse is a distributed analytical column-oriented database management system. ClickHouse has the ability to perform queries in real-time, making it simple and easy to run applications that require analytical results. The ClickHouse query language is based on SQL, which only helps to simplify and reduce the learning curve for the end user. ClickHouse has two main characteristics:
Column-oriented databases – Records in blocks grouped by columns instead of rows. This method is much faster than the traditional row-based system.
Online Analytics Processing system – This systems allows for the organization of a large amount of data, as well as executing more complex queries.
In this article, we will show you how to install Apache CouchDB on a Debian 9 VPS.
Apache CouchDB is a free and open-source NoSQL document-oriented database solution that uses JSON to store data. CouchDB is commonly used in mobile replication and synchronization devices as it does not lock the database files at the time of writing. CouchDB also comes with an easy-to-manage web-based administration console, and it supports trivial hot back-ups, a fault-tolerant engine, safeguarding user data, and much more. Let’s begin with the installation.
In this tutorial, we will show you how to install Anaconda Python on Ubuntu 18.04, as well as some short tutorials on how to set up Anaconda environments.
Anaconda is a large and powerful platform of the Python and R programming languages. It provides a lot of tools that can be used in areas such as Jupiter Notebook, Pandas, and so on. Additionally, it is used for data processing, machine learning, and predictive analytics.
Anaconda provides a lot of popular python packages and package manager called ‘conda‘. Some of the popular anaconda packages are numpy, scipy, jypiter, nltk, etc… You will get all of these packages with anaconda instead of installing a plain version of python and using pip for managing and installing these packages.