Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 2,043 for bin2 (0.04 sec)

  1. src/all.rc

    #!/bin/rc -e
    # Copyright 2012 The Go Authors. All rights reserved.
    # Use of this source code is governed by a BSD-style
    # license that can be found in the LICENSE file.
    
    rfork n
    
    if(! test -f make.rc){
    	echo 'all.rc must be run from $GOROOT/src' >[1=2]
    	exit wrongdir
    }
    
    . ./make.rc --no-banner $*
    bind -b $GOROOT/bin /bin
    ./run.rc --no-rebuild
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 20 04:53:46 UTC 2020
    - 388 bytes
    - Viewed (0)
  2. docs/chroot/README.md

    - Chroot installed on your machine.
    
    ## 2. Install MinIO in Chroot
    
    ```sh
    mkdir -p /mnt/export/${USER}/bin
    wget https://dl.min.io/server/minio/release/linux-amd64/minio -O /mnt/export/${USER}/bin/minio
    chmod +x /mnt/export/${USER}/bin/minio
    ```
    
    Bind your `proc` mount to the target chroot directory
    
    ```
    sudo mount --bind /proc /mnt/export/${USER}/proc
    ```
    
    ## 3. Run Standalone MinIO in Chroot
    
    ### GNU/Linux
    
    ```sh
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  3. cluster/gce/gci/flexvolume_node_setup.sh

    tar xf /tmp/${MOUNTER_DEFAULT_NAME}.tar -C ${MOUNTER_PATH}
    
    # Bind the kubelet directory to one under flexvolume_mounter
    mkdir -p ${MOUNTER_PATH}/var/lib/kubelet
    mount --rbind /var/lib/kubelet/ ${MOUNTER_PATH}/var/lib/kubelet
    mount --make-rshared ${MOUNTER_PATH}/var/lib/kubelet
    
    # Remount the flexvolume_mounter environment with /dev enabled.
    mount --bind ${MOUNTER_PATH} ${MOUNTER_PATH}
    mount -o remount,dev,exec ${MOUNTER_PATH}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 13 17:58:51 UTC 2020
    - 5.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/calibration_statistics_collector_histogram.h

                                                          float upper_bound);
    
      // hist_freq_[i] saves frequency of range [bins[i], bins[i + 1]).
      // bins[i]     = lower_bound_ + bin_width_ * i
      // bins[i + 1] = lower_bound_ + bin_width_ * (i + 1)
      std::deque<float> hist_freq_;
    
      // Width of bin
      float bin_width_;
    
      // The first bin's left value. [left, right)
      float lower_bound_;
    };
    
    }  // namespace calibrator
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 16 04:33:52 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  5. cluster/gce/gci/node.yaml

          Type=oneshot
          RemainAfterExit=yes
          ExecStartPre=/bin/mkdir -p /home/kubernetes/bin
          ExecStartPre=/bin/mount --bind /home/kubernetes/bin /home/kubernetes/bin
          ExecStartPre=/bin/mount -o remount,exec /home/kubernetes/bin
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 13 18:38:40 UTC 2021
    - 3.9K bytes
    - Viewed (0)
  6. Makefile.overrides.mk

    .PHONY: $(PHONYS)
    $(PHONYS):
    	@$(MAKE_DOCKER) $@
    endif
    
    # istioctl-install builds then installs istioctl into $GOPATH/BIN
    # Used for debugging istioctl during dev work
    .PHONY: istioctl-install
    istioctl-install: istioctl-install-container
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 28 17:29:39 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  7. src/debug/dwarf/testdata/line-gcc-win.bin

    Austin Clements <******@****.***> 1495657261 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 26 14:35:20 UTC 2017
    - 130.1K bytes
    - Viewed (0)
  8. testing/internal-integ-testing/src/main/resources/test-key-store/trustStore-adoptopenjdk-8.bin

    Louis Jacomet <******@****.***> 1711728981 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 100.8K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

            "rw": "1"
          },
          "bin": {
            "csv2json": "bin/dsv2json.js",
            "csv2tsv": "bin/dsv2dsv.js",
            "dsv2dsv": "bin/dsv2dsv.js",
            "dsv2json": "bin/dsv2json.js",
            "json2csv": "bin/json2dsv.js",
            "json2dsv": "bin/json2dsv.js",
            "json2tsv": "bin/json2dsv.js",
            "tsv2csv": "bin/dsv2dsv.js",
            "tsv2json": "bin/dsv2json.js"
          },
          "engines": {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  10. pkg/test/framework/components/echo/kube/templates/vm_deployment.yaml

              cat <<'EOF'>/tmp/start.sh
              #!/bin/bash
              /usr/local/bin/istio-start.sh
              kill "$1"
              EOF
              chmod +x /tmp/start.sh
              
              export ISTIO_AGENT_FLAGS="--concurrency 2 --proxyLogLevel warning,misc:error,rbac:debug,jwt:debug"
              sudo -E /tmp/start.sh $pid &
              override_core_limits&
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top