The problem of how to create MySQL users and databases through the command line is usually felt by hosting users who are using VPS for the first time, especially small VPS RAM without panels and without phpmyadmin. In this article we will discuss several ways to create a MySQL Database and MySQL user via the command line.
In this tutorial we will learn how to install the lamp on the CentOS7 VPS. LAMP stands for Linux Apache Mariadb Php.
In This article, we will learn how to protect login page using nginx rate limiting. Nginx rate limiting configured via nginx virtual host for each domain respectively.
Error 413 (Request Entity Too Large) indicates a file processing problem that exceeds the limits permitted by the web server. Nginx web servers are configured by default to limit large file sizes to keep server stable. Nginx can be set to allow the maximum size of the client request body by using the client_max_body_size directive. If the request size exceeds the configured value, error 413 (Request Entity Too Large) will appear. Nginx Configuration To fix…
Linux directory System is a tree-like hierarchy of directory and files. At the base of the directory file system is the “/” directory, otherwise known as the “root”. Linux does not use drive A, B, C, D like DOS or windows file system. Linux Mount a partition to be a directory. The following table describe many of the most common Linux directory: Directory Description /The nameless base of the filesystem. All other directories, files, drives, and…
What is Easy Engine? Easyengine command Line based webpanel with Nginx as webserver. Regarding No Graphics User interface, it’s make easyengine as light webpanel and able to install in small VPS. You can find more information about easy engine on https://easyengine.io Supported distributions You can install easyengine webpanel on: Ubuntu 12.04, 14.04 dan 16.04 Debian 7 dan 8 Port requirements 22/TCP (Inbound/Outbound) : Standard SSH port 80/TCP (Inbound/Outbound) : Standard HTTP port 443/TCP(Inbound/Outbound) : Standard…
VestaCP is an open-source web hosting control panel permits website owners to manage their sites through an easy to use web interface. Vesta supports optional secure web hosting via HTTPS. Let’s Encrypt is a new certificate authority (CA) that issues free domain validated (DV) SSL/TLS certificates for enabling secure (HTTPS) web connections. Let’s Encrypt automates the certificate request process, making it possible to secure a domain with a single command. This tool bridges the gap…
LAMP (Linux, Apache, MySQL, PHP) is actually an acronym which represents the Linux operating system, with the Apache web server. The site data is stored in a MySQL database, and dynamic content is processed by PHP. This tutorial provide for non root user. So, every command line must include sudo to execute command as root user. You may not use sudo if you loged in as root In This tutorials, we assumed that you have…