NextCloud开启OnlyOffice 12sudo -u apache php occ app:install documentserver_communitysudo -u apache php occ app:install onlyoffice 效果展示(记得设置里关闭SSL证书验证,docker折腾到死也没弄好。。) 2020-12-12 建站探索 #nextcloud #onlyoffice
certbot自动更新证书 12#撤销limour.top证书certbot revoke --cert-path /etc/letsencrypt/live/limour.top/fullchain.pem 1234#https://github.com/ywdblog/certbot-letencrypt-wildcardcertificates-alydns-augit clone https://github.co 2020-12-12 建站探索 #certbot
树莓派4通过docker安装jupyter 123基础配置参见以下两篇:https://limour.top/409.htmlhttps://limour.top/453.html 123456789#到https://hub.docker.com/检索适合arm架构的image#比如https://hub.docker.com/r/andresvidal/jupyter-armv7lsudo docker pull andresvida 2020-12-12 Raspberry Pi #Apache #Docker #raspberrypi #frp #jupyter #nginx
树莓派4安装宝塔面板、LNMP环境和docker 1234567891011#换源sudo nano /etc/apt/sources.listdeb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main contrib non-free rpideb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ 2020-12-11 Raspberry Pi #Docker #raspberrypi #Bt-Panel
Python批量获取下载的Pixiv图片的作者 经评论区的提醒,决定为本站所有用到的图片添加艺术家的版权信息。 奈何当初只保存了图片,怎么办呢?以下是解决办法: 123456789101112131415161718192021222324252627282930313233343536import os, requests, re#from lxml import etreeproxy = r'http://127.0.0.1:10 2020-11-26 Python练习 #Python #Pixiv
趁双十一入了树莓派4,赶紧上手试试 初开箱 准备好硬件 格式化一次TF卡 写入系统镜像 三星3DMLC的PRO卡果然名不虚传 配置wifi,第一个为急救wifi,第二个是路由器的wifi 开启SSH 插卡、上电、开机 查找ip SSH保持心跳 开启SSH连接 成功登录 安装aria2测试一下 成功! 准备内网穿透(这里传错文件了,汗) 参考这篇完成配置:https://limour.top/371.ht 2020-11-06 Raspberry Pi #初上手 #树莓派4
FRP应用实例 参考资料:https://github.com/fatedier/frp/releaseshttps://github.com/fatedier/frp/blob/master/README_zh.mdhttps://github.com/fatedier/frp/blob/master/conf/frps_full.inihttps://github.com/fatedier/frp/blob/ 2020-08-12 Raspberry Pi #frp
Apache为反向代理添加用户验证 先参见这篇文章的基础知识:https://limour.top/109.html 12345678910<Location /info/>AllowOverride AuthConfigAuthType BasicAuthName "This page is private"AuthBasicProvider fileAuthUserFile /media/app/ 2020-07-21 建站探索 #Apache #Authentication #Reverse Proxy