bizdelnick

joined 1 year ago
[–] bizdelnick@lemmy.ml 28 points 9 months ago* (last edited 9 months ago) (4 children)

I wonder if Matt calculated CVSS score before calling this vulnerability "critical".

[–] bizdelnick@lemmy.ml 1 points 9 months ago (1 children)

Defaults are the default settings of your firewall (netfilter in linux).

[–] bizdelnick@lemmy.ml 7 points 9 months ago

What exactly has updated? Kernel? Have you tried booting the old kernel?

[–] bizdelnick@lemmy.ml 1 points 9 months ago

DNS leaks don't depend on what VPN protocol you use. They only depend on how you configure your DNS resolver and routing.

[–] bizdelnick@lemmy.ml 2 points 9 months ago (1 children)

You don't need a regex for that, you can write \( -name '*.mp4' -o -name '*.mkv' \).

[–] bizdelnick@lemmy.ml 24 points 9 months ago (5 children)

TL;DR: rm calls the unlink syscall and the author wasted a lot of time to find this out and even more time to describe this.

[–] bizdelnick@lemmy.ml 4 points 9 months ago (3 children)

Regex is not the most oftenly used feature of find. Have you already learned how to use -exec, -delete, -print0 together with xargs?

[–] bizdelnick@lemmy.ml 2 points 9 months ago

It is possible to boot from a single partition, USB live images work this way. But regular installation that OP wants to clone likely has a separate partition.

[–] bizdelnick@lemmy.ml 2 points 9 months ago* (last edited 9 months ago) (1 children)

I guess, she meant copying not files but block devices, like cp /dev/sda1 /dev/sdb1. With GNU cp this indeed works similar to dd.

[–] bizdelnick@lemmy.ml 1 points 9 months ago (1 children)

What usually specified in fstab and other configs are FS UUIDs, not partition UUIDs. They are kept when cloning with dd.

[–] bizdelnick@lemmy.ml 3 points 9 months ago* (last edited 9 months ago) (2 children)

One partition is not enough. You also need to copy a EFI boot partition and create a correct partition table manually. And note that you cannot get a correct result when partitions you are copying are mounted. You need to boot some live system to do this.

[–] bizdelnick@lemmy.ml 3 points 10 months ago* (last edited 10 months ago)

If you want to sort audio files by metadata, try easytag.

view more: ‹ prev next ›