Shaare your links...
562 links
Morgangeek - Liens Home Blog Twitter Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
9 results for tags tips x
  • filesystems - df in linux not showing correct free space after file removal - Server Fault
    find which process is using a deleted file
    lsof +L1

    ok this is cool but even if you deleted the file, the process still owns a handler to this file, and in some situations we don't want to kill the process. Here's a workaround using deletion of the file handler :
    go to the process folder
    cd /proc/PID/fd

    ls -l |grep deleted
    take note of the file handler ID. e.g here below the file handler is 1.
    l-wx------ 1 hudson devel 64 Feb  7 11:48 1 -> /crucible/data/current/var/log/fisheye.out (deleted)

    reclaim the space
    > 1
    Wed Dec 14 19:09:41 2016 - permalink -
    - http://serverfault.com/questions/232525/df-in-linux-not-showing-correct-free-space-after-file-removal
    files linux ls lsof ops productivity tips
  • Best practices for writing Dockerfiles
    Wed Feb 10 15:57:46 2016 - permalink -
    - https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/
    bestpractices docker tips
  • Docker tricks of the trade and best practices thoughts
    Wed Feb 10 15:53:25 2016 - permalink -
    - http://www.carlboettiger.info/2014/08/29/docker-notes.html
    bestpractices docker optimization tips
  • DevOps avec Ansible et Docker
    Wed Feb 10 15:47:47 2016 - permalink -
    - http://fr.slideshare.net/StephaneManciot/devops-avec-ansile-et-docker?qid=0f4381e7-dbf3-42f7-b7fe-f539c241b1c4&v=&b=&from_search=4
    ansible devops docker tips
  • Optimizing Docker Images
    Wed Feb 10 15:43:23 2016 - permalink -
    - http://www.slideshare.net/BrianDeHamer/optimizing-docker-images
    docker optimization tips
  • Hacker News sur Twitter : "Disabling npm's progress bar yields a 2x npm install speed improvement https://t.co/WmRw4wKBZF"
    Wed Feb 10 15:35:11 2016 - permalink -
    - https://twitter.com/newsycombinator/status/692104931776544772
    nodejs npm optimization performance tips
  • Refactoring a Dockerfile for image size | Replicated Blog
    Wed Feb 10 15:32:12 2016 - permalink -
    - http://blog.replicated.com/2016/02/05/refactoring-a-dockerfile-for-image-size/
    bestpractices docker optimization refactoring tips
  • Reducing the size of Docker Images – Richard Woudenberg
    Wed Feb 10 15:31:21 2016 - permalink -
    - http://woudenberg.io/reducing-docker-image-size/
    bestpractices docker optimization tips
  • 50 Shades of Go: Traps, Gotchas, and Common Mistakes for New Golang Devs
    Wed Feb 10 15:03:06 2016 - permalink -
    - http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/
    bestpractices development go golang tips
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr. Modified by morgangeek.be.