zhsj
zhsj
I intend to package this in Debian[1]. But I can't run this package's tests since the build env can't access network and we don't have aliyun's ACCESS_KEY_ID. For now, I...
Hi, As github.com/golang/protobuf is marked as deprecated[1], can we switch all usage to google.golang.org/protobuf? [1] https://github.com/golang/protobuf/blob/master/go.mod#L1
Due to https://github.com/golang/net/commit/06994584 HTML comment is escaped.
U+2E9F5 is the simplification of "韡", and is widely used in people's name.
[New]funtoo
> From: n*** > Date: 2015-02-18 12:40 GMT+08:00 > Subject: funtoo源 镜像 > To: [email protected] > > 您好,请问下你们的镜像站点能不能提供funtoo的镜像?
提供常见docker镜像
由于 gcr, quay 等上游链接很有问题,目前也取消了反代。我觉得可以换个方式,对于一些常见镜像,在本地镜像一份。镜像的工具可以使用 skopeo https://github.com/containers/skopeo/blob/master/docs/skopeo-sync.1.md 具体是: 1. 本地先起一个docker registry(可以用Nginx控制只能GET/HEAD请求来限制用户push) 2. 然后定时使用 skopeo sync 镜像到本地的 docker registry 我本地的一个的 skopeo sync 的配置文件: ``` k8s.gcr.io: images: pause: - 3.1 - 3.2 kube-apiserver:...
Forward from email * 上游源(官方镜像)的地址 https://devuan.org/os/download * 该项目的介绍 喜爱Debian,但是痛恨systemd的前Debian系统维护者,fork了debian,创建了devuan发行版。它保持了debian包管理的特点,摒弃了无孔不入,全面侵占系统的systemd。 目前devuan的包来自于完全forkdebian的,列表如下:https://devuan.org/os/packages/list/forked-from-debian, 另一部分包是devuan专有的, 列表如下:https://devuan.org/os/packages/list/native-to-devuan,并完全禁用:systemd,systemd-sysv * 为什么希望添加该镜像 这是一个勇敢的、初生的项目,大家应该爱护它。它给debian的喜爱者提供了免除systemd的控制,继续使用debian的途径。systemd违反了unix/linux的开发哲学:一样工具,只专心做好一件事情。很多强大的unix/linux程序,如 find, awk 都把它自身的功能发挥到极致。 而systemd接管了太多,还会继续侵占Linux原有的框架化,模组化设计。
https://developer.github.com/v3/repos/statistics/ 中有如下 API `GET /repos/:owner/:repo/stats/contributors` 可以写一个 sphinx 扩展来自动更新贡献者的名单。
The following APIs are missing, - [x] [GET /v3/auth/catalog](https://docs.openstack.org/api-ref/identity/v3/#get-service-catalog) - [x] [GET /v3/auth/projects](https://docs.openstack.org/api-ref/identity/v3/#get-available-project-scopes) - [x] [GET /v3/auth/domains](https://docs.openstack.org/api-ref/identity/v3/#get-available-domain-scopes) - [ ] [GET /v3/auth/system](https://docs.openstack.org/api-ref/identity/v3/#get-available-system-scopes)
These are some clean up, so I just send in one PR. And I add a go.mod file.