Quantcast
Image

Search Results for: install-on-ubuntu

How to install Gekko on Ubuntu

By  •  November 28, 2023

Gekko is an opensource, Node.js application for Bitcoin trading and is hosted on Github.

To install Gekko on Ubuntu, you'll need to first install nodejs and git. …
Read More

How to install Kibana on Ubuntu or Debian

By  •  November 28, 2023

Elastic (the company behind the Elastic Stack) provides apt repository for Kibana, which you can install Kibana on Ubuntu, Debian, or any other variance that uses apt package manager. …
Read More

How to install Elasticsearch on Ubuntu or Debian

By  •  November 28, 2023

Elasticsearch is available on Github but is not available in the default apt repository for Ubuntu or Debian. However, Elastic, the company behind Elasticsearch, hosts a public repository that …
Read More

How to install AWS CLI tools using pip

By  •  November 28, 2023

AWS Command Line Interface (CLI) is a set of tools to manage your AWS infrastructure from the terminal or command prompt. It's written in Python and is available as …
Read More

How to configure AWS CLI tool

By  •  November 28, 2023

AWS Command Line Interface (CLI) tools allow you to manage your AWS services from the command line. For it to work, you'll need to have an IAM user with …
Read More

How to install Scrapy using pip

By  •  December 2, 2021

Scrapy is a Python-based scraping and web crawling program available in Python Package Index. It means that you can install Scrapy on any operating system if you have pip
Read More

How to create shared virtual IP using Pacemaker

By  •  December 2, 2021

Shared resources in a cluster need to be made accessible via an IP address. For this, we need to create a clustered IP address for our Pacemaker cluster, which …
Read More

How to create a Pacemaker cluster

By  •  December 2, 2021

The first thing to do after installation of cluster components such as Pacemaker, Corosync and pcs is to create a cluster. It then enables us to create and assign …
Read More

How to perform threat analysis on Apache log

By  •  December 2, 2021

Apache stores details of HTTP requests in its Access Log as defined by the CustomLog directive. The log can be used to check for malicious requests such as hacking …
Read More

Top