this post was submitted on 30 Jul 2023
180 points (100.0% liked)

Fediverse

26737 readers
51 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
 

I had an account on lemmy.one and now the instance has been down for a day or two so I made this new account. I also heard other small instances are dead or disappeared.

So which ones do you think will actually stick around for a long time?

ALSO, does anyone know how to get my subscriptions from lemmy.one and import it here? TIA!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] StrawberryPigtails@lemmy.astaluk.icu 4 points 11 months ago (1 children)

If you don't have an experience using the command line then it's a tad more involved then I can explain in-depth on mobile. Best I can do is give a brief outline.

To start with, wescode/lemmy_migrate is a python 3 script. If you are running windows install WSL (Ubuntu), once you have a command line I am familiar with you will want to download the repository from GitHub to a directory.

You will then need to create a config file called migrate.conf Use the sample provided in the repo under configuration. Edit it to use your information. You can use nano as a text editor.

Then it looks like the command would be something like:

python lemmy_migrate -c ./migrate.conf

Sorry if that is crap help, but I'm not near my computer right now, and don't often use Windows anymore to boot.

PS:

WSL is a program from Microsoft that gives you a mostly functional Linux command line within Windows. None of this is as complicated as it sounds, I'm using more words then strictly necessary to explain things somewhat at beginner level. The most time consuming part of this would be first installing WSL and then installing Ubuntu onto WSL. There are plenty of tutorials on how to do so.

Hopefully someone more familiar with Windows can tell you how to do the same thing from either the DOS prompt or from Windows PowerShell. It's doable, (almost anything is) I'm just not familiar enough with either to walk you through it.

[โ€“] Wu9fee@lemmy.ca 3 points 11 months ago (1 children)

It's confusing for me ๐Ÿ˜… but I will try.

Just search for tutorials based on the key words from my post and you'll get there.

I am sorry for the RTFM post though. Been a rough day and haven't been able to get near a computer to do a better write up for you.