Create README.md
This commit is contained in:
parent
ed62b3c50a
commit
b8b421a5e4
|
|
@ -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
|
||||
```
|
||||
Loading…
Reference in New Issue