Skip to content

Instantly share code, notes, and snippets.

@Fredhack1
Fredhack1 / script.md
Created September 16, 2025 14:10
installer Visual Studio Code sous Linux étape par étape

1. Installer les dépendances

sudo apt update
sudo apt install wget gpg apt-transport-https -y

2. Importer la clé GPG de Microsoft

wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
@Fredhack1
Fredhack1 / ui-testing-tools.md
Last active August 21, 2025 09:41
Meilleurs outils de test UI/UX pour VueJs et Angular en 2025

Outils recommandés pour des tests UI/UX

Frameworks : VuesJs & Angular

Recommandation actuelle pour VueJs

Type de test Outil recommandé
Unitaires & composants Vitest + Vue Test Utils
E2E UI Cypress ou Playwright
Tests comportementaux Vue Testing Library
@Fredhack1
Fredhack1 / reset_password_en.md
Created July 28, 2025 17:44
How to reset a forgot password on Windows || Comment réinitialiser un mot de passe oublié sous Windows

Reset your forgot password in 3 steps 😎

🔄️ Steps for reset a forgot password

This is for someone who knows his NIP and forgot his main password

👉 Step 1 : Open cmd in administrator mode

  • You need to open the cmd in the Administrator Mode Windows + R
  • Then type cmd in the prompt that it'll be show in your screen