avatar
文章
214
标签
12
分类
0
首页
列表
  • 归档
  • 应用
  • 关于
  • 黑洞
qs blog
搜索
首页
列表
  • 归档
  • 应用
  • 关于
  • 黑洞

qs blog

安装qbittorrent
发表于2024-11-11
记录了安装qbittorrent的过程。 安装软件apt install qbittorrent-nox 创建qBittorrent服务nano /etc/systemd/system/qbittorrent.service 123456789[Unit]Description=qBittorrent Daemon ServiceAfter=network.target[Service]User=rootExecStart=/usr/bin/qbittorrent-noxExecStop=/usr/bin/killall -w qbittorrent-nox[Install]Wante...
openwrt passwall2
发表于2024-11-10
成功搭了个梯子。 透明代理,只要设成网关就可以。 常规代理,填IP和端口的代理。
armbian安装桌面和xrdp
发表于2024-11-08
armbian安装桌面和xrdp的过程。 安装桌面apt install lxde 安装xrdpapt install xrdp xorg xorgxrdpsystemctl enable xrdp 中文字体登录的时候有时会有中文不显示,安装中文字体apt install ttf-wqy-microhei
openwrt旁路由
发表于2024-11-07
本文记录了docker安装openwrt的过程。 打开网卡混杂模式ip link set eth0 promisc on 创建OpenWrt网络docker network create -d macvlan --subnet=192.168.0.0/24 --gateway=192.168.0.1 -o parent=eth0 openwrt #下载镜像包至rootwget https://dl.openwrt.ai/releases/targets/amlogic/meson8b/kwrt-09.26.2024-amlogic-meson8b-thunder-onecloud-r...
Docker管理
发表于2024-11-07
安装dock.io启动服务systemctl enable docker 镜像操作 命令 作用 docker search 关键字 搜索镜像 docker pull 仓库名称 获取镜像 docker images 仓库名称 查看镜像信息 docker rmi 仓库名称:镜像ID号 删除镜像 容器操作 命令 作用 docker create 镜像 运行的程序 创建容器 docker start 容器的ID/名称 运行容器 docker stop 容器的ID/名称 停止容器 docker rm 容器的ID/名...
samba匿名共享
发表于2024-11-07
安装samba修改/etc/samba/smb.conf 修改123456789101112[global] workgroup = SAMBA security = user map to guest = bad user guest ok = yes[disk1] path = /disk1 browseable =yes public=yes writable=yes create mask=0777 directory mask=0777
linux挂载内存卡
发表于2024-11-07
linux挂载内存卡的方法。 玩客云加了一个内存卡 列出设备名sudo lsblk内存卡名NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTmmcblk0 179:0 0 14.6G 0 disk└─mmcblk0p1 179:1 0 14.6G 0 part 格式化sudo mkfs.ext4 /dev/mmcblk0 得到UUIDsudo blkid /dev/mmcblk0/dev/mmcblk0: UUID="c84d8587-ce27-4707-bafc-f99fcab2c2e6&...
win系统ssh上传下载文件
发表于2024-11-06
ssh上传下载文件的几个方法。 使用ssh命令登录ssh username@remote_host 使用scp命令复制文件到远程服务器:scp /path/to/file.txt username@remote_host:/path/to/remote/directory/从远程服务器复制文件到本地:scp username@remote_host:/path/to/remote/file.txt /path/to/local/direct 使用客户端:xshell,xftp 难怪传文件速率只有130k,原来免费的cpolar转发速率只有1Mbps,还以为是移动宽带上传速率不达标。wi...
用玩客云刷armbian
发表于2024-11-06
本文记录了刷机过程。 软件刷机工具:https://pan.baidu.com/s/1VxABReew_6iVHZmoZMMTXg?pwd=root直刷包:https://pan.baidu.com/s/1jvCWlSHI9LMBWIQNWUmw0Q?pwd=root 拆机用吹风机把有USB口的那一面加热,大概一分钟左右,用撬棒把最外面的壳给拆下来,会看到有六颗螺丝,把它们拧下来,再把挡板拆下来,最后把主板拿下来。 短接 刷机用两段小铜丝连在一起(不建议用夹子,因为你需要拿夹子放在上面一动不动4分钟)然后插上买的usb公对公的线,一头插在电脑上,另外一头插在玩客云的2号口,也...
小皮面板
发表于2024-11-04
https://www.xp.cnDebian安装脚本sudo wget -O install.sh https://dl.xp.cn/dl/xp/install.sh && sudo bash install.sh 特点集成网站、FTP、数据库、文件管理、软件安装等功能。所有文件安装在/xp目录下,除了端口号,不会和原系统有冲突。一键安装论坛,博客,不过没有完成最后一步,需要重启服务,再把数据库用户名和密码填到网站设置里就正常了。下载mysql和php的时候有点慢。
1…19202122
公告
生命不休,折腾不止。
最新文章
pixel3拆机换电池及刷机新版本2025-09-03
网心云oes刷群晖2025-09-02
网心云oes拆机和刷机指南2025-08-29
折腾豆瓣书影音2025-08-23
网心云oes和昔映系统2025-08-20
标签
onecloud termux oes game linux diy python macos armbian docker nas web
归档
  • 九月 2025 2
  • 八月 2025 6
  • 七月 2025 17
  • 六月 2025 9
  • 五月 2025 12
  • 四月 2025 25
  • 三月 2025 19
  • 二月 2025 24
网站信息
文章数目 :
214
本站总字数 :
92.5k
最后更新时间 :
© 2024 - 2025 By qs100371
搜索
数据加载中