this post was submitted on 15 May 2024
87 points (97.8% liked)

Linux

45479 readers
1397 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] 28 points 1 month ago (1 children)

You know it’s serious when you’ve set up a whole new subdomain for this one big!

[–] [email protected] 12 points 1 month ago (1 children)

Thats how they supposedly do this haha

I suppose they have a very minimal webserver, hardened to the max and for sure not using docker

[–] [email protected] 13 points 1 month ago (2 children)

Oh I know it’s minimal effort to spin one up, especially for a static page. It’s just funny that that’s how this goes now.

[–] [email protected] 20 points 1 month ago (2 children)

Its not, web dev is all about running 4 different Operating systems in containers, with huge dependency chains and slow loading javascript crap

[–] [email protected] 7 points 1 month ago

As a web developer, I’d say I feel insulted by such a wild accusation, but then I’d be lying. 😅

[–] [email protected] 3 points 1 month ago* (last edited 1 month ago)

Plus downloading all your malicious software through unauth'd channels like npm, pip, cargo, docker hub, or github

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

...it doesn't, you put static files on a CDN. Nobody in their right mind serves them from custom-made webservers (anymore). Those are intended exclusively for dynamic code (APIs for business logic, authentication, user actions, search etc.)