Search
Translate / Traduci
-
Available even in U.S.A. Support Gioorgi Editorial Board
Facet
February 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 Gioorgi EverGreen
Category Archives: Knowledgebase
Docker History
Bullet points: 1979: Unix V7 Introduced the chroot command to isolate the filesystem a process “access” to. Various technology was introduced up to 2006, like Virtuozzo (which patched Linux in a proprietary ways) 2006: Process Containers Launched by Google in … Continue reading
Posted in DevOps, English Content, IT Featured, Knowledgebase
Tagged docker, history
Leave a comment
Open watcher: Nilfs file system and concourse CI
NILFS is a log-structured file system supporting versioning of the entire file system and continuous snapshotting, which allows users to even restore files mistakenly overwritten or destroyed just a few seconds ago. NILFS was developed by NTT Laboratories and published … Continue reading
Git Hooks: pre-commit.com
Nice tool to test: Git hook scripts are useful for identifying simple issues before submission to code review. We run our hooks on every commit to automatically point out issues in code such as missing semicolons, trailing whitespace, and debug … Continue reading
Hacker News Undocumented “features”
Some of the hidden norms about Hacker News not otherwise covered in the Guidelines and the FAQ. https://github.com/minimaxir/hacker-news-undocumented 101 forks. 2,959 stars. 28 open issues. Recent commits: Merge pull request #61 from asgh/patch-1note karma effect even after -4, GitHub note … Continue reading
Posted in English Content, Knowledgebase
Leave a comment
SQLite Tool-set
Random list of very interesting projects (will be updated, guys). I will add my own ideas/impression as soon as possible. From simpler to more complex stuff: sqlite-utils is a rather useful tool for managing SQLite databases, importing structured data and … Continue reading
Posted in IT Featured, Knowledgebase, Structured Query Language (SQL)
Comments Off on SQLite Tool-set