Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for cpio (0.04 sec)

  1. src/main/java/jcifs/smb1/util/mime.map

    application/wordperfect6.1     wp6              # WordPerfect Version 6.1
    application/wordperfectd       wpd              # WordPerfect
    application/x-bcpio            bcpio            #
    application/x-cpio             cpio             #
    application/x-csh              csh              # C-Shell Program
    application/x-director         dcr              # Director File
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 5.9K bytes
    - Viewed (0)
  2. docs/pt/docs/virtual-environments.md

    ///
    
    ## Criar um Projeto
    
    Primeiro, crie um diretório para seu projeto.
    
    O que normalmente faço é criar um diretório chamado `code` dentro do meu diretório home/user.
    
    E dentro disso eu crio um diretório por projeto.
    
    <div class="termy">
    
    ```console
    // Vá para o diretório inicial
    $ cd
    // Crie um diretório para todos os seus projetos de código
    $ mkdir code
    // Entre nesse diretório de código
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Sep 10 10:37:13 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  3. cmd/utils.go

    			return nil, fmt.Errorf("unable to perform CPU IO profile with %d goroutines", n)
    		}
    		dirPath, err := os.MkdirTemp("", "profile")
    		if err != nil {
    			return nil, err
    		}
    		fn := filepath.Join(dirPath, "cpuio.out")
    		f, err := Create(fn)
    		if err != nil {
    			return nil, err
    		}
    		stop := fgprof.Start(f, fgprof.FormatPprof)
    		prof.stopFn = func() ([]byte, error) {
    			err := stop()
    			if err != nil {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Aug 13 22:22:04 UTC 2024
    - 31.9K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.29.md

    - Updated the CRI-O socket path, so users who configure kubelet to use a location like `/run/crio/crio.sock` don't see strange behaviour from CRI stats provider. ([#118704](https://github.com/kubernetes/kubernetes/pull/118704), [@dgl](https://github.com/dgl))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:37:31 UTC 2024
    - 375.1K bytes
    - Viewed (1)
  5. CHANGELOG/CHANGELOG-1.14.md

    * kubelet: fixes cadvisor internal error when "--container-runtime-endpoint" is set to "unix:///var/run/crio/crio.sock". ([#72340](https://github.com/kubernetes/kubernetes/pull/72340), [@makocchi-git](https://github.com/makocchi-git))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
Back to top