Darkassassin07

joined 1 year ago
[–] Darkassassin07@lemmy.ca 3 points 4 hours ago

There's also 'lockdown mode' which forces a pin and hides most info from the lockscreen.

Long-press power, then select 'lockdown'. (you may have to enable this feature in settings)

[–] Darkassassin07@lemmy.ca 1 points 1 day ago

Ah, so the Department of Redundancy Department...

[–] Darkassassin07@lemmy.ca 24 points 2 days ago* (last edited 2 days ago) (2 children)

Somehow that posted as an entirely empty comment... Here's what was supposed to be in it:

[–] Darkassassin07@lemmy.ca 14 points 2 days ago (3 children)
[–] Darkassassin07@lemmy.ca 38 points 2 days ago

That and most accounts that use TOTP auth apps, let you bypass/disable them via email 2fa, while also letting you reset your password the same way...

Got access to your marks email? You've got both factors.

[–] Darkassassin07@lemmy.ca 11 points 3 days ago* (last edited 3 days ago) (4 children)

Drone dropped munitions rarely land directly on a soldiers head; rather they land nearby and injure surrounding soldiers with the blast/fragmentation. Without some sort of active aim, this thing will almost never hit, if it even triggers.

[–] Darkassassin07@lemmy.ca 9 points 5 days ago* (last edited 5 days ago)
[–] Darkassassin07@lemmy.ca 16 points 6 days ago (15 children)

What are fucking, types 2 and 3, like?

[–] Darkassassin07@lemmy.ca 28 points 6 days ago* (last edited 6 days ago)

No severance (which you by law are entitled to)

Not when you're terminated with cause.

Committing crimes on the clock is more than enough reason to fire someone. Dudes incredibly lucky he was asked to resign instead of being fired and charged.

[–] Darkassassin07@lemmy.ca 6 points 6 days ago

As of Dec. 6, 10,138,526,722 URLs have been requested for delisting from 5,402,321 domains, indicating a rather small number of sites committing these alleged infringements.

Since when is 5.4 million a 'rather small number'?

 

In the last couple of weeks, I've started getting this error ~1/5 times when I try to open one of my own locally hosted services.

I've never used ECH, and have always explicitly restricted nginx to TLS1.2 which doesn't support it. Why am I suddenly getting this, why is it randomly erroring, then working just fine again 2min later, and how can I prevent it altogether? Is anyone else experiencing this?

I'm primarily noticing it with Ombi. I'm also mainly using Chrome Android for this. But, checking just now; DuckDuckGo loads the page just fine everytime, and Firefox is flat out refusing to load it at all.

Firefox refuses to show the cert it claims is invalid, and 'accept and continue' just re-loads this error page. Chrome will show the cert; and it's the correct, valid cert from LE.

There's 20+ services going through the same nginx proxy, all using the same wildcard cert and identical ssl configurations; but Ombi is the only one suddenly giving me this issue regularly.

The vast majority of my services are accessed via lan/vpn; I don't need or want ECH, though I'd like to keep a basic https setup at least.

Solution: replace local A/AAAA records with a CNAME record pointing to a local only domain with its own local A/AAAA records. See below comments for clarification.

 

I've been using paperless-ngx to consume mail from outlook/hotmail for a while now, but recently had the mail server refuse connections while mail was being processed. (Not sure why, consuming is working now with no changes and no errors besides 'connection refused', while retrieving that mail. Temporary outage I guess?)

This left me with a couple pieces of mail not imported. However, now everytime the mail consume task runs, it recognizes that those pieces of mail are there but refuses to process them with the message:

Skipping mail '421' '<email subject>' from '<sender email>', already processed.

How can I get it to recognize those mails HAVE NOT been processed?

115
submitted 2 months ago* (last edited 2 months ago) by Darkassassin07@lemmy.ca to c/news@lemmy.world
 

Aug 13 (Reuters) - General Motors (GM.N), has been sued by the state of Texas, which accused the automaker of installing technology on more than 14 million vehicles to collect data about drivers, which it then sold to insurers and other companies without drivers' consent.

14
submitted 4 months ago* (last edited 4 months ago) by Darkassassin07@lemmy.ca to c/jerboa@lemmy.ml
 

I've noticed with the last 2-3 versions of the app (currently 0.0.69, nice); the app crashes 2/3rds of the time when returning to it from being in the background.

Open the app, switch to another app, switch back a couple min later and it closes then reopens as if you'd just started it for the first time today (losing whatever post you had open).

Curious if others are experiencing this?

Android 14, One UI 6.1

 

All ~~roads~~ videos lead here:

Honestly I'm surprised it took this long. The only other issue I've ever seen (between revanced and the original vanced app) is the watch history not saving a couple weeks back.

 

I've started noticing this icon more and more: usually on comments with no downvotes. What's it mean?

 

CPU/GPU/RAM/Disk usage, logs, errors, network usage, overall status, etc

What do you use/prefer?

Mainly looking for self-hosted web based tools, stuff I can view from a browser; but desktop and CLI apps are welcome too :)

 

I have what may be a stupid question...

How is it your master password is both used to decrypt your vault and used to authenticate with bitwardens public servers to acquire a copy of your vault/view it in the web app, but bitwarden can't use that password entry to decrypt the vault themselves?

(please correct me if I'm misunderstanding, as I use self-hosted vaultwarden for my server instead of the public ones)

87
submitted 9 months ago* (last edited 9 months ago) by Darkassassin07@lemmy.ca to c/selfhosted@lemmy.world
 

After almost a year of repeated emails stating the transition from Google Domains will have no effect on customers, no action is required; I just got this email:

Update Dynamic DNS records Hi there, As previously communicated, Squarespace has purchased all domain name registrations and related customer accounts from Google Domains. Customers are in the process of being moved to Squarespace Domains, but before we migrate your domain [redacted] we wanted to inform you that a feature you use, Dynamic DNS (DDNS), will not be supported by Squarespace.

So apparently SquareSpace will be entirely useless to me and I've got "as soon as 30 days" to move.

Got any suggestions for good registrars to migrate to?

(it's a .pw domain if that matters)

/edit. I'm a moron.

I already use cloudflare as my name server, Google/SquareSpace only handles the registration.

I'll be fine. Thanks for the help everyone!

1
submitted 11 months ago* (last edited 11 months ago) by Darkassassin07@lemmy.ca to c/main@selfhosted.forum
 

-post won't delete, so redacted instead-

 

I've got docker installed and I've got a single container running (vaultwarden) via the docker pull/docker run commands provided on its Github page. I'm not sure how to learn more about that container or how to build (compose?) others myself.

I'd like to learn how to transition nginx and pihole to containers and network them together. I'd also like to add paperless-ngx to my setup.

(note: I'm very new to Linux in general, mostly rpis, poking around with debian now)

11
2FA (lemmy.ca)
submitted 1 year ago* (last edited 1 year ago) by Darkassassin07@lemmy.ca to c/boostforlemmy@lemmy.world
 

Does boost support 2 factor auth?

I can't login: If i use the incorrect user+pass I get 'incorrect login' if I use the correct ones I get 'login failed'.

There is no option to enter my required 2fa code...

/edit switched apps then switched back and the 2fa field showed up but refused my code. Force stopped the app and got the same 'login failed' message switched apps again and back; now it shows all fields and finally logged me in correctly.

Seems buggy af.

view more: next ›