Skip to content

Instantly share code, notes, and snippets.

View koromerzhin's full-sized avatar
🦄
I may be slow to respond.

Le TOULLEC Martial koromerzhin

🦄
I may be slow to respond.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am koromerzhin on github.
  • I am koromerzhin (https://keybase.io/koromerzhin) on keybase.
  • I have a public key ASCF7-M9MmHIdJWka1_xPdx8aVCJTQOTZ-u_0uDUjdum1Qo

To claim this, I am signing this object:

YAML 5 hrs 48 mins ████░░░░░░░░░░░░░░░░░ 19.1%
Makefile 4 hrs 44 mins ███▎░░░░░░░░░░░░░░░░░ 15.6%
JSON 4 hrs 5 mins ██▊░░░░░░░░░░░░░░░░░░ 13.5%
PHP 3 hrs 26 mins ██▍░░░░░░░░░░░░░░░░░░ 11.3%
Markdown 3 hrs ██░░░░░░░░░░░░░░░░░░░ 9.9%
setfacl -R -m u:http:rwX -m u:`whoami`:rwX www
setfacl -dR -m u:http:rwX -m u:`whoami`:rwX www
@koromerzhin
koromerzhin / launch.bat
Created May 13, 2019 15:20
transfert depot 1 vers depot 2
@echo off
mkdir TEMP_REPO_FOLDERNAME
cd TEMP_REPO_FOLDERNAME
git init --bare .git
git remote add origin %1
git fetch origin refs/heads/*:refs/heads/*
git fetch origin refs/tags/*:refs/tags/*
git init
git checkout master
git remote rm origin
# On clone les dépots
git clone projet1
git clone projet2
cd projet1
# On ajoute le projet2 comme source dans le projet1
git remote add projet2 ../projet2
git fetch projet2
# On liste les branches du dépôt 2
ssh-keygen -t rsa -b 2048
chgrp Système ~/ -Rf
chmod -Rf 700 ~/.ssh
ssh-copy-id -i ~/.ssh/id_rsa.pub app@10.35.4.39 -p 22222
ssh -p 22222 app@10.35.4.39
@koromerzhin
koromerzhin / penguin.css
Last active October 13, 2020 09:17
Easter Eggs Penguin
:root {
--penguin-size: 300px;
--penguin-skin: gray;
--penguin-belly: white;
--penguin-beak: orange;
}
.penguin {