brownmustardminion

joined 3 years ago
[–] [email protected] 2 points 1 day ago

Backblaze deleted my project drive for a multimillion dollar project I was archiving through their desktop sync. It's largely my fault for not noticing the drive had failed when considering their upfront policy about them deleting your backups after a month of inactivity. Luckily it didn't have too big of an impact because the most important files were backed up elsewhere. I do wish their desktop app had better warnings about imminent deletions though.

[–] [email protected] 2 points 2 days ago

That's what I was hoping to do but it's really difficult on Fedora for some reason.

Arch and Ubuntu you can specify the driver version, but the Fedora method is dnf install akmod-nvidia with no other available options (unless you want legacy drivers for really old hardware).

To my further frustration, any amount of searching just leads to a ton of AI generated slop articles.

 

I updated my nvidia driver to 570 and now some games that worked fine previously present the error: direct x 12 is unsupported on this computer.

I see lots of others having this same issue but no solutions.

Has anybody figured out a fix?

I'm on Fedora so there doesn't seem to be any straightforward way to rollback the driver.

[–] [email protected] 1 points 1 week ago

This looks promising. At that price I might as well try it out. Thanks.

[–] [email protected] 2 points 1 week ago (1 children)

This is exactly what I was thinking. A bit out of my budget though.

 

I'm making my own white oak door jambs. So far I did one set. I milled some rough cut oak, made two passes through the table saw to roughly remove a rabbet for the integrated door stop.

Then I ran it through the table saw again with a dado stack to get the rabbet to the final dimensions. The problem is, it's difficult to apply even pressure as the wood passes over the dado stack. I already have a featherboard pushing against the fence, but I'm thinking I could use another pushing against the saw top.

I know I can put one on my fence, but that would apply pressure to the part of the board closest to the fence only. Do they make any contraptions that can apply even pressure downwards, but over a larger surface area? Like multiple featherboards extended out over the work piece.

[–] [email protected] 3 points 1 month ago

This is encouraging. Thank you.

[–] [email protected] 3 points 1 month ago

I really like CMT Orange blades. I had a 2 year old blade that seemed to have a defect in the finish and when I contacted them, they immediately asked for my address to send a replacement blade.

 

Anybody got any suggestions for a good print-screen / screenshot app?

I'm using the default of Swappy right now and it doesn't really suit my needs.

The MacOS screenshot app is my ideal.

[–] [email protected] 15 points 1 month ago

SDR is Standard Dynamic Range. This is how most media is viewed and has been viewed for decades, typically in the Rec709 color space. 99% of consumer devices display in SDR.

HDR is a newer technology that expands the dynamic range passed Rec709 color space. It requires an HDR capable screen to display HDR content and most content is not distributed in this format, although this has been changing in the last few years.

I personally find HDR kind of a gimmick, but my point is that HDR != HD. SDR/HDR describe contrast ratios and how many colors are rendered. SD/HD describe resolution.

The chart does show them downgrading the plans from 4K/UHD to HD though.

[–] [email protected] 21 points 1 month ago (3 children)

The wiki entry has a chart which shows all plans have access to HD content. Is the chart wrong or did the contributor confuse SD with SDR?

Either way fuck HBO.

 

Call me paranoid but why do the staff on a lot of private trackers seem so interested in what other trackers you have accounts with?

Most of the time when you apply with a new tracker or have to re-apply due to inactivity it feels like you're being interrogated by the feds.

From the perspective of a private tracker, why are they so pushy about that? And can they know if you're lying?

The implication seems like, "we all talk to each other and if you lie to me you lose all of your accounts".

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

Settle down, partner.

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

First thing I tried but I think you need to provide it with your YouTube login cookie to download age restricted content.

 

I realize this is a really silly request, but I absolutely refuse to watch YouTube videos without a proxy frontend let alone logging into a google account.

I've been wanting to watch dnsl's "Fallout RP is serious business" but it's age restricted.

Does anybody know either of a way to bypass the age restriction or can just send me the video? I've tried everything I know short of giving in and signing into YouTube.

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

I use nginx for static websites and TLS passthrough servers.

I use traefik as a reverse proxy for sites with many services and SSO.

Nginx is definitely easier to configure for simple things. But I prefer traefik for more complex setups.

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

Love the simplicity and self reliance to this solution. Thanks

 

I'm looking for a simple way to make my contact form functional. So far it seems like emailjs would do the trick.

I'm curious if there are any other recommendations? What would you use and why?

Realistically I can't see the form getting more than a dozen submissions per month.

 

I'm looking to automate/script my pfsense wireguard tunnels so that each wireguard tunnel only goes up if there are one or more clients connected to the subnet associated with that tunnel and goes down once all clients have disconnected. I was wondering if there is already a plugin that accomplishes this or can be adapted, otherwise what is best practice for running scripts on the pfsense box?

My initial thought was to have a cronjob monitor the various DHCP servers for each subnet, then initiate a script to connect the associated wireguard tunnel if it detects any active DHCP leases on that subnet.

I have multiple subnets on this box, each with it's own wireguard gateway. I like the idea of only making the VPN connection if there is a client calling for it.

 

I run a qemu/KVM setup in which I have different VMs for different use cases/profiles. Very similar in theory to something like Qubes OS. So far when I want to swap to another VM I have to first un-fullscreen, then click the other VM display window and fullscreen that. I was beginning to work on hotkeys and scripts to allow switching between VMs by assigning Ctrl+NumPad# to specific VMs and then having the triggered VM appear in full screen. But I'm imagining there's probably already a VM display manager that streamlines this.

Does anybody have any suggestions?

The biggest factor is that the display needs to be responsive as I'm using these VMs for daily tasks.

Bonus points if the display manager can output a variable for the currently focused VM so I can script the keyboard backlight to change to an assigned color as well as change the power profile of the base operating system to match the currently highlighted VM better.

1
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

I accidentally attempted to SSH into one of my servers from a device that did not contain my ssh key. I configure all of my servers to only allow authentication via cryptographic keys. Root ssh as well as password auth are disabled.

To my surprise, I was able to log in to my server with a password despite this. Baffled, I first tried some other servers. 2 of the 5 other servers I tried were accessabke via password.

After some swift investigation the culprit was found, a cloud-init ssh config in sshd_config.d/ with one line: password_authentication Yes.

So TLDR PSA....if you run a server in any type of virtualized environment, including a VPS, check your /etc/ssh/sshd_config.d/ folder. And more broadly, actually thoroughly test your ssh access to confirm everything is working as you intend it to.

 

I'm curious what the benefits are of paying for SSL certificates vs using a free provider such as letsencrypt.

What exactly are you trusting a cert provider with and what are the security implications? What attack vectors do you open yourself up to when trusting a certificate authority with your websites' certificates?

In what way could it benefit security and/or privacy to utilize a paid service?

And finally, which paid SSL providers are considered trustworthy?

I know Digicert is a big player, but their prices are insane. Comodo seems like a good affordable option, but is it a trustworthy company?

 

For those of you that know, I'm trying to find a niche community, forum, chat room, whatever of individuals that could give me some pointers on cracking an OFX plugin. My knowledge ends at simple standalone exes and the communities I know of seem largely focused on game cracking.

If you know of a community that you think would help me on my journey, feel free to share. You can also send me a private message if you need to be discrete.

 

What do you recommend for an at-a-glance access log dashboard? Kibana and Grafana seem cool but overkill.

All I want is a dashboard that can ingest and parse syslogs from various services and neatly display a list of currently connected IPs and usernames if applicable as well as a IP connection history.

view more: next ›