You could also downvote on the desktop site by using the RES keyboard shortcut
You could also downvote on the desktop site by using the RES keyboard shortcut
I think early CD-ROM drives with proprietary interfaces were basically never bootable unless there were controller cards with option ROMs and I’ve never seen one.
These drives were from the early 90s, so that wouldn’t have been the reason why Windows 2000 could use a boot floppy - maybe some computers had SCSI drives connected to controllers that only supported booting from hard drives
Older OSes did that, but modern ones usually just do the equivalent of format /q in DOS (write new filesystem metadata only, don’t check for bad sectors)
It should be possible to detect non-ads by downloading different versions of the audio file and checking which sections are identical, but you’d need some way of detecting transitions between sections.
If the ads use a voice actor who doesn’t talk on the podcast, maybe you could try to detect that.
The problem with that is that comments that are removed by moderators behave the same way - that might actually cause legal problems if someone posts something that you’re obligated to remove instead of just hiding it
That has nothing to do with federation - I can still read deleted comments that other users of my instance posted in local communities
In the 2000s, some electronics stores where I lived had “jukeboxes” with headphones and a barcode scanner, so you could listen to 30-second snippets of the songs on an album before buying it.
It should always cause a syntax error if the code contains } else
.
You only need mount points in each distro for partitions that you want to be able to access from that distro. If you don’t need access to your Arch system files from Debian, don’t mount the Arch partition in Debian.
But if you have a partition that you want to access from multiple distros, you don’t need to use the same mountpoint in each distro - just like a USB flash drive can be E:\ on one Windows computer and H:\ on another - that is just a name and the files on it are the same.
Mount points are specific to one install - for example, you can mount your Manjaro root partition as /mnt/manjaro on Fedora. From every distro’s perspective, the partition it is installed on is /.
You seem to be mixing up the locations of partitions and mount points - a partition is somewhere on a disk and a mount point is basically a sign that points to it, and every distro can have different signs that point to the same thing.
You can only mount one partition at one mount point, but any empty directory on one partition can be a mount point for another partition.
GPT is a partition table and is not used for Linux specifically, but on any computer with UEFI - it defines how to find partitions on a disk, but not how they are formatted.
ext4 is a filesystem - formatting a partition with ext4 means creating data structures that tell the OS where to find files and directories in the partition.
It’s similar to how drive letters work in Windows: the partition you installed it on is C:\ and you can assign any other letter to any other partition.
On Linux, the partition you installed it on is / and you can mount other partitions in any empty directory.
Usually you create an entry in /etc/fstab that tells the system which partition should be mounted where. I’d do that in each distro once you have installed all of them.
If you install your first distro without creating any partitions manually, the installer will probably create an EFI partition. Maybe it wouldn’t need to create one on your specific system, but it will probably do it anyway.
You can create dedicated partitions for /home, but unless you know why it makes sense in your specific situation, you shouldn’t.
The data partition is just another partition that you can mount somewhere, for example /mnt/storage.
If the installer doesn’t automatically create an EFI partition, you can create a small FAT16 or FAT32 partition (a few hundred MB should be enough).
The swap partition is just a swap partition - that is the partition type you select in your partitioning tool.
The storage partition can be any format you want. If you don’t need to access it from Windows, just use ext4.
Mount points are similar to drive letters, but more flexible. You can read these Wikipedia articles: https://en.wikipedia.org/wiki/Mount_(computing) https://en.wikipedia.org/wiki/Fstab
The order of the partitions shouldn’t matter - usually the EFI partition comes first if there is one at all, but as far as I know that isn’t actually required.
There are no BIOS partitions - you may be confusing the term with the BIOS partition scheme, but that doesn’t matter in this context “BIOS partitions” do exist, but they are irrelevant on modern machines - they are for booting GPT disks on systems that only support MBR disks.
If you need an EFI partition, the first installer will create one. As for the sizes, the recommendation in the other comment makes sense to me (one ≈60 GB partition per distro, one swap partition and one partition for your personal files that uses the remaining space on the disk).
Searching for “MOVfuscator” results in this: https://github.com/Battelle/movfuscator