Install MySecureShell SFTP Server
- Ivan Ivanov
- Linux

MySecureShell is a solution which has been made to bring more features to sftp/scp protocol given by OpenSSH. By default, OpenSSH brings a lot of liberty to connected users which imply to trust in your users. The goal of MySecureShell is to offer the power and security of OpenSSH, with enhanced features [...]
Read MoreOptimized my.cnf Configuration for MySQL/MariaDB (on cPanel/WHM Servers)
- Ivan Ivanov
- MySQL

Optimized my.cnf Configuration for MySQL/MariaDB (on cPanel/WHM Servers) by Fotis Evangelou who is a Engintron developer. It is quite good and if ammended correctly it brings some amazing results.
# Optimized my.cnf configuration for MySQL/MariaSQL on cPanel/WHM servers
#
#
[...]
Is Fleep an alternative to Slack?
- Ivan Ivanov
- Tech News

In short, yes — Fleep is a Slack alternative.
However, there are fundamental differences between the two. First of all, Slack follows the closed, walled-garden model, where you can only communicate with the people in your team. Fleep is an open network. This means that you can communicate [...]
How to Install cPanel and WHM on CentOS 7
- Ivan Ivanov
- Hosting Industry

To install cPanel & WHM on your server, run the following command:
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
This command changes your session to the home directory, downloads the latest version of cPanel & WHM, and runs [...]
How to Upgrade Debian 8 Jessie to Debian 9 Stretch
- Ivan Ivanov
- Linux

Debian 9 Stretch was released as the latest stable version of the Linux Debian operating system. While you can install Debian 9 Stretch fresh, you can also perform an in place upgrade from Debian 8 Jessie quite easily, which is what we will cover here.
It is recommended that you [...]