We will show you how to install Webmin on a Debian 9 VPS. Webmin is a web-based system configuration tool for Linux and it is supported on many distributions like Debian, Ubuntu and CentOS. In this tutorial we will show you how to install Webmin on a Linux VPS running Debian 9 as an operating system.
Jeff Wilson
How to Install ELK Stack on Debian 9

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.
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.
Automate System Tasks Using Crontab on Ubuntu


How to Fix Broken Packages on Ubuntu 16.04 and Debian 9
Ubuntu and Debian both use packages to add to the system’s capabilities, allowing users to do more with their machines. …
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.
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.





