├── Build-and-install-linux-kernel └── README.md ├── Linux-FreeBSD-NetBSD ├── README.md ├── freebsd │ ├── README.md │ ├── loader.conf │ ├── nginx.conf │ ├── nginx_install.sh │ └── sysctl.conf └── netbsd │ ├── README.md │ └── sysctl.conf ├── Linux-networking ├── Linux-Network-tuning │ ├── README.md │ ├── sysctl.conf │ ├── sysctl.conf.10gbe │ └── voltdb │ │ └── sysctl.conf ├── README.md ├── improve_solution │ ├── README.md │ ├── install_e1000e.sh │ └── install_ixgbe.sh ├── sysctl.backup.conf ├── sysctl.conf └── traffic_control │ └── README.md └── Nginx-tuning ├── README.md ├── nginx.conf └── nginx_install.sh /Build-and-install-linux-kernel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Build-and-install-linux-kernel/README.md -------------------------------------------------------------------------------- /Linux-FreeBSD-NetBSD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-FreeBSD-NetBSD/README.md -------------------------------------------------------------------------------- /Linux-FreeBSD-NetBSD/freebsd/README.md: -------------------------------------------------------------------------------- 1 | * monitor CPU usage : top -P cc 2 | -------------------------------------------------------------------------------- /Linux-FreeBSD-NetBSD/freebsd/loader.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-FreeBSD-NetBSD/freebsd/loader.conf -------------------------------------------------------------------------------- /Linux-FreeBSD-NetBSD/freebsd/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-FreeBSD-NetBSD/freebsd/nginx.conf -------------------------------------------------------------------------------- /Linux-FreeBSD-NetBSD/freebsd/nginx_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-FreeBSD-NetBSD/freebsd/nginx_install.sh -------------------------------------------------------------------------------- /Linux-FreeBSD-NetBSD/freebsd/sysctl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-FreeBSD-NetBSD/freebsd/sysctl.conf -------------------------------------------------------------------------------- /Linux-FreeBSD-NetBSD/netbsd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-FreeBSD-NetBSD/netbsd/README.md -------------------------------------------------------------------------------- /Linux-FreeBSD-NetBSD/netbsd/sysctl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-FreeBSD-NetBSD/netbsd/sysctl.conf -------------------------------------------------------------------------------- /Linux-networking/Linux-Network-tuning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-networking/Linux-Network-tuning/README.md -------------------------------------------------------------------------------- /Linux-networking/Linux-Network-tuning/sysctl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-networking/Linux-Network-tuning/sysctl.conf -------------------------------------------------------------------------------- /Linux-networking/Linux-Network-tuning/sysctl.conf.10gbe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-networking/Linux-Network-tuning/sysctl.conf.10gbe -------------------------------------------------------------------------------- /Linux-networking/Linux-Network-tuning/voltdb/sysctl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-networking/Linux-Network-tuning/voltdb/sysctl.conf -------------------------------------------------------------------------------- /Linux-networking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-networking/README.md -------------------------------------------------------------------------------- /Linux-networking/improve_solution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-networking/improve_solution/README.md -------------------------------------------------------------------------------- /Linux-networking/improve_solution/install_e1000e.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-networking/improve_solution/install_e1000e.sh -------------------------------------------------------------------------------- /Linux-networking/improve_solution/install_ixgbe.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-networking/improve_solution/install_ixgbe.sh -------------------------------------------------------------------------------- /Linux-networking/sysctl.backup.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-networking/sysctl.backup.conf -------------------------------------------------------------------------------- /Linux-networking/sysctl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-networking/sysctl.conf -------------------------------------------------------------------------------- /Linux-networking/traffic_control/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Linux-networking/traffic_control/README.md -------------------------------------------------------------------------------- /Nginx-tuning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Nginx-tuning/README.md -------------------------------------------------------------------------------- /Nginx-tuning/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Nginx-tuning/nginx.conf -------------------------------------------------------------------------------- /Nginx-tuning/nginx_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaglerayp/Linux_study/HEAD/Nginx-tuning/nginx_install.sh --------------------------------------------------------------------------------