[-] dragonfly4933@lemmy.dbzer0.com 18 points 1 month ago

A ton of people using github barely understand the different between github and git and often think they are the same thing or that github and git are somewhat related more than they really are.

[-] dragonfly4933@lemmy.dbzer0.com 11 points 1 month ago* (last edited 1 month ago)

You could use a custom XferCommand command per PACMAN.CONF(5) with wget using -6

Something like this might work:

XferCommand = /usr/bin/wget -6 -c -O %o %u

[-] dragonfly4933@lemmy.dbzer0.com 19 points 2 months ago

I would advise just creating ~/.bin or ~/.local/share/bin and dropping it in there. As long as you have permission to that directory, yt-dlp should be able to easily update itself.

[-] dragonfly4933@lemmy.dbzer0.com 44 points 2 months ago

I was very against Biden dropping out, but i think this is a pretty good point. I think it is still very risky for her to run due to race and sex discrimination, but it might not be a predetermined loss at least.

[-] dragonfly4933@lemmy.dbzer0.com 13 points 1 year ago

If you were willing to spend money, why not just get it from RH directly.

DNS vc is used for any dns request, not just zone transfers. UDP can sometimes fail in some situations, in which case the client will fall back to TCP which will keep it working.

[-] dragonfly4933@lemmy.dbzer0.com 35 points 1 year ago

It's basically how widevine works. The hardware "secure" boots the OS, and the OS only loads signed code. And there is a chain of custody all the way to the hardware, so the software that communicates with the server can attest that it is the same as what they expect.

The simple explanation is that they wish to further erode property ownership by the proletariat by locking down operating systems such that they can't do as their owners wish, but only what the corporation wants.

[-] dragonfly4933@lemmy.dbzer0.com 28 points 1 year ago

Insurance doesn't work very well for things like hurricanes. When big events happen that cause large percentages of their policy holders to file claims at the same time, it results in large payouts which causes increases in price. When prices go up, people don't insure. This combined with the fact that florida gets hurricanes means prices for insurance are high.

Maybe the state could help by introducing laws to help combat insurance fraud, but that could lead to consumers getting fucked by their insurance companies.

22
submitted 1 year ago* (last edited 1 year ago) by dragonfly4933@lemmy.dbzer0.com to c/linux@lemmy.ml

I am currently looking for a way to easily store and run commands, usually syncing files between two deeply nested directories whenever I want.

So far I found these projects:

Other solutions:

  • Bash history using ^+r
  • Bash aliases
  • Bash functions

What do you guys use?

Many ISPs are no longer handing out even 1 public ipv4 address per account, and instead opting for CGnat which further breaks and stratifies the internet.

Tmobile for example is 464xlat which is even worse than cgnat since it requires tampering with dns responses.

Given the situation many ISP are in, most serious companies offering services on the internet have supported ipv6 for a long time now in order to offer the most competitive service possible. And with cloudflare now serving up a large amount of traffic, a lot of all traffic is v6.

Believe it or not, but IPv6 is here and gaining ground.

[-] dragonfly4933@lemmy.dbzer0.com 13 points 1 year ago

BitTorrent v2 allows this also. In v1, torrents with multiple files are hashed continuously (cat) together without respect to file boundaries. A side effect of this that many people notice is that to grab a specific file may require downloading some of the files before or after the one you want.

Under v2, each file is hashed separately, so this fixes the aforementioned problem and should allow sharing of files across torrent files.

[-] dragonfly4933@lemmy.dbzer0.com 40 points 1 year ago

Wouldn't advise turning off ipv6. We are probably getting near the point where some public services will disable or offer v4 as only best effort, and when this happens, your connectivity will be broken for certain things if you disable v6. Heck, it's to the point now where all my home hosted services are v6 only.

The better solution is to just get a VPN that supports ipv6 like airvpn or mullvad. I think pia disables ipv6 while the tunnel is up, which is better than disabling ipv6 altogether.

To validate the tunnel is working properly you can use something like this.

https://ipleak.net/

There is also a Torrent Address detection section, that when you activate it, will provide a magnet link that will show your ip to ensure that it is tunneled properly.

[-] dragonfly4933@lemmy.dbzer0.com 19 points 1 year ago

DNS doesn't really matter for piracy, but it can help improve privacy and security.

DNS over TLS will ensure all your dns requests are encrypted, and most clients actually validate the certificate so attempts to hijack the connection are not easily possible.

Firefox can bypass your systems DNS and use DoH. I think windows also supports DoT.

For Linux, systemd networkd and resolved also support DoT.

Keep in mind that some software does not obey system dns settings and can do their own DNS.

view more: next ›

dragonfly4933

joined 1 year ago