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

    2022年1月18日 GMT+1 下午6:58:57 * - 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

    2018年5月14日 GMT+2 上午11:09:07 - permalink - archive.org - https://links.infomee.fr/?9wYw4w
    clean df docker
  • BFG Repo-Cleaner by rtyley

    To clean old file in repo

    2017年5月24日 GMT+2 下午2:34:10 - 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

    2016年1月5日 GMT+1 下午2:29:09 - 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

    2014年3月19日 GMT+1 上午11:16:44 - 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