this post was submitted on 16 Jun 2023
16 points (100.0% liked)

Linux

49799 readers
981 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
 

So i have a bunch of pc's/laptops/computers and such that my family members refuse to depart with even though there really bad. so far they mangae to keep 4 bulky computers in total, we do have some new-ish ones but theses ones im talking about need some loving.1 computer is 32 bit and has 2gb of ram, the other 3 have 64-bit and range from 1gb of ram- to 2 and one of which has only 75 space hardrive.

are there any linux distros that might work becasue im a noob who uses windows so im very lost. any tips or suggestions or something would be great.

also if im posting in the wrong plac eplease let me know in the comments.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 years ago* (last edited 2 years ago)

One more thing:

Before going forward:

  • if they use windows applications (TurboTax or some specifically windows game downloaded from steam or the like) make sure to download appropriate compatibility apps.
  • proton for games, wine for apps
  • make sure to back up any important files to a USB or some other media before starting so nothing important is lost in case of mistakes

Here's starting commands to run after an install:

sudo apt update && sudo apt upgrade -y

sudo shutdown now -r

sudo apt update

sudo apt install wine winetricks proton vlc

With that you should get a nice start (will edit if formatting is weird)