this post was submitted on 02 Jun 2025
73 points (92.9% liked)

Linux

54903 readers
410 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

For me it is not recording credentials with the assumption I would simply remember them later, while having every opportunity to archive them before eventually forgetting. Also, not keeping detailed enough notes & photos of exactly how my hardware is attached.

you are viewing a single comment's thread
view the rest of the comments
[–] cevn@lemmy.world 22 points 4 days ago (3 children)

dd if=fedora.iso of=my ssd instead of flash drive :’(

[–] chaosCruiser@futurology.today 15 points 4 days ago (1 children)

Now you know why it’s called the Disk Destroyer.

Before using dd, I prefer to run lsblk first so that I can see what each disk is called. Before pressing enter, I also double check the names with the lsblk output.

[–] danielquinn@lemmy.ca 5 points 4 days ago (1 children)

TIL about using lsblk instead of just reading through the output of journalctl to find the disk and partitions. Thanks!

[–] chaosCruiser@futurology.today 2 points 4 days ago

Glad I could help! This command is just so much nicer.

[–] BunnyKnuckles@startrek.website 10 points 4 days ago

Always triple check dd

[–] TerHu@lemm.ee 6 points 4 days ago (1 children)

i love the raspberry pi imager for that reason. i don’t want no balena etcher stealing my data, but a gui is very convenient for flashing isos, so raspi imager it is! (works for any iso you want)

[–] 737@lemmy.blahaj.zone 1 points 3 days ago

just run lsblk before dd