Skip to content

Instantly share code, notes, and snippets.

View faical-yannick-congo's full-sized avatar

Faical Yannick Palingwende Congo faical-yannick-congo

  • NIST
  • USA
View GitHub Profile
@faical-yannick-congo
faical-yannick-congo / install.sh
Created April 1, 2018 20:38 — forked from wdullaer/install.sh
Install Latest Docker and Docker-compose on Ubuntu
# Ask for the user password
# Script only works if sudo caches the password for a few minutes
sudo true
# Install kernel extra's to enable docker aufs support
# sudo apt-get -y install linux-image-extra-$(uname -r)
# Add Docker PPA and install latest version
# sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
# sudo sh -c "echo deb https://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list"
@faical-yannick-congo
faical-yannick-congo / nginx.conf
Created October 24, 2017 12:57 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048

Keybase proof

I hereby claim:

  • I am faical-yannick-congo on github.
  • I am congo (https://keybase.io/congo) on keybase.
  • I have a public key ASCyBrcSqL8z9tC5Ulyr0XQkXOb6cv_mqgcMaLPre9fo6Qo

To claim this, I am signing this object:

@faical-yannick-congo
faical-yannick-congo / abstract.md
Last active March 28, 2016 00:15 — forked from wd15/abstract.md
Scipy 2016 abstract

Designing a Web Service for Simulation Managment

[Daniel Wheeler][daniel-wheeler] and [Yannick Congo][yannick-congo]

Description

In recent years there has been a growing effort to capture and record script or simulation executions in scientific computing. In the litterature, there is a convergence towards what the record should contain to better address reproducibility, management and reliability.

A [Cloud Service][sumatra-cloud] to Record Simulation Metadata

[Daniel Wheeler][daniel-wheeler] and Yannick Congo

Thermodynamics and Kinetics Group
Materials Science and Engineering Division
National Institute of Standards and Technology
Gaithersburg, MD

Brief Description

A [Cloud Service][sumatra-cloud] to Record Simulation Metadata

[Daniel Wheeler][daniel-wheeler] and Yannick Congo

The notion of capturing each execution of a script or workflow and its associated meta-data is enormously appealing and should be at the heart of any attempt to make scientific simulations reproducible. The concept of event control is orthogonal to the concept of version control, it is the concept of capturing every execution of a workflow or script rather than the changes in that script. Research projects