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

Philippines

1601 readers
6 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

Daily artwork

Reminders

  • 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
[–] Anaralah_Belore223@lemmy.world 4 points 1 year ago (3 children)

OK lang na mag-dual boot ng Windows at EndeavourOS Linux?

I mean windows for school (mostly they use Windows-exclusive software) and linux for everything else

  • 3GB EFI partition (kasi gumagamit ako ng systemd-boot)
  • 880GIB LUKS-encrypted partition
    • LVM PV na nag-ngangalang vg0
      • root / - 40GB
      • flatpak /var/lib/flatpak/ - 20GB
      • pacman-cache /var/cache/pacman/pkg - 20GB
      • swap - 16GB
      • home - 784 GIB
  • 100GB partition for Windows (strictly for school-related stuffs)
[–] heliosef@lemmy.world 3 points 1 year ago

There's also the option of just using VMs instead of dual-booting.

This is what I use for my work. I have a specific work VM where I have everything Windows-exclusive that I need installed. Saves me the hassle of having to reboot when I quickly need something from Linux or Windows. Or having to deal with broken bootloaders.

There's a tiny bit of a learning curve to managing VMs though, and performance of a VM is of course not up to par running a native Windows installation directly.

For example, you won't be able to record and mix audio because of the latency. I still keep a Windows installation specifically for that.

But for basic connecting to the office VPN, running MS Office, etc., it's alright.

[–] ludwig@reddthat.com 3 points 1 year ago (1 children)

Mukhang alam mo naman ginagawa mo, I'm wondering kung bakit dito ka nagtatanong at hindi sa Linux subreddits? :)

I would suggest though na dagdagan mo pa ng 50GB yung Windows partition mo, mabilis mapuno yun with updates, etc.

[–] decadentrebel@lemmy.world 1 points 1 year ago

May mga Linux experts din kasi dito, although mas marami nung blackout haha.

[–] heliosef@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

By the way, your partitioning seems fine except for the root. It's tough to upgrade rolling releases with that little space.

Although I see that you do have what looks like pacman package cache in a separate partition, so maybe it'll be fine. I don't really have experience separating that directory. And you can resize via LVM anyway.

I'd also consider using a swapfile than a swap partition, but it's not that big a deal.