this post was submitted on 17 Jul 2023
350 points (97.0% liked)

Linux

48057 readers
1047 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] 6 points 1 year ago (2 children)

The biggest issue ive had (ive only used ubuntu) is the file management. Disks and file system is a bit different from boyh mac and windows, and i had a hard yime figuring out where and how, etc.

I couldnt figure out how to get my home network to work (so my windows pc could grab files off the linux pc) and such.

I had no issues setting that up, between my mac/windows pcs

I do plan on installing linux for my sons pc which he will then be forced to learn to some degree.

[–] [email protected] 3 points 1 year ago (1 children)

Your issue is probably with Gnome. It's file manager is shit and the mechanisms for sharing files aren't obvious.

[–] [email protected] 2 points 1 year ago

I think you just made another point why Linux is difficult to adopt to for non-tech people. It takes a level of understanding about how computers work in general, and operating systems specifically, that that majority of people just do not care to have. It’s not that people are too stupid or anything like that. It’s just that the majority of people absolutely do not care what a Desktop Manager is, or why and how it’s different from the OS itself.

Well… people like you and me care because we think it’s interesting. We are the exception. The very thing we love most about Linux is the thing that stops it from general acceptance. It’s too flexible to “Just Work”.

[–] [email protected] 1 points 1 year ago

For file sharing over a network between Linux and Windows, the keywords are "samba" and "cifs". In my experience, that's variable levels of pain in the ass to set up, but does work once you've got it configured. (Sometimes it's easier to run an sftp server or similar on the Linux machine.)

But yeah, nontrivial.