Skip to content

Instantly share code, notes, and snippets.

View idembele70's full-sized avatar
🎯
Focusing

Ibrahim Dembele idembele70

🎯
Focusing
View GitHub Profile
@idembele70
idembele70 / special_char_maj.md
Last active May 27, 2024 08:35
Caractère spéciaux en Majuscule

Upper case special character

character shortcut
Ç alt + 128
À alt + 0192
@idembele70
idembele70 / install_LAMP.md
Last active May 1, 2024 19:29
Run wordpress locally on Ubuntu

install LAMP (Linux Apache Mysql Php)

Installing Apache 2

  1. Update package manager
sudo apt update
  1. Install Apache
@idembele70
idembele70 / nano-shorts.md
Created April 8, 2024 09:27 — forked from franz-josef-kaiser/nano-shorts.md
nano keyboard shortcuts

^ = Ctrl key M = Alt key

^G      (F1)            Display this help text
^X      (F2)            Close the current file buffer / Exit from nano
^O      (F3)            Write the current file to disk
^J      (F4)            Justify the current paragraph

^R      (F5)            Insert another file into the current one
@idembele70
idembele70 / 01.docker_bash_script.md
Last active February 28, 2024 08:58
Docker Bash Script

DOCKER BASH Script

script description
docker compose -f NOM_DU_FICHIER_DOCKER_COMPOSE down arrête les containers des services mentionner dans le fichier
docker compose -f NOM_DU_FICHIER_DOCKER_COMPOSE logs NOM_DU_SERVICES_DU_FICHIER_DOCKER affiche les logs de l'une des services du fichier docker compose cibler
docker compose -f NOM_DU_FICHIER_DOCKER_COMPOSE up -d crée et lance les services du fichier en plusieurs container et en mode detacher (rends la main)
docker container stop NOM_DE_MON_CONTAINER arreter un container qui à son status en up
docker container start NOM_DE_MON_CONTAINER demarre le container
@idembele70
idembele70 / pull_request_template.md
Created January 31, 2024 13:31
Pull Request Template

Multiple Pull Request Templates Arranged by Type

  1. Test pull request template

The label should be named: Test

### Pull request checklist :
* [X] My code is tied to an issue on **Github** 
* [X] The feature is documented in the specifications
* [ ] I have linted my code
@idembele70
idembele70 / issue_template.md
Last active May 14, 2024 07:17
Issue Template

Multiple Issue Templates Arranged by Type

  1. Test issue template

TITLE : feat: create test for "<use_case_title>" use case <user_case_number>

The label should be named: Test with color: #

**User Story**
----
@idembele70
idembele70 / ubuntu_desktop_shortcuts.md
Created January 11, 2024 13:35
Playmaker Ubuntu keyboard shortcuts

Ubuntu Desktop Shortcuts

command description
super + ` switch between windows of the same application, show pinned app number
super + <digit>  open the digith app pinned to the sidebar
@idembele70
idembele70 / google_chrome-shortcuts.md
Created December 25, 2023 18:33
Playmaker Google Chrome keyboard shortcuts
description keybinding
Focus on the search bar ctrl + l
@idembele70
idembele70 / git_commands.md
Last active March 28, 2024 14:44
List of Playmaker Git commands

Create a git lg alias

git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"

Change local commit signature

git config --local user.name <username>
git config --local user.email <email>
@idembele70
idembele70 / vscode-shortcuts.md
Last active December 26, 2023 10:25
Playmaker VS Code Shortcut

Visual Studio Shortcuts

Editor

description keybinding
View: toggle terminal ctrl + ù
Go to line/column... ctrl + g
Change when expression ctrl + k + ctrl + e