vsis

joined 1 year ago
[–] vsis@feddit.cl 4 points 8 months ago* (last edited 8 months ago) (2 children)

I did a short and a long test. It looks good

$ sudo smartctl -l selftest /dev/nvme0
smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.7.6-arch1-2] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF SMART DATA SECTION ===
Self-test Log (NVMe Log 0x06)
Self-test status: No self-test in progress
Num  Test_Description  Status                       Power_on_Hours  Failing_LBA  NSID Seg SCT Code
 0   Extended          Completed without error                6334            -     -   -   -    -
 1   Short             Completed without error                6334            -     -   -   -    -
[–] vsis@feddit.cl 10 points 8 months ago (4 children)

[...] by replacing the motherboard, by replacing the processor, by reseating the NVME drive in its slot, by verifying that your power supply is reliable…

I will start with the cheapest option 😅

I assume the power supply is reliable. Having a battery should make it more stable I guess.

[–] vsis@feddit.cl 25 points 8 months ago

If your comments have been federated to other instances, they will be there until they are deleted locally. If someone clicks on your user profile, they will get a DNS error if the domain is no longer there. Images in the comments pointing to you instance will be broken too. Nothing terrible actually happens.

Migrating accounts a la Mastodon is not happening soon in Lemmy.

My advice is: Go on and save some money.

[–] vsis@feddit.cl 5 points 8 months ago (1 children)

Sorry to read that.

I've dded an external drive instead of an SD card once by mistake. I've never felt more stupid than that day.

[–] vsis@feddit.cl 5 points 8 months ago (3 children)

Friends don't let friends to use snap.

I used to love Ubuntu. But for many reasons, snaps among them, it no longer exists to me. It's just Mint or Debian if I need something Ubuntu-like.

[–] vsis@feddit.cl 70 points 8 months ago (3 children)

Rich stupid guy doing things is not technology. Why is this community flooded with this guy doing or saying things?

[–] vsis@feddit.cl 1 points 9 months ago

It's running NetBSD, isn't it?

[–] vsis@feddit.cl 5 points 9 months ago* (last edited 9 months ago)

Some security tips:

Firewall should block everything by default, and you start allowing incoming and outgoing connections when you need them or if something fails.

Disable passwords and root access in ssh daemon.

Use fail2ban or something similar to block bots failing to log-in.

Use random long passwords for everything (eg: like databases). And put then in a password manager. If you can remember the database password, it's not strong enough. If you can remember the admin password for a public web service, it's weak.

Don't repeat the passwords. Everything should have its own random long password.

.env files and files with secrets should be readable only by its service user. Chmod them to 400.

Monitor logs from time to time to see if something funny is happening.

[–] vsis@feddit.cl 3 points 9 months ago* (last edited 9 months ago) (1 children)

Random ports are easy to discover and there are tools to discover what service is behind a port.

It's annoying for the legitimate user and easy to bypass by an actual attacker.

Also, if you use a random port above 1024 it could be a security issue since any user could star listening if the legitimate process crashes.

See this

[–] vsis@feddit.cl 1 points 9 months ago* (last edited 9 months ago)

Nothing illegal is being discussed.

But I'm happy to talk about Jolly Roger.

[–] vsis@feddit.cl 4 points 9 months ago* (last edited 9 months ago) (1 children)

https://workaround.org/

Wow! this is exactly what I needed. Although, I didn't exactly ask for it.

Thank you very much

[–] vsis@feddit.cl 7 points 9 months ago (1 children)

Thanks to both of you.

I had the hope that DMARC, SPF and DKIM was stuff I could just ignore if not sending email. It seems I was wrong about that.

view more: ‹ prev next ›