Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 211 for Commands (0.23 sec)

  1. cmd/server-main.go

      3. Start distributed MinIO server on an 32 node setup with 32 drives each, run following command on all the nodes
         {{.Prompt}} {{.HelpName}} http://node{1...32}.example.com/mnt/export{1...32}
    
      4. Start distributed MinIO server in an expanded setup, run the following command on all the nodes
         {{.Prompt}} {{.HelpName}} http://node{1...16}.example.com/mnt/export{1...32} \
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 04 15:12:57 UTC 2024
    - 34.5K bytes
    - Viewed (1)
  2. cluster/log-dump/log-dump.sh

            --command "$powershell_cmd"; then
            break
          else
            sleep 10
          fi
        done
    }
    
    # Saves prepulled Windows Docker images list to ${WINDOWS_LOGS_DIR}\docker_images.log
    # on node $1.
    function export-windows-docker-images-list() {
        local -r node="${1}"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 21:15:57 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/github.com/google/pprof/internal/driver/webui.go

    		if len(args) == 0 {
    			continue
    		}
    		viewer := exec.Command(args[0], append(args[1:], u.String())...)
    		viewer.Stderr = os.Stderr
    		if err := viewer.Start(); err == nil {
    			return
    		}
    	}
    	// No visualizer succeeded, so just print URL.
    	o.UI.PrintErr(u.String())
    }
    
    // makeReport generates a report for the specified command.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 14K bytes
    - Viewed (0)
  4. src/runtime/race_amd64.s

    // The overall effect of Go->C->Go call chain is similar to that of mcall.
    // RARG0 contains command code. RARG1 contains command-specific context.
    // See racecallback for command codes.
    TEXT	runtime·racecallbackthunk(SB), NOSPLIT|NOFRAME, $0-0
    	// Handle command raceGetProcCmd (0) here.
    	// First, code below assumes that we are on curg, while raceGetProcCmd
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modcmd/edit.go

    	"cmd/go/internal/modload"
    
    	"golang.org/x/mod/modfile"
    	"golang.org/x/mod/module"
    )
    
    var cmdEdit = &base.Command{
    	UsageLine: "go mod edit [editing flags] [-fmt|-print|-json] [go.mod]",
    	Short:     "edit go.mod from tools or scripts",
    	Long: `
    Edit provides a command-line interface for editing go.mod,
    for use primarily by tools or scripts. It reads only go.mod;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:52:10 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  6. pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go

    		Metadata: &runtimeapi.ContainerMetadata{
    			Name:    container.Name,
    			Attempt: restartCountUint32,
    		},
    		Image:       &runtimeapi.ImageSpec{Image: container.Image, UserSpecifiedImage: container.Image},
    		Command:     container.Command,
    		Args:        []string(nil),
    		WorkingDir:  container.WorkingDir,
    		Labels:      newContainerLabels(container, pod),
    		Annotations: newContainerAnnotations(container, pod, restartCount, opts),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/viewing_debugging_dependencies.adoc

    - link:https://scans.gradle.com/[build scans]
    
    [[sec:listing_dependencies]]
    == List Project Dependencies
    
    Gradle provides the built-in `dependencies` task to render a dependency tree from the command line.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 12K bytes
    - Viewed (0)
  8. src/runtime/race_arm64.s

    // The overall effect of Go->C->Go call chain is similar to that of mcall.
    // R0 contains command code. R1 contains command-specific context.
    // See racecallback for command codes.
    TEXT	runtime·racecallbackthunk(SB), NOSPLIT|NOFRAME, $0
    	// Handle command raceGetProcCmd (0) here.
    	// First, code below assumes that we are on curg, while raceGetProcCmd
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/buildid.go

    				compiler = line
    				break
    			}
    		}
    		if compiler == "" {
    			return "", "", fmt.Errorf("%s: can not find compilation command in %q", name, out)
    		}
    
    		fields, _ := quoted.Split(compiler)
    		if len(fields) == 0 {
    			return "", "", fmt.Errorf("%s: compilation command confusion %q", name, out)
    		}
    		exe = fields[0]
    		if !strings.ContainsAny(exe, `/\`) {
    			if lp, err := cfg.LookPath(exe); err == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:31:25 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  10. src/runtime/race_s390x.s

    // C->Go callback thunk that allows to call runtime·racesymbolize from C
    // code. racecall has only switched SP, finish g->g0 switch by setting correct
    // g. R2 contains command code, R3 contains command-specific context. See
    // racecallback for command codes.
    TEXT	runtime·racecallbackthunk(SB), NOSPLIT|NOFRAME, $0
    	STMG	R6, R15, 48(R15)		// Save non-volatile regs.
    	BL	runtime·load_g(SB)		// Saved by racecall.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top