2021年07月11日环八卦洲骑行见闻实录

今天南京晴,27 ~ 36℃,热炸。但还是决定去环八卦洲。 路线如下 又可以乘轮渡了~ haha 而且这次是新的没有乘过的燕子矶码头和八卦洲码头。 在某个群里询问到了这个关键信息 在码头拍了几个视频,但是鉴于很多视频图床不太靠谱,上传B站和YouTube这些又没有剪辑,我就不放视频到文章里了。 就一张照片,凑和看看 在船里也看到一辆公路车,想着可能也是来环岛的呢。后面验证果真如此。 刚走上环岛的路(环洲路)就看到一个瓜农卖瓜,有人问多少钱一斤,我听到了他说1块5一斤,hhhh,就隔了一个长江,江南那边的大部分水果店和摊子都是2块钱一斤左右。这岛上还真有意思,好便宜啦。 骄阳似火,... 阅读全文 »

nextcloud 21.0.2 点击登录耗时、太慢 login too slow,反向代理头部配置错误问题修复

首先我遇到一个问题,点击登录一直停留在登录页,转了好久就是不进主页。英文 login slow 等等关键字搜到一些 help.nextcloud.com 域名下的帖子,但是没法解决问题。而且我这是很新的 nextcloud 系统,21.0.2,似乎没有看到有针对性的办法。但是后面发现了下面这个问题,我修复了下面这个问题。似乎是阴差阳错的把这个登录慢、登录页面一直转不跳转到登录后的首页的问题给修复了…… 另外一个问题:设置 - 管理 - 概览中,看到一个警告信息 反向代理头部配置错误,或者您正在通过可信的代理访问 Nextcloud。如果您不是通过可信代理访问 Nextcloud,这是一... 阅读全文 »

解决 nextcloud there was an error accessing the token endpoint: error transferring login/v2/poll server replied: bad request 问题

在一次使用 nextcloud for windows desktop client 的时候,突然无法认证。nextcloud windows 客户端呼出了 browser 进行身份验证,但是一直失败。出现了如下图所示的错误 nextcloud there was an error accessing the token endpoint: error transferring login/v2/poll server replied: bad request google 一段时间,终于发现这篇proxy_set_header Host $http_host;,说到点上了。 H... 阅读全文 »

解决 npm install 时遇到的 Error installing vscode.d.ts: Error: getaddrinfo ENOENT raw.githubusercontent.com 问题

本次手动安装一个 vscode 扩展。在对应目录下执行 npm install 遇到错误,如下 Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/809e7b30e928e0c430141b3e6abf1f63aaf55589/src/vs/vscode.d.ts Error installing vscode.d.ts: Error: getaddrinfo ENOENT raw.githubusercontent.com 乍一看是网络问题。那就对终端设置一下代理吧。 注意:Win... 阅读全文 »

分享一个 git add、git commit、git push 的快捷工作流工具

gitpushworkflow feature description: git add . and git commit -m and git push workflow 一个不是那么复杂的 git add .、git commit -m 'xxx'、git push 的工作流脚本工具。 工具:Click Me Usage 1. in macOS or any Linux systems cp linux-gitpush.sh to any folder you like, such as /path/of/linux-gitpush.sh at current git repo's... 阅读全文 »