Skip to content

Instantly share code, notes, and snippets.

View jbfarez's full-sized avatar

Jean-Baptiste Farez jbfarez

View GitHub Profile
@jbfarez
jbfarez / gitconfig
Created September 30, 2014 09:53
Git config file template
[user]
name = <USERNAME>
email = <E-MAIL>
[core]
excludesfile = ~/.gitignore
[branch]
autosetuprebase = always
@jbfarez
jbfarez / README.md
Last active March 10, 2020 15:56
Dashing Catchpoint® widget

Preview

Screenshot

Description

Display your website availability / performances from Catchpoint® SaaS service.

This using the Catchpoint® Pull API.

@jbfarez
jbfarez / README.md
Last active October 27, 2022 09:55
Dashing Paris Velib widget

Preview

Screenshot

Description

Retrieve the real-time status of Paris Velib bike stations (Bikes and stands availability).

Requirements

@jbfarez
jbfarez / stage-sysadmin.md
Last active August 31, 2015 19:39
[MobPartner | Cheetah Media Link] Stage Administrateur système

Stagiaire Admin Sys

Contexte

Cheetah Media Link (anciennement MobPartner) est la plateforme de marketing mobile à la performance, « Grand Prix » du salon E-Commerce Paris 2010. Nous accompagnons les annonceurs et agences pour la création de campagnes au CPA (coût par "action" : clic, téléchargement, vente, formulaire, etc...). Nos affiliés, répartis dans plus de 100 pays, monétisent ainsi leur trafic provenant de sites mobiles ou d’applications iPhone & Android.

Dans ce contexte, nous cherchons un Stagiaire Administrateur Système pour appuyer l'équipe Ops et ainsi se forger de solides compétences techniques.

Sous la responsabilité du Responsable infrastructure, vous serez amené à mettre à profit vos acquis théoriques.

@jbfarez
jbfarez / gist:9e1f462dcb851b4f4406d35761cca774
Created November 24, 2016 14:02
3d2e6bded046ca2e3f906f04235b279b
[Unit]
Description=consul agent
Requires=network.target
After=network.target auditd.service
[Service]
EnvironmentFile=-/etc/default/consul
Restart=on-failure
ExecStart=/usr/local/bin/consul agent $CONSUL_FLAGS -config-dir=/etc/consul
ExecReload=/bin/kill -HUP $MAINPID
@jbfarez
jbfarez / keybase.md
Created May 4, 2017 12:00
keybase.md

Keybase proof

I hereby claim:

  • I am jbfarez on github.
  • I am jibek (https://keybase.io/jibek) on keybase.
  • I have a public key ASA8UBPdsOenLZCRCArPiIQB_bDPAm6qy8_N2vx5_0SfWAo

To claim this, I am signing this object:

@jbfarez
jbfarez / default.conf
Last active June 21, 2017 16:10
upKVmyjrBtqtfa3
server {
listen 15999;
location / {
proxy_pass http://$http_host;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Via "Admin_Lobby_Proxy";
127.0.0.1
require "language/go"
class Packer < Formula
desc "Tool for creating identical machine images for multiple platforms"
homepage "https://packer.io"
url "https://github.com/hashicorp/packer.git",
:tag => "v1.0.2",
:revision => "84b9b07901fabfeab1325eb2d8d207aeefa944c7"
head "https://github.com/hashicorp/packer.git"
@jbfarez
jbfarez / xcxt-mn.md
Last active December 29, 2017 21:35
XCXT Masternode setup

CoinonatX masternode setup

Summary

This document is a guide to setup a CoinonatX masternode on a Debian server, created at Scaleway, and it assume you’re running Windows or Mac. Requirements:

  • A server running Linux