
Le blog: art-dambrine.ovh
Software Engineer
Tips & tricks collection for devs
Feb 22, 2023
2019 #IPv4 over IPv6 on Ubuntu #Solved the issue when connecting to archive.ubuntu.com takes too long. Edit /etc/gai.conf and uncomment line 4, which lets you keep IPv6 enabled, but sets the order of ...
Read More
How to use middle mouse button the windows style?
To press/click and scroll througt a web page or any scroll system wide.
This configuration requires no external plugin and has been tested on Ubuntu 2...
Read More
SDKman cheatsheet
Jan 20, 2022
SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems. It provides a convenient Command Line Interface (CLI) and API for installing, switchi...
Read More
Config d'environnement Java - Linux
Nov 12, 2021
Cette documentation à pour but de résumer les différents éléments et dépendances de développement nécessaire à la conception de projets Java sur Ubuntu
Config JVM #J’utilise sdkman pour gérer le...
Read More
My terminal configuration
Mar 18, 2021
A quick and customizable terminal setup with git alias and autojump.
Setup zsh & oh my zsh #“Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configur...
Read More
Cahier des charges – Logskills
Mar 16, 2021
Projet I5 RIOC Etienne Plagnieux – Jean-Baptiste Cahier – Arthur Dambrine
Description #L’application Logskills se base sur la méthode Pomodoro pour vous aider à augmenter votre efficacité et vous souv...
Read More
Bootstrap cheatsheet
Mar 14, 2021
Sources : prennez en main Bootstrap @openclassrooms.com La grille #Une grille est découpée en rangées (appelées row, parce que tout est en anglais) et colonnes (col).
La grille par défault comporte 12...
Read More
Docker cheatsheet
Mar 31, 2020
A quick reminder for some docker cmd
Docker Cheatsheet - cmd #docker commit = création d’une image à partir du container Exemple:
docker commit -m "comment about my image" <CONTAINER ...
Read More