15
submitted 1 day ago by Docker@lemmy.world to c/linux@lemmy.ml
all 20 comments
sorted by: hot top controversial new old
[-] TheFANUM@lemmy.world 3 points 11 hours ago

You don't. You use Debian, Ubuntu, or redhat.

[-] LeFantome@programming.dev 2 points 1 day ago
[-] Docker@lemmy.world 1 points 1 day ago

This one is a very useful link. Thanks 😊😊

[-] just_another_person@lemmy.world 12 points 1 day ago

The same way you set it up on every Linux. What's your specific problem?

[-] some_guy@lemmy.sdf.org 1 points 19 hours ago

There are a couple of downvotes, but this is a valid comment. It's considered good etiquette to demonstrate that some effort has been made to solve an issue when asking for guidance online.

[-] HappyTimeHarry@lemm.ee 9 points 1 day ago* (last edited 1 day ago)

Mx linux is a bad chioce if you cant answer this yourself because its going to differ from most other debian distros. You probably want to use normal debian or linux mint if you are still learning.

To answer anyway; youll want to install lighttpd or similar server using apt, then firgure out the differences between sysvinit and systemd so you can properly configure the server to start.

If you just use debian instead, "sudo apt install lighttpd" would be enough to get everything started.

[-] Shareni@programming.dev 0 points 11 hours ago

because its going to differ from most other debian distros

How? It's just Debian with extra tools and sysvinit besides systemd.

then firgure out the differences between sysvinit and systemd

Or just set systemd as a default

[-] TheFANUM@lemmy.world 1 points 11 hours ago

You just answered your own question

[-] Shareni@programming.dev 1 points 4 hours ago

So, clicking a setting in a gui once is such a big deal that MX is a bad choice? Next level...

[-] CarlMarks@lemmygrad.ml 5 points 1 day ago

A web server is just any software that can be accessed with web network protocols. This can look like a lot of things. If you have Python installed you can start a web server right now by running python -m http.server. localhost:8000 in a browset would then let you browse files via the (local) web.

What kind of server do you want to run?

[-] Docker@lemmy.world 1 points 1 day ago

Here's what somebody suggested to me :

https://youtube.com/watch?v=8yVkkpK73DU

[-] tuckerm@feddit.online 3 points 1 day ago

What are you trying to host?

[-] MangoPenguin@lemmy.blahaj.zone 2 points 1 day ago

Just pick the webserver you want (nginx, caddy, etc..) and check the docs for Debian instructions since that's what MX Linux is.

[-] ikidd@lemmy.world 4 points 1 day ago

Isn't it Debian without systemd? So it's going to be a pain to use regular documentation.

[-] MangoPenguin@lemmy.blahaj.zone 1 points 1 day ago* (last edited 1 day ago)

Ah, yeah MX might not be the best choice of a distro for ease of use.

[-] Docker@lemmy.world 0 points 1 day ago

I got this from someone :

When installing MX-Linux, you can also install the Apache web server. You will be asked during the installation. You can also install the web server later with the package manager.

When setting up, you just have then select the directories that you want to share for web access.

[-] twilightwolf90@lemmy.world 0 points 1 day ago

Are we still doing LAMP stacks? Is that still the thing to recommend?

Start small. Do one thing at a time. Set up apache, learn how to secure it, expose it, filter out probes and bots, etc. This is a long and fulfilling journey. Maybe.

[-] Dirk@lemmy.ml 1 points 1 day ago

I feel like nowadays it's more specific web servers instead of a general purpose one. Also containerization often is a thing.

[-] Docker@lemmy.world -1 points 1 day ago

How do you begin right from the scratch ?

this post was submitted on 07 May 2025
15 points (82.6% liked)

Linux

53997 readers
1372 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 6 years ago
MODERATORS