mint debian manjaro linux 安装后需要配置的 初始化 系统 配置 树莓派

sean 编辑于2024-08-04 09:40树莓派及Linux

1.网络的优化:

优先(默认这四条命令就可以了)

sudo systemctl stop avahi-daemon.socket
sudo systemctl stop avahi-daemon.service
sudo systemctl disable avahi-daemon.socket
sudo systemctl disable avahi-daemon.service

(备用)上面的不行再用这个的:

sudo apt-get remove avahi-daemon
下列软件包将被【卸载】:
avahi-daemon avahi-utils libnss-mdns

2.停止cupsd网络监听并禁用自启动:

通过sudo systemctl list-sockets查看下,或者从timer定时器里看看有没没有额外启动的东西, sudo systemctl list-timers

sudo systemctl stop cups-browsed.service
sudo systemctl stop org.cups.cupsd.service
sudo systemctl stop org.cups.cupsd.socket sudo systemctl stop cups.socket sudo systemctl stop cups.path sudo systemctl stop cups.service
sudo systemctl disable cups
sudo systemctl disable org.cups.cupsd.service
sudo systemctl disable org.cups.cupsd.socket sudo systemctl disable cups-browsed.service sudo systemctl disable cups.socket sudo systemctl disable cups.path sudo systemctl disable cups.service

3.停止ntpd时间服务器:

sudo systemctl stop ntp.service
sudo systemctl disable ntp.service

$ dmesg 查看是否有驱动没有安装,如果没有可以试着安装闭源固件比如(debain)i915/kbl_dmc_ver1_04.bin:
$ sudo apt install firmware-misc-nonfree
$ sudo update-initramfs -c -k all

 

关于本站

肥龙软件分享的软件是本站作者开发的免费,无广告,安全可靠,绝不附带任何无关软件,绝不困绑任何插件的实用软件。如果您感觉好用,可以捐赠我们,这样我们可以有更积极的动力去改进升级软件,维持服务器运转,感谢您的捐助,谢谢!

致谢 赞赏/捐助名单

2024-8-13 **军 ¥16.8

更新时间:2024.8.31

联系作者(邮箱)
分类