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 MoreHow 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 [...]
Let’s Encrypt & Nginx. How-to Install & Configure
- Ivan Ivanov
- Linux

SSL is an acronym for Secure Sockets Layer, a global standard security technology adopted by Netscape in 1994. SSL is designed to establish encryption and identity assurance. It enables encrypted communication between a web server and a web browser. Now it’s important have websites secured by SSL [...]
Read MoreHow to check Internet Speed via Terminal?
- Ivan Ivanov
- Linux

This is a short version (no root required) of speedtest-cli to output the Speedtest of your Server.
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -
Output:
~$ curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master [...]