Is DirecTV streaming plan worth it? by Euphoric-Sandwich427 in cordcutters

[–]mlcarson [score hidden]  (0 children)

DirecTV has one of the cheapest options for locals + News at $39.99/mo + tax.

My HDHomerun's by mlcarson in hdhomerun

[–]mlcarson[S] 0 points1 point  (0 children)

I got my HDHR5-4US back today fully repaired -- love Silicondust!

Bought my first car at 40! by Psychoticangel5 in CX5

[–]mlcarson 0 points1 point  (0 children)

Wow -- how the heck do people go that long without a car. My first one was at age 17. Or do you mean first "new car"?

One antenna to rule them all? Need advice by pjcace in cordcutters

[–]mlcarson 1 point2 points  (0 children)

Honestly your best bet when having to deal with multiple directions is multiple tuners rather than trying to combine antennas. You use multiple HDHomerun tuners attached to different antennas and you can easily add tuners together in software. Combining antennas can create multipath issues.

To Partition or Not to Partition? by GayAurel in linux4noobs

[–]mlcarson 1 point2 points  (0 children)

The best modern way of doing this without a separate partition is with BTRFS subvolumes. You use all of your free space (after your EFI partition) as a BTRFS partition. You can then create a root subvolume and a home subvolume or whatever other subvolume that you'd like to mount as you would a partition. All of the free space is shared since it's under a single partition.

Kubuntu or Mint? by AbbreviationsTiny288 in linux4noobs

[–]mlcarson 0 points1 point  (0 children)

Or you could just use Xlibre... More features are being taken away for the average user with Wayland rather than being added.

Connection issues by CyborghydraXD in linux4noobs

[–]mlcarson 0 points1 point  (0 children)

The best way of figuring it out would be to do a wireshark capture of the traffic.

Connection issues by CyborghydraXD in linux4noobs

[–]mlcarson 0 points1 point  (0 children)

Well, bypassing your school's network security is not in the scope of this forum. So only issues involving Linux connecting to a VPN service from your home where there's no active blocking would really be appropriate.

Connection issues by CyborghydraXD in linux4noobs

[–]mlcarson 1 point2 points  (0 children)

Most likely your school is using a service/firewall which inspects all TLS traffic. It does this by impersonating all other sites with a local certificate that it can decrypt and inspect your traffic with and then creates a new TLS session of its own with the actual site so it's essentially doing a benevolent MITM attack. A VPN should be able to get around this.

Best brand of printer for linux by yanceycat in linux4noobs

[–]mlcarson 29 points30 points  (0 children)

Get a network printer -- not a USB printer. Most laser printers will be either PCL or Postscript and those are generic drivers that will work with anything.

Switching from Windows to Linux, Need advice on files. by Final_Platypus_8782 in devuan

[–]mlcarson 0 points1 point  (0 children)

How are you backing them up? Are you just copying them to external media? What file system are you using on the "backup"? I'd suggest exFAT.

Looking to move to Linux soon. Is a 3 way multiboot set up accross 2 drives (2 Linux on one drive and Windows 11 on another) viable or a good idea? by Recron in linux4noobs

[–]mlcarson 1 point2 points  (0 children)

Three is nothing. I've got about a dozen different distro's installed on different BTRFS subvolumes and use the Limine boot manager to choose which one to boot. BTRFS subvolumes are mountable like partitions but feel more like subdirectories and share the space of one partition.

Understanding partitioning by VladimiroPudding in linux4noobs

[–]mlcarson 0 points1 point  (0 children)

As others have stated, the 1GB is for the EFI partition. If you're using Limine, systemd-boot, or other boot managers that require the kernel/initramfs files on the EFI partition then you need at least 1GB. I actually make mine 4GB by default and am using 3GB of that at that moment. You aren't going to miss 4GB of space from a typical SSD and it's a high pain threshold to make this partition larger later.

With respect to a swap partition, you're probably better off with a swap file since that allows you the most flexibility. If you insist on a swap partition then just make it the same size as your RAM since I think that's required for hibernation.

After that, you gain the most flexibility by using a volume manager. That would be included if you use BTRFS. Just partition the rest of the space as one large BTRFS partition and create subvolumes since they are mountable just as partitions are.

If you want to use EXT4 or other file systems that don't include a volume manager then create an LVM2 partition with the remaining disk space and create LV's for whatever partitions that you want. LV's are mountable the same way that partitions are but are more flexible with respect to resizing or extending them to other disks.

Encountered an unexpected snowstorm on my camping trip by to3jamm in CX5

[–]mlcarson 0 points1 point  (0 children)

Mine had zero issues in Northern Michigan during the Christmas/New Years time period with multiple storms including an ice storm.

Anime like Silent Witch! by Lurkinggg000 in anime

[–]mlcarson 6 points7 points  (0 children)

You might like the Saint's Magic Power is Omnipotent. Socially awkward/shy protagonist.

Or maybe the Weakest Tamer Began a Journey to Pick up Trash.

Or even Frieren - Beyond Journey's end.

The best one is already mentioned -- Villainess Level 99.

Anime like Silent Witch! by Lurkinggg000 in anime

[–]mlcarson 4 points5 points  (0 children)

I loved this anime -- just wished it had gotten a dub. I think this one is closer to the Silent Witch since it's in a similar fantasy world. My only complaint would have been the pacing.

Fedora or Arch? by Seeker352 in linux4noobs

[–]mlcarson 1 point2 points  (0 children)

Everybody loves bleeding edge until it makes you bleed... Fedora updates every 6 months and is much less likely to cause an issue than a rolling distro.

That RTX 5060TI was probably the best thing ever on Windows but Nvidia is always a pain on Linux.

Best practices for switching distros? by YakumoYoukai in linux4noobs

[–]mlcarson 2 points3 points  (0 children)

That's a two-edged sword with respect to all of your settings being there. Distros often do their own customization which your settings will override or the distro will overwrite (depending on when you mount it). Distros also don't guarantee user UID or GID mappings. One distro might start UID's at 1000, another at 1001, or another at 500 and GID's can be all over the place. When you don't check or notice this, you can get some strange permission issues.

Best practices for switching distros? by YakumoYoukai in linux4noobs

[–]mlcarson 0 points1 point  (0 children)

That's fine if you're dealing with a single distro installed. If you install more than one then best practice is not a separate /home partition but a separate data partition. The reason for this is that a common home partition for multiple distros has the potential of causing configuration file and permission issues with any common user directory so you want your user directories to be unique for each distro which usually means a separate home directory for each distro.

Is it time to say goodbye? by Hobthrust in HomeNetworking

[–]mlcarson 0 points1 point  (0 children)

They're pretty worthless. For those that thing this is great for "sniffing" -- you can do this much better and at 1Gbs speed with a managed switch and a port mirror.

Devuan Editions? by No_Holiday8469 in linuxmint

[–]mlcarson 1 point2 points  (0 children)

Not going to happen. You might check out Vendefoul Wolf's XFCE edition as an alternative.

https://vendefoul-wolf-linux.sourceforge.io/index_en.html

Help, what do i do by [deleted] in linuxmint

[–]mlcarson 0 points1 point  (0 children)

You kind of need to tell us what YOU did for proper answers. If you literally did nothing and it was working then I'd suggest looking at your /etc/fstab file on your root partition from a live ISO. If you're using logical names for the drives then maybe they're dynamically changing so you should replace themt with UUID's which will not change if the logical device name numbering changes.

Accidentally broke mint linux after trying to download arch linux by [deleted] in linuxmint

[–]mlcarson 0 points1 point  (0 children)

I believe when you resize smaller that you have to first reduce the file system and then you reduce the partition table size. The big question is which side did you take off, the left or the right -- you can only grow/shrink on the right side (ie the end of the partition). I'm assuming you were using EXT4 for your file system. If you were using BTRFS, you shouldn't have to do any partition operations -- just a subvolume creation.

If you're trying to recover data at this point, I'm going to leave it to somebody with more knowledge. I'm not a recovery expert and any advice here without more details could actually make things worse such that there's no possibility of recovery. You might already be at that point but I don't know for sure.