Skip to content

Instantly share code, notes, and snippets.

View wendimust's full-sized avatar

Wendimu Sitotaw wendimust

View GitHub Profile
@wendimust
wendimust / flash-samdevices-on-linux.md
Created June 28, 2025 09:07
How to flash Samsung devices using a Linux machine

📱 Flash Samsung Firmware on Linux (Ubuntu 24.04+) Using Heimdall

A complete step-by-step guide to flashing Samsung firmware using Linux and the open-source Odin alternative: Heimdall.


🧰 Requirements

  • A Samsung smartphone or tablet
  • A Linux distro (tested on Ubuntu 24.04)
@wendimust
wendimust / psql-cli.md
Last active March 31, 2025 15:23
Moving around in PostgreSQL with the CLI

Here’s a quick guide to basic navigation inside a PostgreSQL database using the command-line interface (CLI).

  1. Access PostgreSQL To start using PostgreSQL, open a terminal and enter:
psql -U your_username -d your_database

Replace your_username with your PostgreSQL username and your_database with the name of the database you want to access.

@wendimust
wendimust / sample.md
Last active October 16, 2024 07:39 — forked from bradtraversy/sample.md
Markdown Cheat Sheet

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This text is italic