Skip to content

分类:

ubuntu systemd-resolve占用53端口的解决方法 adguard 安装

转发 亲测好用!!! 在Linux系统中有些软件(如:Dnsmasq解锁Netflix中的Dns等服务)可能要用到53的端口,但有些系统提示已使用(required port 53 already in use )。使用“netstat -tlunp|grep 53”查看53端口是不是systemd-resolved占用了(Oracle Cloud 永久免费 VPS/甲骨文免费VPS 就是这样)。如果是,下面为解决方法: 1、先停用 systemd-resolved 服务 2、编辑 /etc/systemd/resolved.conf 文件 3、换下面说明更改,然后按一下“esc”键,再输入“:wq”(不要输入引号),回车保存即可。 4、最后运行下面命令即可。

ESXi 安装紫屏 问题解决

Video of ESXi install workaround for Fatal CPU mismatch on feature for Intel 12th Gen CPUs and newer 转载,亲测好用!!! I have been noticing more and more users that have acquired hardware that includes the latest Intel 12th Generation CPU (Alder Lake) and even the newest Intel 13th Generation CPU (Raptor Lake) for use with ESXi. Starting with the Intel 12th Generation CPU, Intel has introduced a new hybrid “big.LITTLE” CPU architecture that integrates two types of CPU cores: Performanc…

Bitnami WordPress 升级PHP版本

困扰了很久的wordpress 升级PHP版本。 因为是Btinami 集成的linux 所以可能跟常规的不太一样,从WP后台也没办法直接升级。 网站 前阵子因为插件冲突 直接打不开了。 今天具体定折腾一下,结果发现了 最简单粗暴的办法。 直接建一个新的VM 然后用工具把旧的网站内容直接备份并恢复到新的里面就可以了。 。。 果然简单粗暴 下面是转的一个作者的教程,亲测有用~ Bitnami Update PHP Version For WordPress On AWS Lightsail For the past few years, I’ve used an AWS Lightsail WordPress setup for my personal websites. It’s a very affordable option for hosting WordPress at only $3.50/month on the cheapest plans. However, it does come with some challenges.…

Unifi Poller Unifi 网络监控程序

研究了两天 最终还是 Pi 好用。 ubuntu 系统 docker 系统 读取配置信息 不行! 下面是作者原文 在raspberry pi 上安装 unpoller Docker 位置 https://hub.docker.com/r/golift/unifi-poller unpoller 官网地址 https://unpoller.com/ 折腾了两天。 记录一下

Passwall&Shadowsocks&Clash软路由整合版1.6

现在 两位大佬的官方固件上已经没有了 科学上网插件的更新了。 自己网上找了资源 编译了一版自用软路由固件,两个版本VMware 和正常刷机img镜像。 放在此分享 集成常用插件: Passwall Shadowsocks smartDNS Clash OpenClash BT AD Guard 几款好看皮肤 等等 用了小一个月时间,还是很稳定的。

编译更新OpenWrt PassWall和SSR-plus插件

下面文章是轉載的,內容有價值 保留一下: 前面写了自编译 OpenWRT 固件,本来玩的好好的,结果最主要的两个插件据说开发者删库了,只能重新找办法升级了。如果只要更新 Passwall 和 SSR-plus,还有 Clash,那就直接到这里下载 ipk 吧:https://share.mianao.info/Router/X86-64/可以在 系统->文件传输,直接上传安装 ipk 软件包,如果 openwrt 固件没有这个,那就自行上传了 ssh 命令安装吧。下面就可以不用看了。 本地自编译 编译 Lienol 源 如果用的源码:https://github.com/Lienol/openwrt 方法一 都说是 Lienol 是把他的 openwrt-package 删了,但我看了下回退也是有的,所以一个办法是修改 feeds.conf.default 文件,将最后一行修改为我回退的库 src-git lienol https://github.com/harry3633/openwrt-package。然后执行: ShellCopy 接着编译就有最终版 Passwall…

openwrt 梯子 常用软件包 编译方法

openwet常用软件包 GitHub 地址 https://github.com/kenzok8/openwrt-packages 纪念 已经消失的翻墙 app Type Name Latest commit message Commit time adguardhome Signed-off-by: kenzo 6 days ago gost 新增gost+openclash更新 last month luci-app-adguardhome Signed-off-by: kenzo 6 days ago luci-app-advancedsetting Signed-off-by: kenzo 2 months ago luci-app-aliddns 更新 last month luci-app-clash Signed-off-by: kenzo yesterday luci-app-eqos 更新 last month luci-app-gost 新增gost+openclash更新 last month luci-app-openclash Signed-off-by: …

原版Lean 如何编译自己需要的 OpenWrt 固件

如何编译自己需要的 OpenWrt 固件 注意: 不要用 root 用户 git 和编译!!! 国内用户编译前最好准备好梯子 默认登陆IP 192.168.1.1, 密码 password 编译命令如下: 首先装好 Ubuntu 64bit,推荐 Ubuntu 18 LTS x64 命令行输入 sudo apt-get update ,然后输入 sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch python3.5 python2.7 unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automak…

原版 Lienol’s openwrt 编译方法

编译命令如下: 首先装好 Ubuntu 64bit,推荐 Ubuntu 18 LTS x64 命令行输入 sudo apt-get update ,然后输入 sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch python3.5 python2.7 unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler g++-multilib antlr3 gperf git clone -b dev-19.07 https…