海胆阶段's Blog

  • Home

  • About

  • Tags170

  • Categories50

  • Archives327

  • Search

Python3 Package

Posted on 2020-10-31 | Edited on 2022-04-20 | In Python

最近在做Project的时候发现一个package无法在jump box之外的机器上通过pip安装,后来发现这是一个内部开发的python package, 并且为jump box的pip做了设置,加入了内部的package repo address/cred ...

Read more »

nc/netcat Command

Posted on 2020-10-25 | Edited on 2022-05-03 | In Linux

I almost forget this command, but recently I used it as a TCP client to test Envoy TCP proxy. nc can also be a TCP server that lis ...

Read more »

Design Document Layout

Posted on 2020-10-24 | Edited on 2024-06-08 | In Soft Skill

Reviewer Sheet Right after the title, list stakeholders in sheet: Username | Role | Status | Last Change | Reviewer ...

Read more »

Python Concurrency

Posted on 2020-09-27 | Edited on 2020-10-28 | In Python

这里把Python concurrency的内容单独拿出来整理一下, 主要是multithreading, multiprocessing and asyncio. 根据需要选择适合场景的concurrency pattern, typs of concurr ...

Read more »

Docker Entrypoint Script

Posted on 2020-09-23 | Edited on 2021-10-10 | In Docker

I have a post Shell Arguments Format talked about exec "$@" (当时并没有在意为什么在docker中这么使用), the script docker-entrypoint.sh is ...

Read more »

nologin User

Posted on 2020-09-22 | Edited on 2022-02-13 | In Linux

Previously I had a post talked about the login and non-login shell, please note that is a different concept with nologin user here ...

Read more »

Useful Chrome Extensions

Posted on 2020-09-20 | Edited on 2025-06-29 | In Mac

Some useful Chrome extensions: OneTab: 把多个tabs整理成列表在一个网页中,可分享。 Grammarly for Chrome: 英语语法检查。 SimpleUndoClose: 重新打开关闭的网页。 Screen S ...

Read more »

Docker Smart Use

Posted on 2020-09-15 | Edited on 2021-10-30 | In Docker

这里主要记录一下docker container 一些有意思的用法。 Version Release 可以将源码封装到 docker(tag) 或者 helm chart 中,通过check-in pre/post-CI/CD pipeline 发布,然后在 ...

Read more »

Socket Quick Start

Posted on 2020-09-13 | Edited on 2020-12-18 | In Socket

//TODO: python socket module demos: https://pymotw.com/2/socket/uds.html 最近在做Proxy的工作,重新回顾和学习了很多相关的东西,这里把Socket的分类和概念梳理一下。 Socke ...

Read more »

WebSocket Quick Start

Posted on 2020-09-13 | Edited on 2020-09-26 | In Network

Demo Git repo, create basic and secure websocket server and client via Python websockets module: https://github.com/chengdol/webso ...

Read more »
1…131415…33
海胆阶段

海胆阶段

骐骥一跃,不能十步;驽马十驾,功在不舍

327 posts
50 categories
170 tags
© 2019 – 2025 Chengdong Liao
Powered by Hexo v3.8.0
|
Theme – NexT.Muse v6.7.0
0%