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
◄Older
page 1 / 29
  • Please check this repository if you like my RSS feed
    I won't publish anything new on this shaarli now
    Thu Jun 15 08:08:44 2017 - permalink -
    - https://github.com/MorganGeek/bookmarks
  • 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
  • Defining a problem; identifying causes; gathering information
    Sat Sep 10 10:04:26 2016 - permalink -
    - http://www.studygs.net/problem/problemsolvingv1.htm
    problem solving
  • Astronomy Picture of the Day Archive
    Sun Sep 4 08:31:54 2016 - permalink -
    - http://apod.nasa.gov/apod/archivepix.html
    astronomy mobile nasa space wallpaper
  • docker-and-containers-ebooks/DockerOrchestrationTools.md at master · thenewstack/docker-and-containers-ebooks
    Wed Feb 10 16:53:38 2016 - permalink -
    - https://github.com/thenewstack/docker-and-containers-ebooks/blob/master/DockerOrchestrationTools.md
    compare docker orchestration
  • Twelve Go Best Practices
    Wed Feb 10 16:40:39 2016 - permalink -
    - https://talks.golang.org/2013/bestpractices.slide#1
    bestpractices development go golang
  • Effective Go - The Go Programming Language
    Wed Feb 10 16:39:56 2016 - permalink -
    - https://golang.org/doc/effective_go.html#interface-names
    bestpractices development go golang
  • 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
  • An Intro to Concurrency Patterns in Go - via @codeship | via @codeship
    Wed Feb 10 15:21:43 2016 - permalink -
    - http://blog.codeship.com/an-intro-to-concurrency-patterns-in-go/
    concurrency development go golang patterns
  • 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
  • Creating Project Pages manually
    Tue Dec 8 11:57:36 2015 - permalink -
    - https://help.github.com/articles/creating-project-pages-manually/
    astuces développement git projets
  • Rechercher des groupes Meetup près de chez vous: javascript - Meetup
    Un bon site pour trouver des meetup orientés sur certaines technos, près de chez soi
    Sun Sep 20 09:27:13 2015 - permalink -
    - http://www.meetup.com/fr/find/?allMeetups=false&keywords=javascript&radius=3&userFreeform=Bruselas%2C+Belgique&mcId=c1001379&change=yes&sort=default
    apprendre bruxelles développement formation javascript meetup technologies
  • Auto-Tagging Demo
    Demo d'un outil de reconnaissance de personnes / objets sur des photos / images avec tagging
    Sun Sep 6 13:29:51 2015 - permalink -
    - http://imagga.com/auto-tagging-demo
    automatique moteur photos tagging
  • Il faudra oublier Eclipse et passer à Android Studio
    Développeur Android ? Au revoir Eclipse, Google vous imposera désormais son IDE basé sur IntelliJ
    Tue Jun 30 11:02:12 2015 - permalink -
    - http://www.presse-citron.net/developpeur-android-il-faudra-oublier-eclipse-et-passer-a-android-studio/
    android développement google IDE java mobile outils
Links per page: 20 50 100
◄Older
page 1 / 29
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.