4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
5 results tagged clean x
  • thumbnail
    GitHub - itaysk/kubectl-neat: Clean up Kubernetes yaml and json output to make it readable

    yaml

    18 janvier 2022 à 18:58:57 UTC+1 * - permalink - archive.org - https://github.com/itaysk/kubectl-neat
    clean k8s kubectl pluginc
  • Note: docker clean

    docker system df
    docker system prune
    docker system prune --all
    docker volume prune

    14 mai 2018 à 11:09:07 UTC+2 - permalink - archive.org - https://links.infomee.fr/?9wYw4w
    clean df docker
  • BFG Repo-Cleaner by rtyley

    To clean old file in repo

    24 mai 2017 à 14:34:10 UTC+2 - permalink - archive.org - https://rtyley.github.io/bfg-repo-cleaner/
    clean git repo
  • thumbnail
    How do I remove local (untracked) files from my current Git branch? - Stack Overflow

    Show what will be deleted with the -n option:

    git clean -f -n

    Then - beware: this will delete files - run:

    git clean -f

    5 janvier 2016 à 14:29:09 UTC+1 - permalink - archive.org - http://stackoverflow.com/questions/61212/how-do-i-remove-local-untracked-files-from-my-current-git-branch
    clean git reset
  • mktemp

    Pratique pour l'écriture de script en bash lorsqu'on a besoin d'un fichier temporaire :

    #Creation
    tmpfile=$(mktemp)

    #Utilisation...

    #Clean
    if [ -e "$tmpfile" ]
    then
    rm -f $tmpfile
    fi

    19 mars 2014 à 11:16:44 UTC+1 - permalink - archive.org - https://links.infomee.fr/?r6stZw
    bash mktemp tmp tweetit
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation