I hereby claim:
- I am fabienheureux on github.
- I am fabienheureux (https://keybase.io/fabienheureux) on keybase.
- I have a public key ASBZFFWLqsy8LOu5U-AVjbbmNRhqu8IseAM8MFF6V-2zXQo
To claim this, I am signing this object:
| <style> | |
| /* 1) Lift the 40rem prose cap on the editorial chain that contains our iframe. */ | |
| .page-node-type-contenu-classement .contenu-classement-content | |
| > .field--name-field-contenu-editorial:has(iframe[src*="infog-index.rsf.org"]), | |
| .page-node-type-contenu-classement .contenu-classement-content | |
| > .field--name-field-contenu-editorial > .field__item:has(.paragraph--type--texte-riche > .field--name-field-texte-riche > iframe[src*="infog-index.rsf.org"]) { | |
| max-width: none !important; | |
| width: 100% !important; | |
| } |
| .hero { | |
| &__introduction { | |
| /* coucou */ | |
| } | |
| } |
| # Generated by Django 2.2.24 on 2021-08-17 11:33 | |
| from django.db import migrations | |
| from django.forms.models import model_to_dict | |
| from wagtail.images.models import Image as PreviousImage | |
| from image.models import CustomImage as Image | |
| def migrate_images(apps, schema_editor): | |
| for image in PreviousImage.objects.all(): |
| version: '3.1' | |
| services: | |
| portainer | |
| image: portainer/portainer:latest | |
| ports: | |
| - 9000:9000 | |
| volumes: | |
| - /var/run/docker.sock:/var/run/docker.sock | |
| - portainer_data:/data portainer/portainer |
| #!/bin/bash | |
| # Start by installing necessary softwares | |
| apt update | |
| apt install build-essential sudo -y | |
| # well, its role is to serve you... | |
| adduser alfred | |
| usermod -aG sudo alfred |
| #!/bin/bash | |
| ## Setup script variables | |
| RED="\033[0;31m" | |
| NC="\033[0m" # No Color | |
| ## Array of packages to install through package manager | |
| declare -a sexiness=("i3-gaps" "polybar" "font-iosevka") | |
| declare -a multimedia=("ffmpeg" "ranger" "imageMagick" "flameshot" "gimp") | |
| declare -a productivity=("dropbox" "dmenu") |
| git init --bare $HOME/.pointfichiers | |
| alias config='/usr/bin/git --git-dir=$HOME/.pointfichiers/ --work-tree=$HOME' | |
| config config --local status.showUntrackedFiles no | |
| echo "alias config '/usr/bin/git --git-dir=$HOME/.pointfichiers/ --work-tree=$HOME'" >> $HOME/.config/fish/config.fish |
I hereby claim:
To claim this, I am signing this object:
A veeeery long payload
{
"merge-audits": [],
"form-submissions": [
{
| #!/bin/sh | |
| ########### | |
| # basic # | |
| ########### | |
| # homebrew | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| brew tap caskroom/versions |