ZhouZhou Blog
正在加载今日诗词....
LSPatch 自行编译
拉取镜像git clone --recursive git@github.com:LSPosed/LSPatch.gitgradle/wrapper/gradle-wrapper.properties 修改 gradle 版本distributionUrl=https\://services.gra
dnsmasq的dns缓存cache设置
pihole 自定义 dnsmasq.d目录下的 dnsmasq.d/01-pihole.conf 文件会每次重启覆盖,需要自行配置文件98-ttl.confdnsmasq的dns缓存cache设置缓存的数量cache-size=10240如果查询的域名没ttl,则使用此设置为缓存ttl时间neg-
systemd-resolved关闭,关闭Ubuntu自带的dns解析服务
sudo vim /etc/systemd/resolved.conf# This file is part of systemd.## systemd is free software; you can redistribute it and/or modify it# under the
Linux cpu 锁定频率运行
原文地址Linux 系统中的 CPU 频率是由内核的 CPU 调度器动态控制的,其目的是为了节省能源和保证系统稳定。如果您需要锁定 CPU 频率,可以使用 cpufrequtils 工具。首先,您需要安装 cpufrequtils,在 Ubuntu 系统中可以使用以下命令进行安装:sudo apt-
解决Linux系统下挂载NTFS文件系统硬盘后权限777的问题并配置自动挂载
转载自:https://www.meowpass.com/pages/521df9/#%E9%97%AE%E9%A2%98防止自己忘记。补充,不建议使用 /etc/fstab 挂载磁盘如果 fstab挂载磁盘失败,会导致无法开机,故而建议在 /etc/rc.local 中,系统启动后挂载,防止系统无
Linux apt安装 DEB 安装包并自动安装依赖
有时候会遇到软件厂商或者作用只提供了 deb 格式的软件安装包,但还需要额外是依赖库才能正常运行。直接使用命令 dpkg -i *.deb ,是不能处理 deb 里定义的依赖关系的。正确做法是使用 apt 安装 deb 文件:sudo apt-get --fix-broken install *.d
Android14 AOSP源码编译
环境要求编译系统和内存要求内存至少16Gswap 至少32G本次使用Ubuntu22版本安装依赖在docker下编译docker run -itd --privileged -v /downloads/chfs/test/android14/:/android14 --name ubuntu-tes