theit8514

joined 2 years ago
[–] [email protected] 5 points 5 months ago (1 children)

1000 mbps is the theoretical limit of the line. You will typically lose a little bit for things like TCP overhead.

Link bandwidth (Mbit/s): 1000
Max achievable TCP throughput limited by TCP overhead (Mbit/s): 949.2848
[–] [email protected] 57 points 5 months ago (1 children)

Found some documentation listing the two middle switches as the rounding switch (up fraction down) and the decimal switch (auto? 0 to 6 then hex?). No idea on the other two.

http://www.calcuseum.com/SCRAPBOOK/BONUS/32853/1.htm

Decimal switch: [A-0-2-3-4-6-F], Round switch: [(ArrowUp)-5/4-(ArrowDown)], Miscellaneous switch: [(Blank)-K .-(Sigma)],

[–] [email protected] 3 points 5 months ago

Here's a snapshot of the memory of a running live cd of Ubuntu. I ran a script to load 0123456789abcdef over and over and it's clearly readable. Nothing special is required for this, as the Hypervisor has access to anything that the VM does. If the VM loads the encryption key for your disk into memory it will be available to the provider.

[–] [email protected] 6 points 5 months ago (1 children)

Dunno what rock you were hiding under but this is absolutely possible in a hosted environment. There's even ESXi documentation on how to do it. Taking a snapshot can be detected, but can't be prevented. These memory dumps can include encryption keys, private keys (such as SSL certificates) and other sensitive data.

Unless you can physically touch the drive with your data on it, I would not store any sensitive data on it, encrypted or not.

[–] [email protected] 10 points 5 months ago (1 children)

A better way to do this would be to use the overlay filesystem which will use some of your RAM to hold temporary files written to the partition. When rebooting the system will start over from when you enabled the overlay filesystem.

https://learn.adafruit.com/read-only-raspberry-pi/overview

[–] [email protected] 8 points 6 months ago

The DNS-01 challenge can be used to generate a wildcard by creating the requested dns record in your public dns zone, then you can use that cert for internal servers/dns. With certain dns providers it can even be automated.

https://eff-certbot.readthedocs.io/en/stable/using.html#third-party-plugins

[–] [email protected] 1 points 6 months ago (1 children)

While this is a great writeup on Lemmy instances, the thread was specifically about Mastodon and it's numerous forks. I believe they use the same tech but are vastly different things. The instance I found wasn't quite Mastodon apparently, even though it works very similar and the app designed to connect to a Mastodon instance wouldn't connect to it.

[–] [email protected] 0 points 6 months ago (3 children)

I've been looking for a new instance to join due to various reasons. Ended up setting up and account somewhere and spending 2 hours manually copying over various settings only to find my Moshidon client won't even connect with that new instance. Normal people are just going to quit when that happens.

[–] [email protected] 2 points 7 months ago

Rhem is a myst-like which will probably require multiple journals.

[–] [email protected] 7 points 9 months ago* (last edited 9 months ago)

Pretty sure there's not a per-domain setting for that. If you have HTTPS-Only Mode turned on in the settings it will always try to use HTTPS first and present a warning before switching to HTTP.

If you want to continue using HTTPS you can setup your own CA certificate to sign certificates for your .LAN domain names. All you need to do then is add the CA certificate to your trusted certificates in Firefox and the signed certificate to the device hosting the HTTPS service.

EDIT: TIL there an exclusion feature. Neat. I didn't see this on Firefox for Android though. https://support.mozilla.org/en-US/kb/https-only-prefs

[–] [email protected] 3 points 9 months ago (1 children)

Not sure if this is new in 14, but you used to have to select an app first, then select the contact in that app. Now apps can present the contacts to the share menu directly so no double tap. Funnily enough, Google Chat was the last app on my phone to support this feature.

[–] [email protected] 3 points 10 months ago (1 children)

You mentioned ping. If you're using Termux you may need to manually update its DNS settings (different from the system DNS). The file is /data/data/com.termux/files/usr/etc/resolv.conf

To make it roam you probably want your home dns first then some internet resolvers after that.

view more: ‹ prev next ›