this post was submitted on 16 Aug 2024
68 points (89.5% liked)

Linux

56371 readers
503 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
 

It is against the rules but but what is it exactly?

you are viewing a single comment's thread
view the rest of the comments
[–] jlsalvador@lemmy.ml 46 points 11 months ago* (last edited 11 months ago) (1 children)

For example, when someone ask for a command to list files, and another one reply with a command that removes everything.

[–] 30p87@feddit.org 18 points 11 months ago (1 children)

Or

curl -O https://software.download.prss.microsoft.com/dbazure/Win11_23H2_English_x64v2.iso?t=20e395a3-e609-4696-99fe-f6edcc14f54a&P1=1723809112&P2=601&P3=2&P4=YoihsrepRARlh%2faBo1mABEe7A0aL0yWPYOcR3dNAmlaFPDavFokSpv0oFQybmpuDhG%2f677UBlN%2fRIxY9B3EFVC5TFca%2bXI%2bA%2bQAxqraW1SGCgmpteLlZYntp2E21cpv4RIJ8aifL9z0ecBwNtgwBAY526haPg2RgKhb225RwnAER0EDGWMrDLookFFCm8th8akKETDwKQYQnVKZ%2bJUCTvlt06D42oCJ10fXcVv2D6du6Kuudtc8NgV3DSXPuB4ADK1l951o37bvijDkqAKn70aHyidA5HgdpO5O8K3PPvsre%2bNSVWLbgh7UkEeU1BNMO0INPFiGVqEIaeGorhYxS0w%3d%3d
[–] 9point6@lemmy.world 25 points 11 months ago* (last edited 11 months ago) (1 children)

Why stop there

curl $windows_iso_url | sudo dd of=/dev/sda bs=4M && sudo sync; sudo reboot

(Do not run this)

[–] boredsquirrel@slrpnk.net 3 points 11 months ago (1 children)
[–] 9point6@lemmy.world 13 points 11 months ago (1 children)

Makes sure all writes are flushed to disk

On reflection probably not needed as I think reboot does that too

[–] boredsquirrel@slrpnk.net 3 points 11 months ago (1 children)
[–] wholookshere@lemmy.blahaj.zone 7 points 11 months ago* (last edited 11 months ago)

Sync the internal drive cache with the disk. IIRC