There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

ninjaturtle , in How can I easily and conveniently transfer files wirelessly between my linux computer and android phone?
@ninjaturtle@lemmy.today avatar

Check out LocalSend. App that let you send things over local WiFi. No server required.

sloppy_diffuser , in How can I easily and conveniently transfer files wirelessly between my linux computer and android phone?

I use rclone and the Round Sync Android client.

Supports a ton of back ends, self hosted, and commercial options. You can transparently encrypt with private keys you control.

I personally use B2 Backblaze for storage.

My phone backs up every night and Round Sync pushes them to B2. On my desktop I can mount as a volume. I can also access my storage from my phone going the other direction.

I’ve done the same using SFTP if I don’t want the overhead of persistent file storage.

It does not support indexing or previews for searching or finding say a photo. You can put whatever you want for data. So I have caches, indexes, and thumbnails that work in Linux. I can’t really make use of those on my phone though.

Rclones bisync feature is also a bit dangerous when I tried to use it a year ago. I more than once “deleted” everything. B2 doesn’t delete by default, just hides, so I was able to recover. I now do unidirectional syncs from my machines to different buckets until I’m motivated to investigate a proper 3-way merge solution.

AbidanYre , in Linux distro for an ancient Pentium PC

Tiny Core would probably run on it.

I have it on a PII 333MHz with 192MB of RAM from 1999. It grinds to a halt if I try to open pretty much any modern website though.

GolfNovemberUniform OP ,
@GolfNovemberUniform@lemmy.ml avatar

I just checked it and it seems to be an independent distro. Does it have a repo or do I have to compile everything I want to install?

AbidanYre ,

It has a repo with programs you can install. The selection is fairly limited though.

wiki.tinycorelinux.net/doku.php?id=wiki:install_a…

That computer is in the basement and I’m not having any luck finding a list of what’s available.

GolfNovemberUniform OP ,
@GolfNovemberUniform@lemmy.ml avatar

Hmm I can’t find a browseable repo so idk if there’s anything useful for it but I might check it out. Thanks

qprimed ,

the repos are browsable inside the package manager - I would imagine they are browsable outside as well, but I have never had cause to do so.

honestly, give tinycore a shot. fire it up in a VM and take a look around - it really is an amazingly useful distro.

GolfNovemberUniform OP ,
@GolfNovemberUniform@lemmy.ml avatar

My main Linux machine is too slow to run a VM of any kind

qprimed ,

understood. tinycore is a live installable distro, so you can still test it on bare metal.

pick the GUI flavor and kick the tires for a while.

superweeniehutjrs ,

If you do compile something, it is very easy to make it an installable package you could share. I’m not sure how the repos are managed

cocolopez , in Linux distro for an ancient Pentium PC
@cocolopez@lemmy.world avatar

Void with Xfce has done wonders to my atom cpu with 2 GB of ram. Also iceWM has seen a new release that might worth checking

GolfNovemberUniform OP ,
@GolfNovemberUniform@lemmy.ml avatar

Void doesn’t support the CPU architecture of that machine

nossaquesapao , in Linux distro for an ancient Pentium PC

A long time ago I tried to run multiple distros in live mode on it and got only one (Puppy) to work. Display, sound, ethernet and pretty much everything worked fine. GPU seemed to be an issue though because NVidia and I couldn’t install the driver (it was skill issue and I think it’s possible to do). But now it doesn’t work for some reason.

Puppy linux has 3 versions, based on different distros. Maybe you tried one version back then, and now a different one?

GolfNovemberUniform OP ,
@GolfNovemberUniform@lemmy.ml avatar

I know and I think I tried the same version

fpslem ,

Puppy was going to me my suggestion too, before I read that you’d already used it. Maybe try some of the other versions? If you used a Debian- or Ubuntu-based Puppy, you could try a Slack-based one, or vice-versa. Puppy’s organization is a little confusing, in my opinion, but it does give a user some options. You also might try some of the “puplets” that aren’t official Puppy distros but are part of the Puppy family.

puppylinux-woof-ce.github.io/family-tree.html

TheAnonymouseJoker , in How can I easily and conveniently transfer files wirelessly between my linux computer and android phone?
@TheAnonymouseJoker@lemmy.ml avatar

KDE Connect

kurumin ,
@kurumin@linux.community avatar

This

Diurnambule ,

Double this

Kristof12 ,
@Kristof12@lemmy.ml avatar

Owncloud

Diurnambule ,

Why the down vote ? Does KDE connect have hidden flaw ?

retrieval4558 ,

Because losers here use downvotes to mean “I disagree”

Diurnambule ,

Ho I see. Thanks for your answer

refalo ,

Unusably buggy for me… always has been.

possiblylinux127 , in How can I easily and conveniently transfer files wirelessly between my linux computer and android phone?

Localsend

Telorand , in Linux distro for an ancient Pentium PC

Dunno if it would work or not, but I wonder if a minimal NixOS install would work.

GolfNovemberUniform OP ,
@GolfNovemberUniform@lemmy.ml avatar

I think it’s easier to write your own kernel from scratch than learning how to install something in Nix lol

Telorand ,

It’s not that bad 😆. But there’s definitely a learning curve, something I’m working on figuring out myself, at the moment. There’s some practice guides, but it’s certainly a unique beast.

Dirk , in Linux distro for an ancient Pentium PC
@Dirk@lemmy.ml avatar

Maybe let go of this ancient hardware? Seriously: Get a Raspberry Pi (or whatever SOC computer is the latest trend) and install whatever distribution you want. You get 100x the performance for 100x less power consumption. It’s great to reuse old hardware and all, but THAT old?

GolfNovemberUniform OP ,
@GolfNovemberUniform@lemmy.ml avatar

It’s just for experiments and learning. Why judging? Also a Pi is like $100 here and it is a big deal for me

ashaman2007 , in Linux distro for an ancient Pentium PC

Looks like a whole bunch of conversation about this topic can be found here:

…stackexchange.com/…/which-linux-or-bsd-distribut…

turbowafflz , in Linux distro for an ancient Pentium PC

Perhaps openbsd or netbsd? They’re probably less likely to drop hardware support for your device in the near future than any linux distribution

Freebsd is also an option but you would have to compile it yourself as the prebuilt binaries are currently 686 despite it having support back to 486

GolfNovemberUniform OP ,
@GolfNovemberUniform@lemmy.ml avatar

BSD is an option but I heard it’s slower and idk anything about how it works and how to install it

turbowafflz ,

I’ve never noticed BSDs being much slower, and if you’re already used to minimal linux distros like arch it’s not that hard to set them up unless you like need linux-only software.

GolfNovemberUniform OP ,
@GolfNovemberUniform@lemmy.ml avatar

I meant slower in terms of any rendering (web, 3D or anything else). And I’m only used to graphical DEs. I installed Arch via archinstall a few times and had a minimal Debian server with nothing except ssh working but that’s about it

turbowafflz ,

You definitely can install a graphical desktop on whichever BSD, you’ll just have to follow instructions online somewhere instead of running a premade script.

If you want something really easy to use graphically right out of the box there’s also Haiku, it’s a completely independent OS that’s sort of an open source clone of BeOS but a lot more unixy than BeOS was. It’s really lightweight and has maybe my favorite desktop GUI out of every operating system I’ve used. The only real downside to it is that there isn’t an amazing web browser for it yet, the built in WebPositive is a little lacking in support for modern sites and GNOME Web, which you can install from HaikuDepot was a little unstable last time I tried it. If you don’t need to use the web a ton though (which is probably the more pleasant option on your particular system regardless of browser), it’s really nice.

hagar ,

Your mileage may vary for performance. It really depends what OS and what hardware. In my experience saying all BSDs are slower at rendering would be too broad a statement.

If you’ve done Arch and Debian server installs, you’ll be fine installing a major BSD. Just answer prompts and you are done, particularly if you are using the default disk partitioning scheme. Consider NetBSD. It’s known for its wide hardware compatibility. X is pre-installed, just “startx”.

Pacmanlives ,

Not sure where you have heard they are slower. Most of my experience has they are faster but I will say BSD kind of sucks on a laptop.

I would see what’s supported and then run something like Fluxbox as your WM

cyborganism , in Linux distro for an ancient Pentium PC

Technically, Ubuntu supports it’s LTS versions for something like 12 years I think?

Anyway, you can get Ubuntu 14.04 LTS still with the i386 32bit ISO.

www.releases.ubuntu.com/14.04/

I personally would install that and install something like FVWM95 or Blackbox WM or some other ancien desktop environment.

ipacialsection , in Linux distro for an ancient Pentium PC
@ipacialsection@startrek.website avatar

Damn Small Linux is a recently resurrected distro made specifically to run on old 32-bit PCs. You probably won’t be doing much web browsing or gaming on this device, but you should at least be able to get it to function

IsoKiero , in Photo manager that deals with RAW and JPG together?

Geeqie is a quick one to go trough photos and it groups RAW+JPG as a single item on preview, so even a few hundred photos are quickly ran trough with just a keyboard. I’m not sure on how well it manages tags as I don’t use it for tagging, but it’s most likely in your distros repository so testing it out is quick.

hagar , in Linux distro for an ancient Pentium PC

Consider antiX. It’s very lightweight, supports 32 bit and you’ll have access to the Debian Repos.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines