Tag Archives: script

kill-process

Bash script to kill high CPU process, long running process and too much consuming memory process. Prerequisites bash Install This package can be installed easy. cd /root/myscript git clone https://github.com/padosoft/kill-process.git cd kill-process chmod +x killprocess.sh If you want to set your value and override default var values create a killprocess.config file by coping the given […]

SCRIPT CÀI ĐẶT LAMP TỰ ĐỘNG

CẤU HÌNH Software version: 1. OS: CentOS 7.4.1708 (Core) 64bit. 2. Apache: Apache/2.4.6 (CentOS) 3. MariaDB: 10.2.13-MariaDB 4. PHP 7: PHP 7.2.3 (cli) SCRIPT !/bin/bash ————————————————– Software version: 1. OS: CentOS 7.4.1708 (Core) 64bit. 2. Apache: Apache/2.4.6 (CentOS) 3. MariaDB: 10.2.13-MariaDB 4. PHP 7: PHP 7.2.3 (cli) ————————————————– List function: 1. f_check_root: check to make […]

Install LAMP Server using the EC2 User Data Script

Install LAMP Server using the EC2 User Data Script Hi Friends, This article covers full step by step instructions on How to Install LAMP  on AWS EC2 Instance in 4 Easy Steps. This article will help you install an Apache web server with PHP 7 and MariaDB (a community-developed fork of MySQL) support on your […]

Hướng dẫn cài đặt LEMP (Linux, Nginx, MariaDB, PHP) trên CentOS

Trong bài viết này mình sẽ hướng dẫn các bạn cách cài đặt bộ webserver nổi tiếng LEMP bao gồm: Linux + Nginx + MariaDB + PHP (PHP-FPM) trên CentOS 7/6.5/6.4/6.3/6.2/6.1/6/5.10. – Nginx (đọc là Engine x) là một webserver nhỏ gọn, ít tốn RAM, mạnh mẽ và có hiệu suất hoạt động cao. – PHP […]