Skip to content

Instantly share code, notes, and snippets.

View CarbabouSy's full-sized avatar

Boubacar Sy CarbabouSy

  • Nouakchott, Mauritania
  • 03:05 (UTC +01:00)
View GitHub Profile
@CarbabouSy
CarbabouSy / Hyprland_Not_Saving_Wi-Fi_Passwords.md
Created August 5, 2025 19:51
Complete guide to setting up a persistent Wi-Fi connection in Hyprland using **NetworkManager**, **nm-applet**, **KWallet**, or **gnome-keyring**, considering system connections.

🔧 [Fix] Hyprland Not Saving Wi-Fi Passwords

Complete guide to setting up a persistent Wi-Fi connection in Hyprland using NetworkManager, nm-applet, KWallet, or gnome-keyring, considering system connections.

Context

  • Hyprland: A Wayland window manager without native KWallet (KDE Plasma) integration.
  • NetworkManager: Network management tool, used with plasma-nm (KDE) or nm-applet (GTK).
  • Issue: Wi-Fi passwords stored in KWallet (Plasma) are inaccessible in Hyprland with nm-applet or nmtui, preventing automatic connection.
  • System Connection: Stores passwords in plain text in /etc/NetworkManager/system-connections/ (root-only read access), available to all users.
@CarbabouSy
CarbabouSy / hyprland_ne_sauvegarde_pas_les_mots_de_passe_Wi-Fi.md
Created August 5, 2025 19:45
Guide complet pourGuide complet pour configurer une connexion Wi-Fi persistante dans Hyprland avec **NetworkManager**, **nm-applet**, **KWallet**, ou **gnome-keyring**, en tenant compte des connexions système. configurer une connexion Wi-Fi persistante dans Hyprland avec **NetworkManager**, **nm-applet**, **KWallet**, ou **gnome-keyring**, en te…

🔧 [Fix] Hyprland ne sauvegarde pas les mots de passe Wi-Fi

Guide complet pour configurer une connexion Wi-Fi persistante dans Hyprland avec NetworkManager, nm-applet, KWallet, ou gnome-keyring, en tenant compte des connexions système.

Contexte

  • Hyprland : Gestionnaire de fenêtres Wayland sans intégration native avec KWallet (utilisé par KDE Plasma).
  • NetworkManager : Outil de gestion réseau, utilisé avec plasma-nm (KDE) ou nm-applet (GTK).
  • Problème : Les mots de passe Wi-Fi stockés dans KWallet (Plasma) ne sont pas accessibles dans Hyprland avec nm-applet ou nmtui, empêchant la connexion automatique.
  • Connexion système : Stocke les mots de passe en clair dans /etc/NetworkManager/system-connections/ (lecture root uniquement), accessible à tous les utilisateurs.
@CarbabouSy
CarbabouSy / postgresql_conf_arch-linux.md
Created July 31, 2025 15:48
This guide provides a step-by-step process to install, configure, and manage PostgreSQL on an Arch-based Linux system using `systemctl`. It includes best practices, security recommendations, and additional configurations for a robust setup.

Setup PostgreSQL on Linux (Arch-based Systems)

This guide provides a step-by-step process to install, configure, and manage PostgreSQL on an Arch-based Linux system using systemctl. It includes best practices, security recommendations, and additional configurations for a robust setup.


1. Install PostgreSQL

Install the Latest Version