Skip to content
#

posix

Here are 1,081 public repositories matching this topic...

seaweedfs

SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.

  • Updated Feb 17, 2022
  • Go
mvdan
mvdan commented Dec 30, 2021

Our interpreter test suite is checked against the real bash (as well as other shells, like mksh and dash). However, since those shells had bugs in older versions, the tests are skipped if the version is too old (or too new, as sometimes changes in behavior happen!).

This results in test failures being merged to master, as CI doesn't run those tests. For example, see https://github.com/mvdan/sh/

distrobox
89luca89
89luca89 commented Jan 15, 2022

Similar to #119

It could be useful to mount the host file system as overlay, so that we are sure that the host file system is not touched outside the container.

This is also useful for #28

Example:

distrobox create --image alpine:latest --name test-alpine --home /tmp/test-home --overlay-host

Specifically the home should then be mounted with the :O flag:

[...]
--volume /:/run/

MOVING TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-content SEE README. C, C++, POSIX and Linux system programming minimal examples. Asserts used wherever possible. Hello worlds for cool third party libraries and build systems. Cheatsheets, tutorials and mini-projects. 移至:https://github.com/cirosantilli/linux-kernel-module-cheat#userland-content查看自述文件。 C,C ++,POSIX和Linux系统编程的最少示例。 尽可能使用断言。 酷第三方库和构建系统的世界。 备忘单,教程和小型项目。

  • Updated Dec 18, 2020
  • C

Improve this page

Add a description, image, and links to the posix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the posix topic, visit your repo's landing page and select "manage topics."

Learn more