Skip to content

Instantly share code, notes, and snippets.

# DB information
DB_NAME=test
USER_DB=test
PASSWD_DB=secret
# package for nginx
apt update
DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essential \
libpcre3 libpcre3-dev libssl-dev \
@pranto19
pranto19 / sysctl.conf
Created November 11, 2019 06:02 — forked from yegorg/sysctl.conf
ubuntu sysctl performance tuning
# Kernel sysctl configuration file for Linux
#
# Version 1.12 - 2015-09-30
# Michiel Klaver - IT Professional
# http://klaver.it/linux/ for the latest version - http://klaver.it/bsd/ for a BSD variant
#
# This file should be saved as /etc/sysctl.conf and can be activated using the command:
# sysctl -e -p /etc/sysctl.conf
#
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and sysctl.conf(5) for more details.