摘要: docker network create --driver bridge --subnet 172.19.0.0/16 --gateway 172.19.0.1 npmbridge version: "3" services: app: image: 'jc21/nginx-proxy-manag 阅读全文
posted @ 2022-02-06 11:07 月渊 阅读(528) 评论(0) 推荐(0)
摘要: location /joplin { rewrite ^/joplin(.*)$ $1 break; proxy_set_header host $host; proxy_pass http://172.25.0.198:22300; client_max_body_size 0; proxy_se 阅读全文
posted @ 2022-02-06 11:04 月渊 阅读(90) 评论(0) 推荐(0)
摘要: location /seafhttp { rewrite ^/seafhttp(.*)$ $1 break; #seafile的端口,根据实际情况设置,默认是8082 proxy_pass http://172.19.0.4:8082; client_max_body_size 0; proxy_s 阅读全文
posted @ 2022-02-06 10:34 月渊 阅读(84) 评论(0) 推荐(0)
摘要: 参考 https://blog.csdn.net/qq_33733970/article/details/84326110 sudo mkdir /mnt/hgfs sudo chmod 777 /mnt/hgfs vmhgfs-fuse .host:/ /mnt/hgfs /usr/bin/vmh 阅读全文
posted @ 2022-01-19 12:52 月渊 阅读(113) 评论(0) 推荐(0)
摘要: 事件 ID(Event ID) Event ID(2000/XP/2003) Event ID(Vista/7/8/2008/2012) 描述 528 4624 成功登录 529 4625 失败登录 680 4776 成功/失败的账户认证 624 4720 创建用户 636 4732 添加用户到启用 阅读全文
posted @ 2021-12-07 13:21 月渊 阅读(62) 评论(0) 推荐(0)
摘要: (localdb)\MSSQLLocalDB 阅读全文
posted @ 2021-11-16 12:14 月渊 阅读(31) 评论(0) 推荐(0)
摘要: ``https://nuget.cdn.azure.cn/v3/index.json`` ``` csharp internal class CustomHttpClientFactory : DefaultHttpClientFactory { public override HttpMessag 阅读全文
posted @ 2021-11-16 12:13 月渊 阅读(181) 评论(0) 推荐(0)
摘要: ## sage ``` docker FROM sagemath/sagemath:9.5 RUN sage -pip install pip -i https://pypi.mirrors.ustc.edu.cn/simple/ --upgrade \ && sage -pip install p 阅读全文
posted @ 2021-09-30 15:56 月渊 阅读(880) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-09-22 18:43 月渊 阅读(14) 评论(0) 推荐(0)
摘要: rapidocr id=$(buildah from --pull ubuntu:21.04) buildah run $id apt install --reinstall ca-certificates buildah run $id sed -e 's|^deb http://archive. 阅读全文
posted @ 2021-08-25 10:46 月渊 阅读(158) 评论(0) 推荐(0)
摘要: onlyoffice 每次重启 修改/etc/onlyoffice/documentserver/default.json services.CoAuthoring.requestDefaults.rejectUnauthorized=false supervisorctl restart all 阅读全文
posted @ 2021-06-29 22:13 月渊 阅读(525) 评论(0) 推荐(0)
摘要: xfce dnf install Thunar gdm openssh-askpass orage polkit-gnome thunar-archive-plugin thunar-volman tumbler xfce4-appfinder xfce4-panel xfce4-power-man 阅读全文
posted @ 2021-06-24 13:49 月渊 阅读(79) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-04-29 17:14 月渊 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-04-28 22:37 月渊 阅读(0) 评论(0) 推荐(0)
摘要: bitnami/postgresql:13.2.0 version: '3' services: postgresql: image: bitnami/postgresql:13.2.0 container_name: postgresql13.2 stdin_open: true tty: tru 阅读全文
posted @ 2021-04-26 18:31 月渊 阅读(238) 评论(0) 推荐(0)
摘要: mydocker/apline:20210517s6 FROM alpine:3.13 ENV S6_REL=2.2.0.3 S6_ARCH=amd64 TZ=Asia/Shanghai ENV DOTNET_VER=5.0.6 DOTNET_ARCH=x64 LABEL base.maintain 阅读全文
posted @ 2021-04-25 23:50 月渊 阅读(56) 评论(0) 推荐(0)
摘要: Setup rm -f /etc/yum.repos.d/*.repo # curl -L "http://mirrors.aliyun.com/repo/Centos-7.repo" -o /etc/yum.repos.d/Centos-7-Ali.repo curl -L "http://mir 阅读全文
posted @ 2021-04-25 23:26 月渊 阅读(266) 评论(0) 推荐(0)
摘要: #cp /etc/containers/registries.conf /etc/containers/registries.conf.bak unqualified-search-registries = ["docker.io"] [[registry]] prefix = "docker.io 阅读全文
posted @ 2021-04-25 14:01 月渊 阅读(178) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-04-23 17:47 月渊 阅读(0) 评论(0) 推荐(0)
摘要: openssl aes-128-cbc -e -in get.txt -out get.txt.enc -k password -iter 1 openssl aes-128-cbc -d -in get.txt.enc -out get.txt -k password -iter 1 阅读全文
posted @ 2021-03-28 15:31 月渊 阅读(63) 评论(0) 推荐(0)