How to Install ELK Stack on Debian 9

How to Install ELK stack on Debian 9

installing elk stack on debian 9In this tutorial, we will show you how to install  ELK Stack on Debian 9. ELK stack is a collection of three open-source products, Elasticsearch, Logstash, and Kibana, and is a robust solution for searching, analyzing, and visualizing data. Elasticsearch is a distributed, RESTful search and analytics NoSQL engine based on Lucene, Logstash is a light-weight data processing pipeline for managing events and logs from a wide variety of sources and Kibana is a web application for visualizing data that works on top of Elasticsearch. This ELK Stack tutorial should work on other Linux VPS systems as well but be tested and written for a Debian 9 VPS. Installing ELK Stack on Debian 9 is an easy and straightforward task, just follow the steps below, and you should have it installed in less than 10 minutes.

Read More

ERR_SSL_VERSION_OR_CIPHER_MISMATCH

err_ssl_version_or_cipher_mismatch

ERR_SSL_VERSION_OR_CIPHER_MISMATCH error shows in your web browser when the browser cannot establish secure connection with the web server. SSL certificates are common theses days as they provide secure and encrypted connection between a website and a web browser. SSL certificates are used in situations when you need to encrypt sensitive data like credit card numbers and personal information so you can accept payments securely, data transfers, web form logins etc. But today the SSL certificates are becoming standard protocol for any website, and Google is pushing all webmasters to implement SSL certificates on their websites.  Today we will show you how to fix ERR_SSL_VERSION_OR_CIPHER_MISMATCH error. 

Read More

Guide to Linux Environment Variables

Guide to Linux Environment Variables

Objects that are given by names and contain data used by at least one, usually multiple applications are called environment variables. Put simply, an environment variable is nothing more than a variable that has a name and a value.
Values of environment variable could be the default editor that will be used, for example, the location of all files that can be executed in the system or local settings for the system. Beginners of Linux will find this a little difficult but the environment variable is an excellent way of sharing the configuration settings between several applications and processes.

Read More

Automate System Tasks Using Crontab on Ubuntu

ubuntu crontab
Ubuntu Crontab

Crontab in UbuntuIn this tutorial, we will show you, how to use the Ubuntu crontab. In a few simple steps, we will explain, how to automate your system tasks on Ubuntu, using the crontab in Ubuntu. The cron software utility is a time-based job scheduler in Unix-like operating systems. Cron is driven by a crontab (cron table) file, a configuration file that specifies shell commands to run periodically on a given schedule. The crontab files are stored where the lists of jobs and other instructions to the cron daemon are kept. Users can have their own individual crontab files and often there is a system-wide crontab file (usually in /etc or a subdirectory of /etc) that only system administrators can edit.

Read More

How to install Jekyll on CentOS 7

how to install jekyll on centos 7

Introduction

Jekyll is Ruby based, free and easy to use site generator, designed for creating static blogs, but it can be also used for creating all types of static websites as well, without using a database. Jekyll works by processing plain text files in Markdown and Textfile or Liquid templates and generating static website. This kind of websites have many advantages over the dynamic sites, such as security, speed and flexibility. Websites generated with Jekyll can be hosted on any type of web server or GitHub. In this tutorial we will cover the installation of Jekyll on a CentOS 7 VPS.

Read More

How To Install Buildbot on CentOS 7

How To Install Buildbot on CentOS 7

Buildbot is a continuous integration tool based on Python which automates the build, test and release software cycles. It is built using the Twisted networking engine, supports parallel execution of jobs across multiple platforms and it is compatible with all major operating systems. The Buildbot installation can have one or more masters and number of workers. In this tutorial, we will show you how to install Buildbot master and worker on a CentOS VPS.

Read More

How to Fix 503 Service Unavailable Error in WordPress

How to Fix 503 Service Unavailable Error in WordPress

In this tutorial we will show you how to fix 503 service unavailable error in WordPress, on a Linux based virtual private server. If you encountered 503 service unavailable error in WordPress follow the steps below to investigate it and fix the problem. The 503 service unavailable error has a lot of potential causes. To be able to fix the 503 service unavailable error in WordPress, you will have to identify the root cause of the problem. First, make sure that you have SSH or FTP access to the server, and you are able to modify the WordPress files. Connect to your Linux server and follow the instructions below.

Read More