this post was submitted on 14 Nov 2023
342 points (90.7% liked)

Linux

48245 readers
466 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 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Gork@lemm.ee 153 points 1 year ago (24 children)

I remember being endlessly entertained by the rotating cube animation between workspaces in the old Beryl implementation.

I told my wife, "but does your Windows do this?" Followed by rotating the cube. She was like, "I don't care." And that was that.

I shall tell this story to my grandkids.

[–] simple@lemm.ee 101 points 1 year ago (12 children)

"but does your Windows do this?" Followed by rotating the cube. She was like, "I don't care."

Wow, that sums up my Linux life pretty well actually

[–] 30p87@feddit.de 27 points 1 year ago (10 children)

Does your Windows do this? *doesn't crash*

But seriously, yesterday I cloned my main partition to a new laptop into an LVM volume on LUKS. Because I did not have any way of putting the new NVMe and old SATA SSD into one machine, I just used netcat over an ad hoc network.

nc -l 10000 > /dev/main/root

on the new Laptop and

cat /dev/sda3 | nc 10.31.69.1 10000 -q 0

on the old one. Worked perfectly. Now do that on Windows with builtin tools in live boots.

[–] andrew@lemmy.stuart.fun 8 points 1 year ago (1 children)

Next time you could even add gzip or some other compression and save yourself a bit of time and bandwidth.

[–] 30p87@feddit.de 3 points 1 year ago

The rate was around 100MB/s. So I think the bottleneck was probably the read/write speeds of the SSDs, considering I have ~900Mbit/s down from speedtest.net, and this setup removed every hop except the old and new Laptops Gigabit Lan Port and the Gigabit patch cable between them. But with larger files/partitions over the internet this would probably help

load more comments (8 replies)
load more comments (9 replies)
load more comments (20 replies)