Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 32 for GNU (0.22 sec)

  1. docs/tls/README.md

    * 3.2 [Use OpenSSL to Generate a Certificate](#using-open-ssl)
    * 3.3 [Use OpenSSL (with IP address) to Generate a Certificate](#using-open-ssl-with-ip)
    * 3.4 [Use GnuTLS (for Windows) to Generate a Certificate](#using-gnu-tls)
    
    **Note:**
    
    * MinIO only supports keys and certificates in PEM format on Linux and Windows.
    * MinIO doesn't currently support PFX certificates.
    
    ### 3.1 Use `certgen` to Generate a Certificate
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 8.4K bytes
    - Viewed (0)
  2. README.md

    [![MinIO](https://raw.githubusercontent.com/minio/minio/master/.github/logo.svg?sanitize=true)](https://min.io)
    
    MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Feb 14 17:51:34 GMT 2024
    - 18.7K bytes
    - Viewed (0)
  3. api/go1.11.txt

    pkg debug/elf, const R_RISCV_CALL_PLT R_RISCV
    pkg debug/elf, const R_RISCV_COPY = 4
    pkg debug/elf, const R_RISCV_COPY R_RISCV
    pkg debug/elf, const R_RISCV_GNU_VTENTRY = 42
    pkg debug/elf, const R_RISCV_GNU_VTENTRY R_RISCV
    pkg debug/elf, const R_RISCV_GNU_VTINHERIT = 41
    pkg debug/elf, const R_RISCV_GNU_VTINHERIT R_RISCV
    pkg debug/elf, const R_RISCV_GOT_HI20 = 20
    pkg debug/elf, const R_RISCV_GOT_HI20 R_RISCV
    pkg debug/elf, const R_RISCV_GPREL_I = 47
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
  4. ci/official/containers/linux_arm64/devel.usertools/aarch64_clang.bazelrc

    # offset of in the current version of ubp.
    # See https://github.com/protocolbuffers/upb/blob/9effcbcb27f0a665f9f345030188c0b291e32482/upb/upb.c#L183.
    build --copt=-Wno-gnu-offsetof-extensions
    
    # Store performance profiling log in the mounted artifact directory.
    # The profile can be viewed by visiting chrome://tracing in a Chrome browser.
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Tue Nov 21 12:25:39 GMT 2023
    - 6.3K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg debug/elf, const DT_FLAGS_1 DynTag
    pkg debug/elf, const DT_GNU_CONFLICT = 1879047928
    pkg debug/elf, const DT_GNU_CONFLICT DynTag
    pkg debug/elf, const DT_GNU_CONFLICTSZ = 1879047670
    pkg debug/elf, const DT_GNU_CONFLICTSZ DynTag
    pkg debug/elf, const DT_GNU_HASH = 1879047925
    pkg debug/elf, const DT_GNU_HASH DynTag
    pkg debug/elf, const DT_GNU_LIBLIST = 1879047929
    pkg debug/elf, const DT_GNU_LIBLIST DynTag
    pkg debug/elf, const DT_GNU_LIBLISTSZ = 1879047671
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. helm/minio/README.md

    [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![license](https://img.shields.io/badge/license-AGPL%20V3-blue)](https://github.com/minio/minio/blob/master/LICENSE)
    
    MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.
    
    | IMPORTANT |
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Jan 24 07:27:57 GMT 2024
    - 10.9K bytes
    - Viewed (0)
  7. .bazelrc

    # offset of in the current version of ubp.
    # See https://github.com/protocolbuffers/upb/blob/9effcbcb27f0a665f9f345030188c0b291e32482/upb/upb.c#L183.
    build:rbe_linux_cpu --copt=-Wno-gnu-offsetof-extensions
    # Python config is the same across all containers because the binary is the same
    build:rbe_linux_cpu --repo_env=TF_PYTHON_CONFIG_REPO="@sigbuild-r2.17-clang_config_python"
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu May 02 19:34:20 GMT 2024
    - 52.8K bytes
    - Viewed (2)
  8. api/go1.txt

    pkg debug/elf, const SHT_FINI_ARRAY SectionType
    pkg debug/elf, const SHT_GNU_ATTRIBUTES SectionType
    pkg debug/elf, const SHT_GNU_HASH SectionType
    pkg debug/elf, const SHT_GNU_LIBLIST SectionType
    pkg debug/elf, const SHT_GNU_VERDEF SectionType
    pkg debug/elf, const SHT_GNU_VERNEED SectionType
    pkg debug/elf, const SHT_GNU_VERSYM SectionType
    pkg debug/elf, const SHT_GROUP SectionType
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  9. RELEASE.md

        * TensorFlow is now compiled with `_GLIBCXX_USE_CXX11_ABI=1`. Downstream projects that encounter `std::__cxx11` or `[abi:cxx11]` linker errors will need to adopt this compiler option. See [the GNU C++ Library docs on Dual ABI](https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html).
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  10. api/go1.20.txt

    pkg debug/elf, const R_LARCH_B26 = 66 #54222
    pkg debug/elf, const R_LARCH_B26 R_LARCH #54222
    pkg debug/elf, const R_LARCH_GNU_VTENTRY = 58 #54222
    pkg debug/elf, const R_LARCH_GNU_VTENTRY R_LARCH #54222
    pkg debug/elf, const R_LARCH_GNU_VTINHERIT = 57 #54222
    pkg debug/elf, const R_LARCH_GNU_VTINHERIT R_LARCH #54222
    pkg debug/elf, const R_LARCH_GOT64_HI12 = 82 #54222
    pkg debug/elf, const R_LARCH_GOT64_HI12 R_LARCH #54222
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top