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

Azubi Projekt 1 Jahr

Apprentice Project: Labyrinth Game from the 1st Year In this blog post, I would like to introduce you to an exciting apprentice project from the first year: The Labyrinth Game. This project was created as part of my training and was intended to consolidate basic programming skills and understanding of algorithms. In our first year of apprenticeship, we developed a simple but very educational game. Project Overview The Labyrinth Game is a game developed in Python in which the goal is to navigate a character through a maze. We used the pygame library to graphically represent the game and to enable the control of the character. The objective of the game is to successfully guide the character from the starting point to the goal through the maze without getting lost. ...

9. November 2024 · 4 min · 680 words · Mika