1
32
thejoker8814

@lemmy.world

thejoker8814 10 points 3 years ago

I had only logitech for years, using Windows, Linux, BSD, Dos… without any issues. The older model (probably 15years+) is still working perfectly, mechanical & PS/2. And that has been drowned in Coffee, water, whiskey and what else. Put it in the washing machine (with some clothes to bolster), let it dry and use it like the first day! 👌🏼 Even my current one, for about 10 years in service works like a charm. I admit both are #lowtech devices

path: 0 976926, hotness: undefined, score: 10, children: 3
thejoker8814 10 points 3 years ago

I cannot recommend any consumer router brand, at least not with stock firmware, because any of them don’t have guaranteed update policy. Further, some of the stock firmware contains insecure protocols, like telnet (yes, still), outdated ciphers (SSL, TLS 1.0), and some feature you want is always missing. Further they often lack innovative features like WireGuard in updates, mostly bug fixes and security patches.

That’s why I would urge you to consider using one of the router/ gateway distributions listed below.

Depending on your requirements, I can recommend the following router OS:

  • OpenSense (router without WiFi)
  • OpenWRT (router with WiFi)

If you have an old laptop or pc to spare, you could at least give those two a try.

Someone already mentioned it, OpenSense runs only on x86 / PC Hardware (and MiPS). OpenWRT can be flashed onto a lot of consumer routers as well as be installed on traditional x86 / PC hardware.

OpenWRT has a hardware table on their website for supported models. Some of them come cheap if you buy them used and are pretty decent.

If you like more flexibility, I can recommend building your own router. Used thin clients, Iike for example Fujitsu Futro S920. Thin clients are basically low-powered PCs, which are often cheap on the used market and provide a variety of hardware interfaces. Most use Intel NICs, some have secondary NIC, can hold SATA disks, provide interfaces for WiFi (pice, miniPCIe, m.2) or extension cards, have high efficient power supplies and are in majority are passive cooled. Or get some SBC/ Low-Powered board with the interfaces you need. It doesn’t need to be new hardware.

path: 0 2352404, hotness: undefined, score: 10, children: 1
thejoker8814 8 points 3 years ago

I’m not sure if it’s still valid, but Oracle Cloud Infrastructure (OCI) had a 4 vCPU, 24 GB RAM, 200 GB HDD free tier. No costs, ever! You could sign up there and setup an even bigger instance.

path: 0 1091489, hotness: undefined, score: 8, children: 3
thejoker8814 8 points 2 years ago

I’m curious, you got anything light reading you can recommend to ease into the topic, please pm me. I’d appreciate, if it wasn’t another post which basically recites the content of another post, and so on - far too much out there these days)

path: 0 8815783 8815852 8816212, hotness: undefined, score: 8, children: 8
thejoker8814 7 points 3 years ago

Totally agree! I just have been a registered reader on Reddit. Now, it’s the first time I’m participating - might be considerably because lemmy is trending. Nevertheless, I found communities and post I’m interested in within minutes - 👌🏼 whereas Reddit was mostly clutter.

path: 0 979563 979661 981375, hotness: undefined, score: 7, children: 0
thejoker8814 5 points 3 years ago

I know it’s been mentioned before - but plain Wireguard is my way to go. KISS - keep it simple, stupid! setup might be a little bit of a learning curve, but once you got it for one device, others aren’t a big issue.

I had a CA, with OpenVPN, but that’s to much for a small setup like remote access to your home network.

Use it on iOS, Ubuntu and Windows to access my home services and DNS (Split-Tunnel).

It’s a pretty easy setup on OpenWrt. A quick look into the fresh tomato wiki tells me, that it shouldn’t be to complicated to achieve on your router (firmware). If you need help with setting Wireguard up, let me know, I’m happy to help out.

path: 0 1091386, hotness: undefined, score: 5, children: 0
thejoker8814 4 points 3 years ago

Please don’t host a router on a Hypervisor VM. That does not benefit security. First of all a router is an integral part of the (home) network, therefore it should not be dependent on anything, like a hypervisor. You want to be able to replace or update your server/ hypervisor independently from each other, for example in 5 hrs your router might be still rocking all data, but you would want to upgrade your home server / hypervisor. Furthermore all those OpenWRT, PFsense, OpenSense kernel/ OS hardening is more effective on the hardware itself, especially all RAM/ Memory based security measures. Also if you truly want to be more secure, you use dedicated hardware for multiple reasons, performance is dedicated to only routing/ firewall processing (no other service/ VM can block or slow down packet processing), reducing the attack surface (less software, less attack surface), easier to update.

path: 0 2305625 2352053, hotness: undefined, score: 4, children: 0
thejoker8814 4 points 3 years ago

Yes, you can. See my post I made on lemmy.world - showing up in the feed of @fediverse@lemmy.world using my mastodon.social account (in the mastodon app). For that to work you have to have the community address and look for it via the search on the mastodon instance.

Screenshot is made in the mastodon instance.

path: 0 981031 981370 981659 982500, hotness: undefined, score: 4, children: 0
thejoker8814 3 points 3 years ago

Codeberg is using Forgejo, basically Gitea. You can change the editor, if you like with other editors if you host Forgejo or Gitea yourself. Features like CI/CD can be deactivated.

path: 0 1051326 1090984, hotness: undefined, score: 3, children: 0
thejoker8814 3 points 3 years ago

Many given good advice on hardware, and there are plenty other threads with a lot of good recommendations.

Regarding OS, I would recommend to ease into it, and try some before committing. Just try a few services, how stable it is and if the configuration complexity meets your personal learning expectations. (Self hosting is only fun, as long as you can get everything up and running. If you need 36hrs of troubleshooting for every 2nd problem, that awe for elf hosting melts pretty fast.)

I started myself with OMV 0.x, and since then it’s gotten pretty decent. But I switched to plain Debian and CLI tool. After learning enough using OMV as my starting point. I also tried FreeNAS in the beginning, but that wasn’t for me.

And I recently discovered CasaOS, wich is pretty neat and has a lot of benefits, but I haven’t tested it yet.

path: 0 2351244, hotness: undefined, score: 3, children: 0
thejoker8814 3 points 3 years ago

True, but for playing around with lemmy and doing some test's it's ideal - and it's free! In case you are serious about hosting a lemmy instance, there should be at least some sort of backup/ disaster recovery strategy in place.

path: 0 1091489 1100402 1102721 1105799, hotness: undefined, score: 3, children: 0
thejoker8814 2 points 3 years ago

Sure - but that would be another thing to self-host - because I have at least 5 machines which need to send, and I have a dynamic IP address - so it would involve updating the MX records via DNS API for at least 5 sub domains.

To be honest, I'm a KISS kind of guy - not everything technical possible or imaginable is worthwhile. Especially if it's such a crucial part like alert monitoring. I want it done simple, secure, without caveats and keeping the complexity on the lowest level possible.

path: 0 1896656 1897481, hotness: undefined, score: 2, children: 3
thejoker8814 2 points 3 years ago

Good to know, thank you. I looked into proton for my primary mail account, but I didn't think of it for that purpose.

path: 0 1892774 1897829, hotness: undefined, score: 2, children: 1
thejoker8814 2 points 3 years ago

Nice 😊 i remember that ferry terminal. Is it still relaxed and laid back on Koh Rong? Been there 10 years ago.

path: 0 977601, hotness: undefined, score: 2, children: 2
thejoker8814 2 points 3 years ago

Thanks for letting me know.

Damn shame - why do humans have to ruin places, like a plague of locusts

path: 0 977601 1012140 1021288, hotness: undefined, score: 2, children: 0
thejoker8814 2 points 3 years ago

I have to agree, RAID has only one purpose - keep your data/ storage operating during a disk failure. Does not matter which RAID level or SW. Thank god you mentioned it before.

There can be benefits in addition depending on RAID level and layout, for example read & write speed or more IOP/s than an individual disk (either SSD or HDD). However, the main purpose is still to eliminate a single disk as a single point of failure!

Back to topic - if you have a strong requirement to run your services which (rely) on the SSD storage, even if a disk fails - then SSD Raid yes.

For example.: I have s server running productive instances of Seafile, Gitea, and some minor services. I use them for business. Therefore those services have to be available, even if one disk fails. I cannot wait to restore a backup, wait for a a replacement disk and tell a client, Hey, sorry my server disk failed” (unprofessional)

For protection against data loss - backups: one local on another NAS, one in the cloud. 👌🏼

path: 0 1032010 1089078, hotness: undefined, score: 2, children: 0
thejoker8814 2 points 3 years ago

Biometric authentication methods are in general not very secure. Besides the fact there are a whole lot of procedures to fake/ spoof the biometric data. Once breached - you can not change your biometrics that easy. Keys and passwords can easily be replaced.

Further, if you use biometric auth for a lot of services you open your self to a single point of attack - that is pretty similar using the same password for many services. And we don’t do that!

path: 0 161308 180219 1416590, hotness: undefined, score: 2, children: 0
thejoker8814 2 points 3 years ago

Thanks for the info about the .zip domain. Totally missed that.

path: 0 170912 171350 180046 1416404, hotness: undefined, score: 2, children: 0
thejoker8814 2 points 3 years ago

Many people underestimate it, my goto for a fast an reliable file share service, which does just that, is production ready, has great client software and uses just few resources.

Seafile

path: 0 1443335, hotness: undefined, score: 2, children: 0
thejoker8814 2 points 3 years ago

Even if it's a bit different. It's always nice to see what's out there. I will definitively look into it.

path: 0 1893314 1897788, hotness: undefined, score: 2, children: 0

thanks for using Leebra!

go to feed...