Change Linux Password

Change Linux Password This guide explains how to change a user’s password on Linux, both in a normal environment and in recovery mode. Changing Password in Normal Mode Open Terminal: For desktop systems, open the terminal via the application menu. For servers, log in via SSH or the local console. Set the Password: Enter the following command: passwd You will be prompted to enter your current password. Then, you can set a new password. Confirmation: If the change is successful, a confirmation message will appear. ...

26. December 2024 · 2 min · 294 words · Mika

Reset Nginx Docker Db

Passwort-Reset im NGINX Proxy Manager (Docker-Setup) In diesem Artikel erkläre ich, wie man das Passwort eines Benutzers im NGINX Proxy Manager zurücksetzt, wenn dieser in einem Docker-Container läuft und die Authentifizierungsdaten in einer SQLite-Datenbank gespeichert sind. Voraussetzungen Zugriff auf den Server per SSH. Docker ist installiert und der NGINX Proxy Manager läuft in einem Container. Grundkenntnisse im Umgang mit SQLite. Schritt-für-Schritt-Anleitung 1. Identifiziere den laufenden Docker-Container Verwende den folgenden Befehl, um die Container zu identifizieren: ...

26. December 2024 · 2 min · 366 words · Mika

Discord Experiments

JS snippet that allows access to Discord’s Experiments tab and other developer tools. Posting this here so I don’t have to dig through GitHub gists all the time. ...

8. November 2024 · 1 min · 110 words · Mika