Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for distrib (0.08 sec)

  1. cmd/testdata/xl-meta-merge.zip

    Recommendations ### Allow port access for Firewalls By default MinIO uses the port 9000 to listen for incoming connections. If your platform blocks the port by default, you may need to enable access to the port. ### ufw For hosts with ufw enabled (Debian based distros), you can use `ufw` command to allow traffic to specific ports. Use below command to allow access to port 9000 ```sh ufw allow 9000 ``` Below command enables all incoming traffic to ports ranging from 9000 to 9010. ```sh ufw allow 9000:9010/tcp ```...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.3.md

    * Trusty: Update heapster manifest handling code ([#23434](https://github.com/kubernetes/kubernetes/pull/23434), [@andyzheng0831](https://github.com/andyzheng0831))
    * Support differentiation of OS distro in e2e tests ([#23466](https://github.com/kubernetes/kubernetes/pull/23466), [@andyzheng0831](https://github.com/andyzheng0831))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  3. api/go1.1.txt

    pkg syscall (darwin-386), const IP_UNBLOCK_SOURCE = 73
    pkg syscall (darwin-386), const ISIG = 128
    pkg syscall (darwin-386), const ISIG ideal-int
    pkg syscall (darwin-386), const ISTRIP = 32
    pkg syscall (darwin-386), const ISTRIP ideal-int
    pkg syscall (darwin-386), const IUTF8 = 16384
    pkg syscall (darwin-386), const IUTF8 ideal-int
    pkg syscall (darwin-386), const IXANY = 2048
    pkg syscall (darwin-386), const IXANY ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const IP_SENDSRCADDR ideal-int
    pkg syscall (freebsd-386-cgo), const IP_UNBLOCK_SOURCE ideal-int
    pkg syscall (freebsd-386-cgo), const ISIG ideal-int
    pkg syscall (freebsd-386-cgo), const ISTRIP ideal-int
    pkg syscall (freebsd-386-cgo), const IXANY ideal-int
    pkg syscall (freebsd-386-cgo), const IXOFF ideal-int
    pkg syscall (freebsd-386-cgo), const IXON ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IPV6_VERSION_MASK ideal-int
    pkg syscall (freebsd-arm64), const ISIG = 128
    pkg syscall (freebsd-arm64), const ISIG ideal-int
    pkg syscall (freebsd-arm64), const ISTRIP = 32
    pkg syscall (freebsd-arm64), const ISTRIP ideal-int
    pkg syscall (freebsd-arm64), const IXANY = 2048
    pkg syscall (freebsd-arm64), const IXANY ideal-int
    pkg syscall (freebsd-arm64), const IXOFF = 1024
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const IP_UNBLOCK_SOURCE ideal-int
    pkg syscall (darwin-arm64), const ISIG = 128
    pkg syscall (darwin-arm64), const ISIG ideal-int
    pkg syscall (darwin-arm64), const ISTRIP = 32
    pkg syscall (darwin-arm64), const ISTRIP ideal-int
    pkg syscall (darwin-arm64), const IUTF8 = 16384
    pkg syscall (darwin-arm64), const IUTF8 ideal-int
    pkg syscall (darwin-arm64), const IXANY = 2048
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const ISIG = 128
    pkg syscall (netbsd-arm64-cgo), const ISIG ideal-int
    pkg syscall (netbsd-arm64-cgo), const ISTRIP = 32
    pkg syscall (netbsd-arm64-cgo), const ISTRIP ideal-int
    pkg syscall (netbsd-arm64-cgo), const IXANY = 2048
    pkg syscall (netbsd-arm64-cgo), const IXANY ideal-int
    pkg syscall (netbsd-arm64-cgo), const IXOFF = 1024
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.9.md

    *   Fixed an issue with Azure disk mount failures on CoreOS and some other distros ([#54334](https://github.com/kubernetes/kubernetes/pull/54334),[ @andyzhangx](https://github.com/andyzhangx))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const ISIG = 128 #53466
    pkg syscall (freebsd-riscv64), const ISIG ideal-int #53466
    pkg syscall (freebsd-riscv64), const ISTRIP = 32 #53466
    pkg syscall (freebsd-riscv64), const ISTRIP ideal-int #53466
    pkg syscall (freebsd-riscv64), const IXANY = 2048 #53466
    pkg syscall (freebsd-riscv64), const IXANY ideal-int #53466
    pkg syscall (freebsd-riscv64), const IXOFF = 1024 #53466
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.7.md

    * fix azure disk mount failure on coreos and some other distros ([#54334](https://github.com/kubernetes/kubernetes/pull/54334), [@andyzhangx](https://github.com/andyzhangx))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (1)
Back to top