this post was submitted on 14 Nov 2023
368 points (90.0% liked)

Linux

46775 readers
1924 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
[–] [email protected] 159 points 9 months ago (5 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.

[–] [email protected] 109 points 9 months ago (2 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

[–] [email protected] 27 points 9 months ago (3 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.

[–] [email protected] 8 points 9 months ago (1 children)

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

[–] [email protected] 3 points 9 months 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

[–] [email protected] 4 points 9 months ago (2 children)

Now do that on Windows with builtin tools in live boots

More like do that in Windows with any tools. It doesn't like being moved to different hardware one bit.

[–] [email protected] 2 points 9 months ago* (last edited 9 months ago)

I just noticed I did not fully expand the fs on the target machine after shrinking it on the source machine to be sure it fits. No problem, growing ext4 file systems with resize2fs (indirect dependency of linux and base) works on mounted fs' too, the Kernel just needs to be newer than 2.6 (so since 2003).
Took less than 1 second and works flawlessly, live. Conkys fs_free just jumped from 20 to 76. Still time to clear my caches.

[–] [email protected] 2 points 9 months ago (1 children)

The only problems with my Arch install were

  • /etc/fstab, which I forgot about because I didn't read the whole install article again
  • custom configs (notable conky) because i8k is not available and all interfaces changed
[–] [email protected] 3 points 9 months ago (1 children)
[–] [email protected] 2 points 9 months ago

I'd guess many distros would've had errors with preinstalled and configured helpers. Debugging them would be a pain

Gentoo, LFS, Arch etc. are installed manually, so one typically knows their system very well, including packages and configs they might have to hard configure interfaces etc. in

[–] [email protected] 3 points 9 months ago (2 children)

Last time I tried to mess with Windows partition I tried to expand it to merge free space in my C:\ drive, but I couldn't do that because Windows put the recovery partition in the middle, with no permission to remove it. Had to jump through a million hoops to get Windows to remove it.

I mean sure, Windows is easier in many ways. Not partition management. Anything but that. What a pain.

[–] [email protected] 3 points 9 months ago

Ran into that a few years ago. I think I ended up fixing it by booting linux off a flash drive and moving the partitions around in that. It wasn't to difficult after I just gave up trying to do it in Windows. Such a stupid problem.

[–] [email protected] 2 points 9 months ago

I think I see a theme here. Doing fun normie stuff on iOS/ipadOS is easy. Doing technical stuff is usually completely impossible.

Doing technical stuff on Linux is easy as long as you know what you’re doing. Doing popular normie things on Linux is a bit hit-or-miss. Some things work perfectly, but other things are a royal pita.

Windows seems to be in between the two extremes in more than one regard. Microsoft seems to be working to find some sort of compromise in these things.

[–] [email protected] 30 points 9 months ago* (last edited 9 months ago) (2 children)

I think I accomplished a similar effect on my first linux distro a long time ago with a program called "compiz" (iirc). "I'm so frickin 1337," I whispered under my breath. Nobody cared except me, though, lol.

[–] [email protected] 16 points 9 months ago (1 children)

IIRC Compiz was a fork of Beryl or the other way around. I could be wrong though.

Last I checked you can still do the cube in kwin under plasma.

[–] [email protected] 9 points 9 months ago (2 children)

It was gone from Plasma for a bit, however it'll be back in the next upcoming Plasma 6 release!

[–] [email protected] 9 points 9 months ago (1 children)

at least wobbly windows stuck around though. i've had that on for like 10 years

[–] [email protected] 7 points 9 months ago

Yep, same! Some of my friends have told me it's a bit "silly" for me to have it enabled - but there's plenty of bad things that occur on a daily basis in my life, I do not think there's a single problem with having some wobbly windows as a small vice to enjoy haha.

[–] [email protected] 3 points 9 months ago
[–] [email protected] 11 points 9 months ago

Nobody cared except me, though, lol.

Life in a nutshell...

[–] [email protected] 15 points 9 months ago (1 children)
[–] [email protected] 6 points 9 months ago

Oh yeah! That's ticking a few boxes for when I eventually switch from X(11).

[–] [email protected] 6 points 9 months ago (2 children)
[–] [email protected] 1 points 9 months ago

I wonder if thats based on a real story....

[–] [email protected] 1 points 9 months ago

Here is an alternative Piped link(s):

I don't care

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[–] [email protected] 3 points 9 months ago

There was a jailbreak tweak for iOS that mimicked Beryl, it was so cool.