32
submitted 7 months ago by phpinjected@lemmy.sdf.org to c/linux@lemmy.ml

I'm going to replace my host os on my shitty laptop with Linux specifically puppy Linux or alpine Linux from scratch and I need to know how will I get started and make it easier for myself, I use a HP notebook 540

top 28 comments
sorted by: hot top controversial new old
[-] velox_vulnus@lemmy.ml 29 points 7 months ago* (last edited 7 months ago)

You might want to think twice before using unique, niche distros like GoboLinux, Alpine, or NixOS. PuppyLinux doesn't look like a proper distro, more like the equivalent of EndeavourOS or Artix. Since you're using Linux for the first time, why not use Linux Mint, Ubuntu or Fedora?

[-] BuckShot686@beehaw.org 8 points 7 months ago* (last edited 7 months ago)

Heck ya to Fedora, glad to see it recommended for a first time user. It's not much more difficult than Mint, but you can also get into the weeds instead of having to find a new distro after Mint. Mint basically has permanent training wheels, while with Fedora you can pop em off whenever it's convient.

Edit: Fedora is also a more up to date Alpine and it's not directly controlled by Red Hat.

[-] bbbhltz@beehaw.org 2 points 7 months ago

https://repology.org/repositories/statistics says that Alpine Edge has a higher percentage of up-to-date packages.

I do agree that a new user should use something like Fedora first. But OP wants Alpine.

[-] BuckShot686@beehaw.org 3 points 7 months ago

But Fedora is upstream of Alpine, right?

[-] bbbhltz@beehaw.org 2 points 7 months ago

No. The projects are not related.

[-] cygnus@lemmy.ca 1 points 7 months ago

Fedora is also Wayland only, which I wouldn't recommend to a newbie with an old laptop.

[-] BuckShot686@beehaw.org 2 points 7 months ago

The KDE spin has x11, KDE is my go to DE everytime. So assumed that layer I guess.

[-] RmDebArc_5@lemmy.ml 5 points 7 months ago

Ubuntu and fedora aren’t lightweight, I recommend Linux Mint XFCE or peppermint OS

[-] richardisaguy@lemmy.world 2 points 7 months ago

Peppermint's a joke. Isn't xfce as heavy as other DEs nowadays?

[-] RmDebArc_5@lemmy.ml 2 points 7 months ago

No not really. Gnome for me is about 2.5 gigs of Ram, XFCE 700 megabytes and the CPU load also is way lower. XFCE can be heavy or light depending on how you configure it

[-] richardisaguy@lemmy.world 1 points 7 months ago* (last edited 7 months ago)

KDE uses 700mb on my system

[-] wfh@lemm.ee 14 points 7 months ago* (last edited 7 months ago)

May I ask why you, as a beginner, specifically chose one of those distros instead of more "mainstream" ones?

Puppy Linux's main use-case is to be a live ISO, that doesn't need to be installed to run. It doesn't mean it's not a good idea to install it, but I think if you want to use an Ubuntu derivative, there are better options for a beginner like Pop or Mint that would let you install a lightweight desktop environment like XFCE, LXDE, LXQt and so on.

Alpine Linux is specifically designed to avoid all the core system tools that are pretty much universal on most other distros like glibc, systemd or GNU tools and libraries, which will make your life hell as a beginner if you need to troubleshoot anything as most "universal" documentation like the Arch wiki would be at best partially relevant, at worst useless.

[-] embed_me@programming.dev 3 points 7 months ago

Xubuntu rocks. Used it throughout college on my cheap laptop

[-] myogg@lemmy.world 14 points 7 months ago

Like the others, I suggest you stick to a distro designed for desktop use (Ubuntu, Fedora etc), you'll have a much easier time.

If you really want to go with something closer to "scratch made" I'd recommend Arch. Its documentation is killer and you can build a system suited to your requirements.

[-] Vitaly@feddit.uk 14 points 7 months ago
[-] governorkeagan@lemdro.id 2 points 7 months ago

PopOS is fantastic!

[-] Joker@discuss.tchncs.de 13 points 7 months ago

For starters, consider another distro if you want to make things easy on yourself. Alpine is probably a poor choice unless you have a reason to use it. I guess you could use it as a desktop if you really want to, but it’s more geared for containers and embedded devices. It uses musl instead of glibc so you will have problems running software that isn’t packaged for Alpine. The issue with Puppy is you will have a hard time getting help when you need it because it’s kind of a niche distro.

For your first time, you’re better off using something more mainstream. You are going to run into some issues and it’s a lot easier finding solutions for popular distros. Debian would be a fine choice because it’s widely used and runs great on older hardware. Beyond that, you could look at Ubuntu, Fedora, PopOS and Mint.

[-] MiddledAgedGuy@beehaw.org 10 points 7 months ago* (last edited 7 months ago)

I'd recommend against any of those choices.

  • Puppy Linux: It's a solid live boot environment but it's not really ideal in comparison to the major distros on a permanent install.
  • Alpine Linux: Since it uses musl instead of glibc, you're likely to run into problems
  • Linux from scratch: Going through LFS is a great way to get a solid understanding of Linux, but unless you want to spend more time maintaining your system than using it, it's going to be a frustrating experience.

Try one of the distros others have suggested.

Edit: I checked the specs on that hardware and yeah that's going to struggle. Maybe Alpine would be ok. It's fairly easy to spin up and might be fun to play with on that hardware. You'll probably want a fairly large swap if you're planning on using a desktop environment.

[-] eager_eagle@lemmy.world 8 points 7 months ago* (last edited 7 months ago)

It seems your machine has 4GB of RAM, in which case you can run KDE (for example) quite comfortably and don't necessarily need a lightweight-focused desktop environment. So I'd say to go with a popular distro, as the other comment suggested, and not a niche one. Then pick the DE you like from videos/screenshots.

[-] bizdelnick@lemmy.ml 7 points 7 months ago

You can install any general purpose distro (debian, opensuse or one of that others suggested) with a lighwwight DE (LXQT, Xfce, MATE) and it will work well. However when you run a browser and open several tabs with heavy websites it will become very slow. It does not matter what distro you use. You need 8G+ of RAM for comfortable web serfing nowadays.

[-] KISSmyOS@lemmy.world 7 points 7 months ago

Puppy Linux is mostly focused on tiny install size (<300MB), built from source and hasn't had a new version in over 3 years.
Alpine is even more minimalist and designed to run on embedded devices or in containers.
Go with a desktop-oriented or general purpose distro instead.

[-] AlternatePersonMan@lemmy.world 4 points 7 months ago

My Linux knowledge isn't what it used to be, but I believe you can easily make a thumb drive with a bootable distro. I would recommend taking whatever you choose for a test drive before you wipe a working system. That way you can see if there's any weird stuff that doesn't want to work.

[-] a_fancy_kiwi@lemmy.world 3 points 7 months ago* (last edited 7 months ago)

Since it’s your first time, my first suggestion is to try Xubuntu (Ubuntu with XFCE desktop) or Kubuntu (Ubuntu with KDE desktop and generally more popular than Xubuntu). Both distributions are lighter on resources and they have an Ubuntu base which means there’s a ton of documentation online so if you run into problems, you will have plenty of resources.

Alpine is small for sure but it is more niche and it doesn’t use systemd which most major distributions use which means if you happen to run into weird issues, your pool of resources will be smaller. Don’t get me wrong, Alpine is great but I wouldn’t recommend it for new users. I don’t know anything about Puppy Linux; maybe it’s fine?

If your machine can’t run Xubuntu or Kubuntu, then worry about trying more niche distros like Alpine or Puppy.

If you run into issues, feel free to ask questions. The community is generally nice but you’ll want to try fixing it yourself first and then including what you tried in your post to get a better reception.

Embrace the terminal. It’s daunting at first but it’s such a powerful tool. Don’t use sudo with every command. Don’t paste random command in the terminal without doing a little research to understand what they do. Again, ask if you need help, you won’t learn everything overnight.

Good luck!

Edit: Linux Mint is also probably a good choice. Never used it myself but I’ve heard good things.

[-] thisNotMyName@lemmy.world 3 points 7 months ago

I struggled with Kubuntu as newbie (coming from Windows) - Mint was easier for me and I sticked with it (Cinnamon in my case, but my laptop is more powerful)

[-] a_fancy_kiwi@lemmy.world 3 points 7 months ago

I appreciate what KDE is doing with their DE, I’m glad it exists but it’s not for me either. I only suggest it because it’s surprisingly light on resources for the amount of customization options you get.

[-] Maoo@hexbear.net 3 points 7 months ago

Different distros are better for different things. For example, some require give you more control over the OS but are more difficult to learn, or require learning more things at once. Others will be easier to try out but may make choices on your behalf that you don't like - or distribute software in ways you don't like.

Linux from Scratch will have a fairly steep learning curve. Nothing wrong with that, but you'd want to prepare yourself to be cool with things breaking or not making sense for a while.

Puppy Linux is minimalist, which is something people usually only want after they've tried out something else that's not minimalist. I would recommend trying out something more general-purpose and try out different desktop environments and applications first.

[-] bbbhltz@beehaw.org 2 points 7 months ago

If you go with Alpine, the general setup instructions should be OK and similar to other distros.

Get the image on a USB, boot from USB, run setup-alpine and choose system-disk mode. Possibly encrypted if you think you need that.

After install you'll be dropped to the terminal again.

There are some post install notes here https://wiki.alpinelinux.org/wiki/Installation#Post-Installation but you can run setup-desktop and get it to install a usable Xfce desktop, for example.

The LXQt DE is a good choice for older devices. The wiki has a guide for it but needs a slight update. It should still work but may require switching to edge.

Puppy Linux is a fine choice too if your computer is a little on the old side. Lite, Peppermint, Trisquel, antiX, and a slew of others are worth looking at.

[-] NOOBMASTER@lemmy.ml 1 points 7 months ago

Try Zorin OS, it has cool design, and is pretty stable because it has an outdated kernel and stuff.

this post was submitted on 30 Nov 2023
32 points (92.1% liked)

Linux

45418 readers
1878 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