moooofly

Results 133 issues of moooofly

> ref: https://zhuanlan.zhihu.com/p/56435917 Github的核心作用还是代码的版本控制和分享,所以这是一种高效查看文件历史更改记录的办法。 ## 方法一 以 https://github.com/moooofly/harborctl/blob/master/CHANGELOG.md 文件为例,若想知道这个文件的更改记录,只需要把URL的域名中的 github.com 换成: - githistory.xyz - github.githistory.xyz - git-history.netlify.com 效果图 - githistory.xyz ![image](https://user-images.githubusercontent.com/7439290/53316838-5332c780-3904-11e9-942f-3e6d0960e3dc.png) - github.githistory.xyz ![image](https://user-images.githubusercontent.com/7439290/53316871-6f366900-3904-11e9-85a7-14d99a0f435c.png) - git-history.netlify.com ![image](https://user-images.githubusercontent.com/7439290/53316893-7eb5b200-3904-11e9-95e1-b44c3d4d7e7f.png) 失败 ### Chrome...

杂七杂八

# [EC2 Network Performance Cheat Sheet](https://dzone.com/articles/ec2-network-performance-cheat-sheet)

aws
网络相关

## 基于命令行 > 参考:[在命令行内获取公网 IP 的几种简单方法](https://wsgzao.github.io/post/myip/) ### dig > 目前广受中外网友好评简单快速的查询公网 IP 方案,OpenDNS 支持 IPv4 和 IPv6 ``` # IPv4 dig -4 +short myip.opendns.com. @resolver1.opendns.com # IPv6 dig -6 +short myip.opendns.com....

网络相关

# AES 加密 ## 简史 ### confidentiality mode > The earliest modes of operation, **ECB**, **CBC**, **OFB**, and **CFB**, date back to 1981 and were specified in [FIPS 81](http://csrc.nist.gov/publications/fips/fips81/fips81.htm), **DES...

加解密

## 背景 某些用户无法访问 api server 导致 app 不可用(后来发现有些情况和无法访问 CDN 也有关) ## 解决方案 当 api server 无法连通时,选取可以连通的 proxy 服务器对全局 http/https 进行转发代理,进而达到可用状态 > 2019-01-24 讨论同时针对 api 和 cdn 进行 proxy ## 功能点...

网络相关
Proxy

## 示意图 ![image](https://user-images.githubusercontent.com/7439290/52931828-cbd7d800-3388-11e9-8ddd-680cedb73764.png) ![image](https://user-images.githubusercontent.com/7439290/52931832-d003f580-3388-11e9-9c6b-1b55eb94105e.png) ![image](https://user-images.githubusercontent.com/7439290/52931841-d4301300-3388-11e9-9590-a76007b5d9be.png) ## 公式 网络错误率:网络错误率=某条url发生网络错误的总次数/在这段时间内所有url的访问量 主机错误率:网络错误率=某一个具体错误(比如说主机错误次数)/在这段时间内具体的一条url的访问量(您想查看的具体的某一条url)

网络相关

# [A Guide to Using Raw Sockets](https://opensourceforu.com/2015/03/a-guide-to-using-raw-sockets/) In this tutorial, lets take a look at how raw sockets can be used to **receive** data packets and **send** those packets to...

网络相关
杂七杂八

- [Using ChartMuseum as a chart repository for helm](https://medium.com/stakater/using-chartmuseum-as-a-chart-repository-for-helm-b4d12205f4c9) - [Kubernetes使用helm安装Harbor管理image和chart](http://blog.51cto.com/ygqygq2/2285387) - [Harbor version 1.6.0 is live](https://goharbor.io/blogs/harbor-1.6.0-release/) - [Manage Helm Charts](https://github.com/goharbor/harbor/blob/master/docs/user_guide.md#manage-helm-charts)

杂七杂八
兴趣研究

## 相关 task - [20190115 Proxy 支持相关方案与细节](https://wiki.liulishuo.work/pages/viewpage.action?pageId=38076081) - [准备阿里云机器](https://phab.llsapp.com/T87700) - [客户端支持 Proxy 代理流量](https://phab.llsapp.com/T86939) - [提供 HttpProxy Server](https://phab.llsapp.com/T87479) - [Proxy 第一版实现细节确认](https://wiki.liulishuo.work/pages/viewpage.action?pageId=40257551) - [20190117 和 AWS 技术成员讨论网络问题](https://wiki.liulishuo.work/pages/viewpage.action?pageId=40243522) - [20181226 aws 网络排查解决](https://wiki.liulishuo.work/pages/viewpage.action?pageId=38047542) -...

网络相关
Proxy
Golang

> ref: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS **Network Security Services (NSS)** is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSLv3,...

网络相关
加解密
安全