首页
关于我们
友链链接
壁纸下载
更多
统计中心
图床上传
Search
1
[Win DD包] wes7-x86-cn-精简,安装后仅占用1.55G存储空间
25,443 阅读
2
保姆级教程!甲骨文ARM DD成Debian10并升级内核成5.10
6,158 阅读
3
N1教程:Openwrt安装docker webui界面(基于flippy openwrt n1固件)
5,174 阅读
4
ZFAKA小店Docker版之 数据的备份和迁移
4,995 阅读
5
甲骨文oracle ARM 重装 Debian 10
4,671 阅读
Linux学堂
网站建设
网络资源
主题插件
固件工具
主机评测
登录
Search
标签搜索
vps
linux
bench
typecho
empirecms
lnmp
nginx
centos
cloudflare
qbittorrent
ssl
n1
rclone
onedrive
google
storage
speedtest
v2ray
openwrt
301
V+变量
累计撰写
176
篇文章
累计收到
49
条评论
首页
栏目
Linux学堂
网站建设
网络资源
主题插件
固件工具
主机评测
页面
关于我们
友链链接
壁纸下载
统计中心
图床上传
搜索到
176
篇与
的结果
2021-03-31
oneindex网盘设置访问密码
oneindex网盘设置访问密码作为老司机,谁能没有一些私密文件呢,比如DJJ。使用oneindex建立个人网盘很长一段时间了,但是一直给文件夹添加访问密码失败,今天又搜集了一个篇资料后,终于实现这个功能,具体步骤如下:打开Windows cmd命令输入cd desktop,切换到桌面输入echo 12345678>.password这样.password文件就制作成功了,把它上传到onedrive文件夹下,重建缓存,就能生效密码就是12345678,搭建完成!
2021年03月31日
2,066 阅读
0 评论
0 点赞
2021-03-31
挂载Sharepoint和onedrive目录方法
挂载的前提是你要配置好rclone文件,centos还记得要先安装好Fuse(命令:yum -y install fuse)挂载Sharepointrclone mount sharepoint: /home/wwwroot/sharepoint --copy-links --no-gzip-encoding --no-check-certificate --allow-other --allow-non-empty --umask 000 --vfs-cache-mode writes挂载Onedriverclone mount onedrive: /home/wwwroot/onedrive --copy-links --no-gzip-encoding --no-check-certificate --allow-other --allow-non-empty --umask 000 --vfs-cache-mode writes保持在后台运行nohup rclone mount sharepoint: /mnt/sda1/sharepoint& nohup rclone mount onedrive: /mnt/sda1/onedrive&
2021年03月31日
2,174 阅读
0 评论
0 点赞
2021-03-31
Centos报错问题解决:rpmdb open failed 的解决办法
今天安装FUSE的时候系统报错,Error: rpmdb open failed,刚开始以为是命令行的问题,结果发现安装什么都是这样的提示:[root@VM-4-5-centos ~]# yum -y install fuse error: rpmdb: BDB0113 Thread/process 29064/140040672127040 failed: BDB1507 Thread died in Berkeley DB library error: db5 error(-30973) from dbenv->failchk: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery error: cannot open Packages index using db5 - (-30973) error: cannot open Packages database in /var/lib/rpm CRITICAL:yum.main: Error: rpmdb open failed解决办法如下:首先清除掉缓存,之后再重建就可以了rm -f /var/lib/rpm/__db* rpm --rebuilddb
2021年03月31日
1,789 阅读
0 评论
0 点赞
2021-03-30
Centos环境下安装qbittorrent的第三种方法:qbittorrent-nox
1.安装 EPEL 源yum -y install epel-release2.安装qbittorrent-noxyum install qbittorrent-nox -y3.启动qbittorrent-nox --webui-port=8081 -d4.通过浏览器访问:ip:8081,默认账号:admin/adminadmin
2021年03月30日
2,288 阅读
0 评论
0 点赞
2021-03-30
CentOS7环境下一键安装qBittorrent
qbittorrent是一种非常高效的下载工具,上一篇文章我们讲到如何在centos环境下编译安装qbittorrent(下载技巧: Centos环境下编译安装qBittorrent下载利器),鉴于懒人比较多,这篇教程提供了一键安装脚本。1、用SSH连接CentOS7;2、下载qBittorrent安装脚本:(需要一定的上网环境)wget https://www.vvars.com/usr/scripts/qBittorrentCentOS7install.sh3.设置脚本权限:chmod +x qBittorrentCentOS7install.sh4、运行编译安装脚本:./qBittorrentCentOS7install.sh脚本会安装如下软件:qBittorrent4.1.1libtorrent1.1.9(https://github.com/arvidn/libtorrent/releases/)5、管理命令:systemctl start qbittorrentsystemctl stop qbittorrentsystemctl restart qbittorrent
2021年03月30日
1,611 阅读
0 评论
0 点赞
1
...
29
30
31
...
36