It will install python3 automatically with pip. python (version 2) has been decommissioned from latest packages. ... Read More | Share it now!
使用gc、objgraph干掉python内存泄露与循环引用!
https://www.cnblogs.com/xybaby/p/7491656.html ... Read More | Share it now!
rdbtool
https://github.com/sripathikrishnan/redis-rdb-tools Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON Rdbtools is a parser for Redis’ dump.rdb files. The parser generates events similar to an xml sax parser, and is very... Read More | Share it now!
How to upload a file to Google Drive from the command line
I’ve been looking at several linux projects here recently, such as LibreNMS, and you’ll need to be sure you are backing them up. I wanted to quickly backup a compressed copy of my LibreNMS install and so I went looking for a super easy way to... Read More | Share it now!
Ansible 用 Vault 管理敏感资料
导入 Ansible 组态工具,多少会使用明文 (Plain text) 在 Playbooks 里存放敏感资料 (sensitive data) 1,更别说我们还会搭配 Git 版本系统使用,这很可能会造成潜在的资安风险!接下来冻仁将通过 Vault... Read More | Share it now!
Ansible
https://www.w3cschool.cn/automate_with_ansible/automate_with_ansible-db6727oq.html ... Read More | Share it now!
io — Core tools for working with streams
https://docs.python.org/3/library/io.html Overview The io module provides Python’s main facilities for dealing with various types of I/O. There are three main types of I/O: text I/O, binary I/O and raw I/O. These are... Read More | Share it now!