首页
斐讯设备
疯言疯语
系统运维
编程语言
网站建设
友情连接
推荐
autojs
Search
1
charles破解注册码(含windows和mac)最新安装教程「亲测有效」
57 阅读
2
aris常用命令收集
32 阅读
3
【N1和Armbian】一、N1刷Linux系统armbian
31 阅读
4
docker更新现有容器为自动重启
28 阅读
5
[上]JAVA学习系列模块九第五章186.对象数组_基本使用
26 阅读
登录
Search
标签搜索
JAVA
JAVA学习系列
docker
Linux
js
N1
git
模块二
模块一
端口
模块五
数据库
模块九
模块四
镜像
模块三
模块六
MySQL
百度网盘
nginx
DaiMaFengZi
累计撰写
591
篇文章
累计收到
10
条评论
首页
栏目
斐讯设备
疯言疯语
系统运维
编程语言
网站建设
页面
友情连接
推荐
autojs
搜索到
214
篇与
的结果
2023-08-18
Docker部署OneNav个人书签管理器,个人导航
一、OneNav介绍1.OneNav简介OneNav是一款使用PHP + SQLite 3开发的导航/书签管理器,支持Material Design风格,界面简洁,使用方便。2.OneNav特点支持后台管理支持私有链接支持多种主题风格(默认内置2套模板)支持链接信息自动识别支持API二、下载onenav镜像[root@jeven ~]# docker pull helloz/onenav:latest Using default tag: latest latest: Pulling from helloz/onenav 339de151aab4: Pull complete 4f4fb700ef54: Pull complete 64e2d91f6a6b: Pull complete aedf58cb2c7e: Pull complete 03e9996f76bb: Pull complete 16141d74ea3a: Pull complete Digest: sha256:da1030a7d0b01f3918f7806eef984f686d3578e4de34d592fb4f956341b6a741 Status: Downloaded newer image for helloz/onenav:latest docker.io/helloz/onenav:latest三、部署OneNav应用1.创建数据目录[root@jeven ~]# mkdir -p /data/onenav [root@jeven ~]# cd /data/onenav/ [root@jeven onenav]#2.创建OneNav容器[root@jeven onenav]# docker run -d --name="onenav" --restart always -p 8011:80 -e USER='admin' -e PASSWORD='admin' -v /data/onenav/data:/data/wwwroot/default/data helloz/onenav:0.9.29 8e43316064d1a938600f1309883fac6b2e63279c9d2fe90fe554eecfd9fda8273.查看OneNav容器状态[root@jeven onenav]# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 8e43316064d1 helloz/onenav "/usr/sbin/run.sh" 32 seconds ago Up 30 seconds 0.0.0.0:8011->80/tcp, :::8011->80/tcp onenav四、访问OneNav首页五、访问OneNav后台
2023年08月18日
0 阅读
0 评论
0 点赞
2023-08-15
MySQL、MariaDB字段批量更新:设置大于、小于、等于某个值自动更新
字段内容大于10的自动-1语法如下:update <数据表> set <字段名称>=<更新方法> where <匹配条件>;假设我的数据信息如下:名称内容数据表sum字段名称permit那么我的语句就是:update sum set permit=permit+1 where permit=10;其中:permit=10就是匹配条件,可以根据实际需求更改,例如:permit=5permit<8permit>10permit!=0更多需求就可以根据这个思路去扩展了实践结果大于10的自动+1举列:update POSTS set VISITS=floor(random()*9999) where VISITS<500;
2023年08月15日
5 阅读
0 评论
0 点赞
2023-08-10
Sideloadly安裝IPA文件-iOS免费签名教程
前言前不久为了安装一个只能自签使用的app,无奈下载了sideloadly,不要问为啥不用爱思或者牛蛙,问就是软件限制。安装软件顺便记录下,写个教程。01▎Sideloadly使用准备Windows或mac电脑02▎Sideloadly介绍使用免费或付费AppleID侧载APP的工具支持注入插件。支持 iOS 7 到 iOS 16.2+设备。支持覆盖安装。支持WiFi侧载安装。支持有2次验证的AppleID。03▎安装注意事项官网地址:https://sideloadly.io/开始使用手机连上电脑,或者与电脑连同一WIFI识别手机之后,输入AppleID拖入ipa文件点击start,弹出输入密码开始安装,如果是游戏的话,注入插件可以选择Advanced Options安装到手机上之后,选择打开会出现让信任开发者,在设置->通用->VPN与设备管理中,选择对应AppleID账号,进行信任。之后就能正常打开使用了。
2023年08月10日
5 阅读
0 评论
0 点赞
2023-08-08
windows配置多个NTP服务器地址
背景因业务需要,而原运维安装的win服务器各种奇葩问题。遂,有了此文章!实际操作打开cmd窗口(需以管理员身份运行)重启时间同步服务net stop w32time & net start w32time配置NTP地址池(可以是域名和IP)w32tm /config /update /manualpeerlist:"pool.ntp.org time.windows.com time.apple.com time.google.com"应用上面的配置,并查看当前状态w32tm /resync w32tm /query /peers
2023年08月08日
4 阅读
0 评论
0 点赞
2023-08-03
无界| BNCR | 无限的 Nodejs 聊天机器人的插件仓库
插件仓库无界| BNCR | 无限的 Nodejs 聊天机器人 sign接口插件 (https://raw.githubusercontent.com/RedLightsDistrict/Bncr_plugins/main/%E8%87%AA%E5%BB%BAsign.js)kr本和通用sign接口都为 http://无界ip:9090/api/jdsign 项目地址 (https://github.com/RedLightsDistrict/Bncr) 帮助 (https://anmours.github.io/Bncr/#/help/Q&A) 频道 (https://t.me/red_Lights_District) 无界官网 (https://anmours.github.io/Bncr/#/)插件仓库 红灯区插件 https://github.com/RedLightsDistrict/Bncr_plugins.git onz3vyyds https://github.com/Yuheng0101/Bncr_plugins 薛定谔的大灰机 https://github.com/BigPlanes/Bncr_plugins 小熊 https://github.com/hsl6476/Bncr_plugins Doraemon https://github.com/fjwpsyb/Bncr_plugin 烟雨 https://github.com/yanyuwangluo/Bncr_plugins 给我一颗麦丽素 https://github.com/dandanainiyo/bncr_plugins DusKing https://github.com/DusKing1/Bncr_plugin 陌 晓的spy配置: https://github.com/Aeorq/bncrspy Dswang : https://github.com/callacat/BncrJS_plugins 寒寒 :https://github.com/djun90/hh_bncr_plugins (巨量签到) 网友写的入门教程,仅供参考。https://flowus.cn/share/20e855c0-ca05-4cc4-8128-d3e9707069bbhttps://www.kejiwanjia.com/?post_type=post&p=125849&post_type=post&viewtoken=d8e743fe921e22744ec8e77cb6d3d326http://fdd666.cf/wjcj
2023年08月03日
7 阅读
0 评论
0 点赞
2023-08-02
qbittorrent搜索在线插件
https://raw.githubusercontent.com/khensolomon/leyts/master/yts.py https://raw.githubusercontent.com/solenskiner/search-plugins/master/nova3/engines/academictorrents.py https://raw.githubusercontent.com/hannsen/qbittorrent_search_plugins/master/ali213.py https://raw.githubusercontent.com/hannsen/qbittorrent_search_plugins/master/threedm.py https://raw.githubusercontent.com/lima66/Torrents_Plugin/master/btetree.py https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/cinecalidad.py https://raw.githubusercontent.com/davy39/qbfrench/master/cpasbien.py https://raw.githubusercontent.com/hannsen/qbittorrent_search_plugins/master/demonoid.py https://github.com/xyauhideto/DMHY_qBittorrent_search_plugin/raw/master/dmhyorg.py https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/ettv.py https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/extratorrent.py https://raw.githubusercontent.com/nindogo/qbtSearchScripts/master/idope.py https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/corsaroblu.py https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/corsaronero.py https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/kickass_torrent.py https://raw.githubusercontent.com/MadeOfMagicAndWires/qBit-plugins/6074a7cccb90dfd5c81b7eaddd3138adec7f3377/engines/linuxtracker.py https://raw.githubusercontent.com/nindogo/qbtSearchScripts/master/magnetdl.py https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/mejor.py https://raw.githubusercontent.com/nindogo/qbtSearchScripts/master/mkvcage.py https://raw.githubusercontent.com/4chenz/pantsu-plugin/master/pantsu.py https://raw.githubusercontent.com/MadeOfMagicAndWires/qBit-plugins/master/engines/nyaapantsu.py https://raw.githubusercontent.com/MadeOfMagicAndWires/qBit-plugins/master/engines/nyaasi.py https://raw.githubusercontent.com/Pireo/hello-world/master/rockbox.py https://raw.githubusercontent.com/Pireo/hello-world/master/rutor.py https://gist.githubusercontent.com/kernc/67c939c57edb7dd057b3abf9f159598a/raw/09c0099fc8cd8bd2326e5881a8f77c2dffb8e16b/skytorrents.py https://raw.githubusercontent.com/hannsen/qbittorrent_search_plugins/master/smallgames.py https://raw.githubusercontent.com/gitDew/qbittorrent-snowfl-search-plugin/master/snowfl.py https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/solotorrent.py https://raw.githubusercontent.com/phuongtailtranminh/qBittorrent-Nyaa-Search-Plugin/master/nyaa.py https://raw.githubusercontent.com/4chenz/pantsu-plugin/master/sukebei.py https://raw.githubusercontent.com/ngosang/qBittorrent-plugins/master/sumotorrent/sumotorrent.py https://raw.githubusercontent.com/ngosang/qBittorrent-plugins/master/tntvillage/tntvillage.py https://raw.githubusercontent.com/BrunoReX/qBittorrent-Search-Plugin-TokyoToshokan/master/tokyotoshokan.py https://raw.githubusercontent.com/CravateRouge/qBittorrentSearchPlugins/master/torrent9.py https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/torrentfunk.py https://raw.githubusercontent.com/nindogo/qbtSearchScripts/master/uniondht.py https://raw.githubusercontent.com/nindogo/qbtSearchScripts/master/yourbittorrent.py https://raw.githubusercontent.com/MadeOfMagicAndWires/qBit-plugins/master/engines/bakabt.py https://raw.githubusercontent.com/adrianmocan/qbittorrent_plugin_filelist.ro/master/filelist_ro/filelist.py https://raw.githubusercontent.com/hannsen/qbittorrent_search_plugins/master/jackett.py https://raw.githubusercontent.com/Skymirrh/qBittorrent-rutracker-plugin/master/rutracker.py https://raw.githubusercontent.com/alvin1979/qbrutracker/master/qbrutracker.py https://raw.githubusercontent.com/CravateRouge/qBittorrentSearchPlugins/master/yggtorrent.py
2023年08月02日
5 阅读
0 评论
0 点赞
2023-07-30
Docker系列 安装minidlna实现局域网共享媒体文件
minidlna安装安装minidlna,整个安装过程只有一步docker run -d --net=host --name minidlna2 --restart unless-stopped -v /media/HC320/多媒体:/media -e MINIDLNA_MEDIA_DIR=/media -e MINIDLNA_FRIENDLY_NAME=MyMini -e MINIDLNA_inotify=yes vladgh/minidlna其中的/media/HC320/多媒体替换成你要作为播放源的目录minidlna设置解读一下这条命令解读一下这条命令 docker run -d #后台运行容器,并返回容器I --net=host #网络连接模式(一般不修改) --name minidlna #容器的名字(可以修改其他名字) --restart unless-stopped #守护容器,不管是重启还是说自动退出了,都会自动重启容器 -v /media/HC320/多媒体:/media #目录映射(前面的硬盘目录,后面是docker容器里面的目录,后面一般不改) -e MINIDLNA_MEDIA_DIR=/media #设置DLNA服务器应共享的媒体文件的目录(可根据需要修改) -e MINIDLNA_FRIENDLY_NAME=MyMini #DLNA服务器的名字(可修改) vladgh/minidlna #镜像拉取的地址测试是否成功安装后进入docker UI看到已启动,就是安装完成了,再进入IP:8200,看到如图所示位置,有数字,则证明成功了,刚开始会扫描,如果你的文件太多的话需要等上一会
2023年07月30日
2 阅读
0 评论
0 点赞
2023-07-27
Docker系列 深度使用aria2(二)为 Aria2 添加 Tracker 服务器通过rpc修改
BitTorrent trackerBitTorrent tracker(中文可称:BT服务器、tracker服务器等)是帮助BitTorrent协议在节点与节点之间做连接的服务器BitTorrent客户端下载一开始就要连接到tracker,从tracker获得其他客户端IP地址后,才能连接到其他客户端下载。在传输过程中,也会一直与tracker通信,上传自己的信息,获取其它客户端的信息。所以说想使用 Aria2 下载 BT 资源,Tracker 是必不可少的。当然 你会说,我从没添加过 Tracker 服务器, Aria2 也照样能用啊!那是因为 Aria2 也支持分布式的 DHT 网络,没有 Tracker 时就靠它了。trackerslisttrackerslist 是一个开源项目,每天更新 Trackers list,比如下面的 best list# https://github.com/ngosang/trackerslist/raw/master/trackers_best.txt udp://tracker.coppersurfer.tk:6969/announce http://tracker.internetwarriors.net:1337/announce udp://tracker.opentrackr.org:1337/announce udp://9.rarbg.to:2710/announce udp://exodus.desync.com:6969/announce udp://explodie.org:6969/announce http://tracker1.itzmx.com:8080/announce udp://thetracker.org:80/announce udp://ipv4.tracker.harry.lu:80/announce udp://denis.stalker.upeer.me:6969/announce udp://tracker.torrent.eu.org:451/announce udp://tracker.tiny-vps.com:6969/announce udp://tracker.port443.xyz:6969/announce udp://open.demonii.si:1337/announce udp://bt.xxx-tracker.com:2710/announce udp://retracker.lanta-net.ru:2710/announce udp://open.stealth.si:80/announce http://open.acgnxtracker.com:80/announce udp://tracker.vanitycore.co:6969/announce udp://tracker.iamhansen.xyz:2000/announce只要将他们添加到 Aria2 的配置文件中,理论上能大幅提高 Aria2 下载 BT 的速度。Aria2 的配置文件参考 Aria2 的官方文档 ,https://aria2.github.io/manual/en/html/aria2c.html配置类似于:bt-tracker=udp://tracker.coppersurfer.tk:6969/announce,http://tracker.internetwarriors.net:1337/announce,udp://tracker.opentrackr.org:1337/announce添加到 Aria2 的配置文件,重启 Aria2 即可生效。省力的方法懒人自然需要更省力的手段。Aria2 是支持 RPC 的,类似与 AriaNG 等 WEB UI 都是靠 RPC 和 Aria2 通信的,那么我们也是可以写个脚本用 RPC 来设置 Aria2 ,并且实时生效,无需重启 Aria2。#!/bin/sh #more trackers list, see https://github.com/ngosang/trackerslist tracker_url='https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt' path='http://10.10.10.5:6800/jsonrpc' passwd='xxxxxx' tracker=$(echo -n $(curl -s -L $tracker_url | sed 'N;s/\n//g') | tr ' ' ',') [ -n "$tracker" ] && curl $path -d '{"jsonrpc":"2.0","method":"aria2.changeGlobalOption","id":"cron","params":["token:'$passwd'",{"bt-tracker":"'$tracker'"}]}'在定时任务中定时执行上面的脚本就万事大吉了。/etc/crontab00 6 * * * sh /mnt/ydyp/aria2.tracker.autoupdate.sh
2023年07月27日
4 阅读
0 评论
0 点赞
1
...
19
20
21
...
27