this post was submitted on 12 Jan 2024
46 points (96.0% liked)

Linux

47369 readers
1187 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
 

Ths might be a silly question, but asking those is how i learn sometimes. I'm trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a removed and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?

Thanks for the help, just trying to make my first Linux install as painless as possible.

EDIT: Thank you all for your responses, I'm going to respond as I can since I'm at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol

you are viewing a single comment's thread
view the rest of the comments
[–] geekworking@lemmy.world 20 points 8 months ago (1 children)

You don't need any internet connection to install Ubuntu. Just use the normal install, not minimal network installer. Install from a USB stick.

Also, there's no requirement for a wire either. If that were the case, you could never install on any modern laptop.

You would need some sort of functioning network to upgrade packages or install anything not in the base image, but this would all be after installation when you have a working OS and wired or wireless won't matter.

[–] Hazmatastic@lemm.ee 2 points 8 months ago

Ah okay. I just remember hearing that all your drivers need to be manually installed and updated in Linux, so for me that included ALL drivers, even basic ones like that. If I can get started wirelessly that would be perfect. Thanks!