this post was submitted on 03 Jul 2023
28 points (100.0% liked)

Philippines

1609 readers
16 users here now

Mabuhay at maligayang pag-alis sa Lemmy! ✈️


An abandoned community for the Philippines and all things Filipino! 🇵🇭


Started out as a Reddit alternative during the blackout from Jun 12-21, 2023 with over 1k members in just a few days. Fizzled faster than the "I Didn't Do It" kid after a month until it became the internet's Centralia in less than a year.

Image

image


image

Filipino artists whose works were featured on our daily random thread covers.

Image

founded 1 year ago
MODERATORS
 

Welcome to the RD thread!

This is a place for casual random chat and discussion.

A reminder for everyone to always follow the community rules and observe the Code of Conduct.

Image

Mobile apps:

Quick tips:

Footnotes:

  • Daily pixel art courtesy of adroitcell
  • Report inappropriate comments and violators
  • Message the moderation team for any issues
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 1 year ago

Since we're on the topic of moving between instances, I recommend this tool to migrate your subscribed communities from one instance account to another: https://github.com/wescode/lemmy_migrate

For those using linux, btw, you probably don't have install Python3, as it's likely already installed in your system. If you already have git installed, it's even easier.

Here's what I did:

  • Go to whatever subdirectory you want to install lemmy_migrate on. In my case, it's ~/Projects.
  • Go to the repository (linked above) and go to Code and copy the Git HTTPS link
  • Type git clone <url> where url is the link you copied in the previous step
  • Press enter to start cloning the repository
  • Go to the repository directory and edit the config.ini file, putting in your account details.
  • When ready, type python3 ./lemmy_migrate.py -c config.ini
  • Press enter to start the 'migration process'.