非常简单, 记事本写 “dir>tp.txt” 然后另存为 .bat 可执行文件. 直接放在需要出列表的文件夹下即可 网上还有 其他的各种列出文件夹和子文件夹内所有文件的内容的方法. 慢慢找找看
分类: 学
转发 亲测好用!!! 在Linux系统中有些软件(如:Dnsmasq解锁Netflix中的Dns等服务)可能要用到53的端口,但有些系统提示已使用(required port 53 already in use )。使用“netstat -tlunp|grep 53”查看53端口是不是systemd-resolved占用了(Oracle Cloud 永久免费 VPS/甲骨文免费VPS 就是这样)。如果是,下面为解决方法:
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. …
困扰了很久的wordpress 升级PHP版本。 因为是Btinami 集成的linux 所以可能跟常规的不太一样,从WP后台也没办法直接升级。 网站 前阵子因为插件冲突 直接打不开了。 今天具体定折腾一下,结果发现了 最简单粗暴的办法。 直接建一个新的VM 然后用工具把旧的网站内容直接备份并恢复到新的里面就可以了。 。。 果然简单粗暴
sudo apt update sudo apt install openssh-server sudo systemctl status ssh sudo ufw allow ssh
研究了两天 最终还是 Pi 好用。 ubuntu 系统 docker 系统 读取配置信息 不行! 下面是作者原文 在raspberry pi 上安装 unpoller Docker 位置 https://hub.docker.com/r/golift/unifi-poller unpoller 官网地址 https://unpoller.com/ Step 1 – Get Docker working So to get Docker working on a Pi is pretty straightforward. First we install Raspberry Pi OS (the new name for Raspbian) then …
现在 两位大佬的官方固件上已经没有了 科学上网插件的更新了。 自己网上找了资源 编译了一版自用软路由固件,两个版本VMware 和正常刷机img镜像。 放在此分享
下面文章是轉載的,內容有價值 保留一下: 前面写了自编译 OpenWRT 固件,本来玩的好好的,结果最主要的两个插件据说开发者删库了,只能重新找办法升级了。 如果只要更新 Passwall 和 SSR-plus,还有 Clash,那就直接到这里下载 ipk 吧: https://share.mianao.info/Router/X86-64/ 可以在 系统 ->文件传输 ,直接上传安装 ipk 软件包,如果 openwrt 固件没有这个,那就自行上传了 ssh 命令安装吧。 下面就可以不用看了。
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 …
如何编译自己需要的 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 …