Nextcloud docker部署 (自用)使用环境机器: Mac Mini M4
OS: MacOS Sequoia
容器: Orb Stack
配置文件docker-compose.yaml123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263services: app: image: nextcloud:latest volumes: - nextcloud:/var/www/html - ./config/config.php:/var/www/html/config/config.php environment: - MYSQL_DATABASE=nextcloud - MYSQL_USER=nextcloud - MYSQL_PASSWORD=your_db_password - MYSQL_HOST=db ...
我使用的是Nothing Phone (1) (代号: Spacewar)手机,最近收到了Project Elixir 3.7的升级推送。昨晚下载了升级包后,按照操作指引输入了fastboot update project*.zip 进行升级,但在等待设备重启到recovery模式时,我发现手机卡在了super.img。为了解决这个问题,我尝试更换了USB数据线和USB接口,然后使用了fastboot -w 命令清除了用户数据,但结果却仍然是类似的,令我感到相当困惑。
此时已经凌晨0点,考虑一番后我决定尝试Pixel Experience Plus,并安装了一些常用的应用程序。初始情况看起来一切正常,我对此感到相当满意。但是,当我尝试观看视频时,发现手机没有声音输出的bug,这让人有些沮丧和失望!
现在已经接近凌晨3点了。于是,我决定回滚到原厂系统Nothing OS 1.1.3,并进行OTA升级到1.5.3版本。在OTA升级和安装App期间还看了英超联赛,曼城4:1大胜娜娜看得血脉偾张。在这个过程中,我也一直在思考我所遇到的问题,希望能找到更好的解决方案。
服务器端: Ubuntu Server 22.04智能手机: Nothing Phone(1) (Project Elixir 3.6, Android 13)平板: 小米平板6 Pro (MIUI 14, Android 13)
为了方便在不同设备上跨平台阅读小说,我决定部署阅读应用程序Reader3 docker compose版本到服务器。虽然按照文档进行了安装和配置,但实际部署过程中仍然遇到了一些问题,可能是因为我的经验不足。
服务端部署
安装docker-composesudo apt install docker-compose
拉取docker-compose.yaml配置文件wget https://ghproxy.com/https://raw.githubusercontent.com/hectorqin/reader/master/docker-compose.yaml
按需配置刚刚拉取的yaml文件
启动和停止docker-compose启动: 在配置文件所在目录执行sudo docker-compose up -d停止: sudo docke...
处理Fedora 下的Firefox 浏览器播放视频抖动 在使用firefox 播放bilibili 视频时,画面时不时抖动抽风。切换Vivaldi 浏览器播放又正常,更新FFMPEG是解决firefox 浏览器播放抖动的一个思路
操作系统: Fedora Workstation 40 Pre-Release
桌面环境: Gnome 46
配置RPM Fussion 库
1sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
注意,如果在terminal 中运行报错,尝试把$(rpm -E %fedora)改成当前系统版本号,例如
1sudo dnf install https://mirrors.rp...
I.硬件信息CPU: Intel Core i7 9700Memory: ADATA威刚 万紫千红 16GB + 海盗船 16GB DDR4 双通道Motherboard: Asrock 华擎 Z390M Pro4Graphic: AMD RADEON 6950XT 16GB 公版NVME: Samsung三星 970 Evo 500GB, WDC 西数 SN770 1TBSATA: Crucial英睿达 MX500 550 1TB, HGST UltraStart HC310 4TB, Seagate Desktop 1TBUSB Drive: SanDisk 64GB
II. 准备II.I 你需要准备以下工具
App
备注/功能
OpenCore Pkg
EFI底层包
RapidEFI
基于OpenCore 的全自动化底层包
Windows 11
OS
Python3
OpenCore macrecovery 依赖
rufus
用于USB驱动器烧录
OpenCore Configurator
config.list 配置文件编辑器
...
在docker compose 部署beszel 面板部署beszel hub123456789services: beszel: image: 'henrygd/beszel' container_name: 'beszel' restart: unless-stopped ports: - '8090:8090' volumes: - ./beszel_data:/beszel_data
注意: macOS 默认不支持 Docker 容器的 network_mode: host 配置。host 网络模式允许容器直接使用主机的网络接口,这种方式在 Linux 环境下很常见,因为容器和主机共享同一网络命名空间。但 macOS 和 Windows 的 Docker 架构不同,它们使用虚拟机来运行容器环境,无法直接访问主机的网络栈,因此不支持 host 网络模式
GitHub和Xiao Z’s Blog
在docker 部署beszel-agent (不推荐)在doc...
描述:
A pack of GRUB2 themes for Honkai: Star Rail
更多预览:
https://github.com/voidlhf/StarRailGrubThemes/tree/master/preview
The labels in the bottom right corner of the preview image will not be displayed in the theme file.
安装:使用 Guinaifen 主题举例
复制 Guinaifen 到 grub 主题目录sudo cp -r Guinaifen /usr/share/grub/themes
编辑grub文件sudo vim /etc/default/grub
Add the theme to the bottom of the text file 在底部添加以下内容GRUB_THEME="/usr/share/grub/themes/Guinaifen/theme.txt"
更新 grubsudo grub-mkcon...
xwayland 应用在Gnome 46开启分数缩放会模糊的临时解决方法
DescriptionThis is just for my personal use, please don’t bother theGnome maintainers if there are bugs. I can’t promise to keep thepackages up to date with the Gnome and Fedora version, so be warned!
ps. 这是一个非官方的mutter
Furthermore I’m not the developer of these patches. I took them from:
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3567
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/353respectively and all credits go t...