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

    January 18, 2022 at 6:58:57 PM GMT+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

    May 14, 2018 at 11:09:07 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?9wYw4w
    clean df docker
  • BFG Repo-Cleaner by rtyley

    To clean old file in repo

    May 24, 2017 at 2:34:10 PM GMT+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

    January 5, 2016 at 2:29:09 PM GMT+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

    March 19, 2014 at 11:16:44 AM GMT+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