摘要:
nano /boot/firmware/config.txt 最后一行写,最低16MB gpu_mem=16 保存之后,reboot 阅读全文
摘要:
1. vi port-speed.sh 2. 写入以下内容 #!/bin/sh dmidecode|grep -P -A5 "Memory\s+Device"|grep Size|grep -v Range -n lshw -c network -businfo ip a |awk '/state 阅读全文
摘要:
vim /etc/sysctl.conf 在文件最后加入一行: vm.min_free_kbytes = 2097152 (命令意义:设置最小剩余内存,单位KB,这里设置2G) 使配置文件生效 sysctl -p 阅读全文
摘要:
换源 bash <(curl -sSL https://linuxmirrors.cn/main.sh) get-docker bash <(curl -sSL https://linuxmirrors.cn/docker.sh) pip换源 pip3 config set global.index 阅读全文
摘要:
nano /boot/firmware/config.txt #添加 dtparam=cooling_fan=on dtparam=fan_temp0=36000,fan_temp0_hyst=2000,fan_temp0_speed=90 dtparam=fan_temp1=40000,fan_t 阅读全文