摘要: 实验环境 kali: 192.168.43.130 win64(winxp或win7未升级) 目标主机的环境检查 确定没有打补丁 确定开启了打印机功能 攻击主机 查询网关 ip route | grep default default via 192.168.43.2 dev eth0 proto 阅读全文
posted @ 2026-05-04 19:05 Dr丶云幕 阅读(9) 评论(0) 推荐(0)
摘要: Ollama+OpenWenUI部署本地大语言模型 安装可视化页面openwebui 需要docker环境,参考搭建步骤 国内加速镜像参考网址:https://docker.aityp.com/r/ghcr.io/open-webui/open-webui 这里使用0.6.4版本 docker pull swr.cn-north-4.myhuawei 阅读全文
posted @ 2025-06-29 23:01 Dr丶云幕 阅读(183) 评论(0) 推荐(0)
摘要: Windows安装Docker 开启环境支持 # 启用Hyper-V(执行后需重启) Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All # 启用适用于Linux的Windows子系统(WSL) dism.exe /online /en 阅读全文
posted @ 2025-06-29 20:44 Dr丶云幕 阅读(33) 评论(0) 推荐(0)
摘要: SPlayer第三方网易云播放器 效果预览 实现效果 功能和网易云基本一样 只是简化了页面隐藏了多余的广告 支持扫码登陆 通过id匹配云盘中的歌曲 docker-compose部署 services: SPlayer: image: imsyy/splayer:latest container_name: SPlayer ports 阅读全文
posted @ 2025-05-22 14:19 Dr丶云幕 阅读(120) 评论(0) 推荐(0)
摘要: 小雅资源库 效果预览 一键安装命令 apt install docker.io -y#需要docker环境 bash -c "$(curl --insecure -fsSL https://ddsrem.com/xiaoya_install.sh)" 进入安装菜单 继续根据菜单提示继续下一步到提示:输入你的 阿 阅读全文
posted @ 2025-05-21 19:25 Dr丶云幕 阅读(566) 评论(0) 推荐(0)
摘要: Mealie家庭食谱 效果预览 添加预览 docker-compose部署 services: mealie: #image: ghcr.srebro.site/mealie-recipes/mealie:v1.10.2 image: docker.cnb.cool/srebro/pidin/mealie:v2.8.0 阅读全文
posted @ 2025-05-10 23:49 Dr丶云幕 阅读(77) 评论(0) 推荐(0)
摘要: 云盘服务Zfile 效果预览 拉取命令 # 创建所有必要的子目录(确保路径层级完整) mkdir -p /home/service/zfile/conf/db \ /home/service/zfile/conf/logs \ /home/service/zfile/data/file # 运行官方镜像并挂载自定义路径 阅读全文
posted @ 2025-04-22 14:37 Dr丶云幕 阅读(40) 评论(0) 推荐(0)
摘要: FileCodeBox文件快递柜 文件快递柜 通过“取件码”直接获取文件 部署命令: docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:latest 成功后 阅读全文
posted @ 2025-04-07 23:38 Dr丶云幕 阅读(309) 评论(0) 推荐(0)
摘要: @Controller public class Con { @GetMapping("/sumView") public String sumView(Model model ,String data) { List students=new ArrayList<>(); String sql = 阅读全文
posted @ 2024-08-27 14:58 Dr丶云幕 阅读(133) 评论(0) 推荐(0)
摘要: 下载小皮面板 在官网寻找合适的安装包:https://www.xp.cn/ 启动服务 管理页面 可以修改服务器端口号以及其它配置 把需要运行的PHP放入上图“打开根目录下”的地址即可 放入php文件后url路径添加对应的文件名即可查看效果 阅读全文
posted @ 2024-08-13 13:34 Dr丶云幕 阅读(57) 评论(0) 推荐(0)