Wget is a free utility for non-interactive download of files from the Web. It supports HTTP, HTTPS, and FTP protocols, as well as ...
Python Simple Http(s) Server
最近为了在局域网中传输文件,用Python搭建了一个很简单的 HTTP web server to serve files, 其实有其他软件也可以完成类似功能,甚至scp command也行。不过这个简单的HTTP web server里面的 文件结构一目了然 ...
Docker Compose Quick Start
Docker Compose vs Docker Swarm The difference lies mostly in the backend, where docker-compose deploys container on a single Docke ...
Proxy Squid
//TODO [ ] https tunnel setup [ ] docker image build and test Introduction http://www.squid-cache.org/ Squid is a caching proxy fo ...
HTTP Quick Start
最近在做migrating Squid to Envoy的工作,其中涉及到了很多HTTP的内容。趁着这次机会深入学习一下,还有就是一些proxy的内容,已经单独拿出来总结了。 Introduction 非常不错的Tutorial, 把各部分都讲得很详细: MD ...
Python Packages and Virtual Environment
There is a better alternative, please see <<VSC Developing inside a Container>>. To use and manage third-party libra ...
Golang Quick Start
Introduction Go users: https://github.com/golang/go/wiki/GoUsers web services, devops: docker + k8s Visual Studio Code go-plugin, ...
Python3 Scripting
Why Python scripting? Easy to learn and write, interactively, powerful built-in data types and object oriented. Included packages ...
Leetcode Python Summary
未来可见的一段时期要switch 到 Python了。 这里主要记录一下用Python 刷题的总结,特别是一些不知道的module, funtions等等,还有就是知道了但没有熟练应用。 对于while, if 等,None, 0 等都视作False,不用再去 ...
Jenkins Quick Start II
This course is from PluralSight Automating Jenkins with Groovy. 这里不是讲如何编写declarative pipeline, 而是对Jenkins进行本地化配置, by Groovy script ...