From b8b421a5e4db6f584c227043b3411a28aa455547 Mon Sep 17 00:00:00 2001 From: aiminick <83101338@qq.com> Date: Sun, 9 Jun 2019 01:01:06 +0800 Subject: [PATCH] Create README.md --- add-app/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 add-app/README.md diff --git a/add-app/README.md b/add-app/README.md new file mode 100644 index 0000000..21d12f3 --- /dev/null +++ b/add-app/README.md @@ -0,0 +1,8 @@ +#### tuned + +``` +apt install sysv-rc-conf -y ;\ +wget https://mirrors.tuna.tsinghua.edu.cn/debian/pool/main/t/tuned/tuned_2.10.0-1_all.deb ;\ +apt install ./tuned_2.10.0-1_all.deb ;\ +systemctl enable tuned ; systemctl start tuned +```