Steve Litt via plug on 19 Oct 2024 23:39:00 -0700
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] Recommendations for an OS that will run on 256MB laptop
|
- From: Steve Litt via plug <plug@lists.phillylinux.org>
- To: plug@lists.phillylinux.org
- Subject: Re: [PLUG] Recommendations for an OS that will run on 256MB laptop
- Date: Sun, 20 Oct 2024 02:38:52 -0400
- Arc-authentication-results: i=1; rspamd-75d86777c9-55c8x; auth=pass smtp.auth=21tnwsjmfw smtp.mailfrom=slitt@troubleshooters.com
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=mailchannels.net; s=arc-2022; t=1729406334; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=KZoX0FZ2xyMqL1qfj7DmOwQ57AhoLLAK9vkhDBoN+Po=; b=499nY7Zwa7DfIUOaT6mMl9WZG/XYBiSZa5a4hCqWKaN8hGf01YY+OKSKHqIXcCNJ3HKNNL pCareDhaUJsRp9xq+3W2w+1KUDNSmMQPVXqSJ03+VutG91hRDANRuYyvXwqyhmpH8GsU4s 9g4vj/ucIHL69/7jaA9w0+sxXVv24mt+AzSmQZ2RcdA7g0qNGXxndpHPH/XVYIPdDDRMiC 6Lrb3U0HbcPD/7u8HS9gjfRn//CI7uV//NHJOml4B+/yRM9lzc8hyYMvSUPoPWE7R/55vO 6tQxqAsTwSTdk5uoK0AwpCGuwnnOgTgvy75W9c4zduJUiQepSBfz7PBEXuBh8A==
- Arc-seal: i=1; s=arc-2022; d=mailchannels.net; t=1729406334; a=rsa-sha256; cv=none; b=Psa5gxBR2bA/1z4Ctos0HQzEHsr8qIGjGCRJPBXtEaUb3vvspKjzz/+BNZ2tyP+oInSdye 0l2hx/fB95zZ9UBUOlwokG5ZYxiHs0qb0AFPZ4PWcTxMfl5G03mIvU6zC5Vj/EuXdYeHHp Dng3Busi96qBsirJVuPy394cZ0jEO/Eu7I2bRIs8rHroX7h+UiIOUbemr+0wDLD+Srdv4y b1gIVPNC4KiBINcN3NwqOdr1LywGMnx0/svlKIby70huur9pZ7ebTHEOJRE4/ekyU9Itvp lNZ5oRbx5fh5/ownByfXtwl5gbhQsNCUyyDyceMSbCpESYytHlRPKNNBhD5QCQ==
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=troubleshooters.com; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:To:From:Date:Sender: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=KZoX0FZ2xyMqL1qfj7DmOwQ57AhoLLAK9vkhDBoN+Po=; b=iNQkZ3ugRqeInAomVlTelVzPOc 5osD7G7Bvm29WF9reuLyxTqHuqiLpEj1oIN5fVr5R7QiNSjiKUMEwng76F8kFRUXmbQXXTTBUv2lK j2PBLaJNZK3RnG+WNy5Wun1V3xpuoBdZQhYIS5pkqXvTc2hEwlRWPlsJMDPmEYX/538k1T5ZGSTR0 7GKcA2lcAmeN6b0eBALpiXgaUtH20UPTUPrZkJlZuAa4oet3CEHWpdQel3Mlg77WfHXAuqoG2NyaX JCuC3vB92NydGjfP+0KYlIgJ2bwAjzFaKYpZiL4S+Gg7/yWULoH4S+DEzobJB2msgtc8BxQqQSV11 3TH6C1vQ==;
- Reply-to: Steve Litt <slitt@troubleshooters.com>
- Sender: "plug" <plug-bounces@lists.phillylinux.org>
Steven Grunza via plug said on Wed, 16 Oct 2024 09:08:11 -0400
>I am looking to use an old laptop for a proof-of-concept project. It
>needs an OS but only has 256MB of system RAM, which is the maximum the
>machine will hold. It originally ran Windows TabletPC (basically
>WinXP).
>
>I was thinking of trying Slax but the recommendation is 512MB minimum
>for Slax.
>
>It would basically be a programming station with WiFi or Ethernet
>connection to report results/statistics using a USB connected
>programming pod and a USB connected barcode scanner.
>
>Any suggestions as to a Linux (or BSD) distribution that would work
>with only 256MB?
I think pretty much any Linux distro that doesn't force all sorts of
junk on you should do the trick. In other words, not Ubuntu, Mint, or
all those other "training wheels, all GUI all the time" distros.
I don't know whether or not systemd consumes much RAM, because I don't
use systemd and I have 64GB of RAM on my daily driver.
Why not take a well provisioned system and install various distros on a
256MB Qemu VM? Besides all the other fine Linuxes and BSDs recommended
in this thread, try Void Linux. Install just the core, which is all
command line. Then if you want GUI, install xterm, then X, then
[openbox | jwm | IceWM | etcetera ]. I have no idea whether Wayland
uses less RAM than X.
If you must install a browser, something like vimb limits your
footprint. Stay away from mainstream browsers.
Another thing you might try is Plop Linux. It says it can run in 64MB.
https://www.plop.at/en/ploplinux/index.html
SteveT
Steve Litt
http://444domains.com
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug