It said 1~2 originally
Oh no, you!
- 0 Posts
- 76 Comments
Still more plausible than 1W
Yeah, it sounds more plausible like it’s amperes
neidu3@sh.itjust.worksto
Selfhosted@lemmy.world•Idea for experiment: mail to fediverse?English
3·9 days agoI heard it’s a Mastodon thing
neidu3@sh.itjust.worksto
Selfhosted@lemmy.world•What do you use for your server administration?English
711·14 days agossh
neidu3@sh.itjust.worksto
Selfhosted@lemmy.world•Do you prefer bare bones software that you customize with plugins, or an all-in-one solution that does everything you need out of the box?English
2·14 days agoBarebones, usually. In general I prefer software that does only one thing and one thing well. Input or output to/from said software can be handled by other pieces software.
I’m a big fan of modular designs where you can swap out any layer with something else, provided that the data interchange is c9mpatible.
Lacking the above, I usually go for softwares with support for plugins/extensions.
Same. Got some leftover Fortinet from work that I’m using. Could be better, but my Fortigate 101E works miles better than my ISP default router. All I had to do was assign upstream wan to VLAN 10 and spoof the MAC address.
neidu3@sh.itjust.worksto
Selfhosted@lemmy.world•What can I do with no job and no VPS?English
2·18 days agoI don’t have experience with hosting lemmy specifically, but from what I hear it doesn’t require much other than being a bit RAM-hungry. Add some swap space, use the instance primarily for yourself, and you should be good.
neidu3@sh.itjust.worksto
Selfhosted@lemmy.world•What can I do with no job and no VPS?English
20·18 days agoHosting does not attract CSAM on its own. Anonymous uploads do. Only host services that you find useful yourself, and maybe sharing it with friends, and that’s a reasonably safe start.
neidu3@sh.itjust.worksto
Selfhosted@lemmy.world•What are your favorite low-footprint self-hosted services?English
1·20 days agoDoes sshd count?
Beyond the “default” stuff, I always seem to end up with a setup that involves linux + apache + mod_perl + postgresql for various purposes. And by the way, that’s the only proper LAMP stack in my book, and I will die on this hill.
neidu3@sh.itjust.worksto
Selfhosted@lemmy.world•If I buy a domain not from my own country, will it effect the useage at all?English
6·23 days agoNormally it doesn’t matter. The only restrictions is in terms of who can buy domains of that country to begin with (some countries have restrictions on that), and what sort of content is allowed in such domains. Other than that, it’s OK.
neidu3@sh.itjust.worksto
Selfhosted@lemmy.world•noob questions seeking non-noob answersEnglish
11·27 days agoI’d say that a good starting point would be the smallest setup that would serve a useful purpose. This is usually some sort of network storage, and it sounds this might be a good starting point for you as well. And then you can add on and refine your setup however you see fit, provided your hardware is up to it.
Speaking of hardware, while it’s certainly possible to go all out with a rack-mounted purpose built 19" 4U server full of disks, the truth is that “any” machine will do. Servers generally don’t require much (depending on use case, of course), and you can get away with a 2nd hand regular desktop machine. The only caveat here is that for your (percieved) use cases, you might want the ability to add a bunch of disks, so for now, just go for a simple setup with as many disk as you see fit, and then you can expand with a JBOD cabinet later.
Tying this storage together depends on your tastes, but it generally comes down to to schools of thought, both of which are valid:
- Hardware RAID. I think I’m one of the few fans of this, as it does offer some advantages over software RAID. I suspect that the ones who are against hardware RAID and call it unreliable have not been using proper RAID controllers. Proper RAID controllers with write cache are expensive, though.
- Software RAID. As above, except it’s done via software instead (duh), hence the name. There are many ways to approach this, but personally I like ZFS - Set up multiple disks as a storage pool, and add more drives as needed. This works really well with JBOD cabinets. The downside to ZFS is that it can be quite hungry when it comes to RAM. Either way, keep in mind that RAID, software or hardware, is not a backup.
Source: Hardware RAID at work, software RAID at home.
Now that we’ve got storage addressed, let’s look at specific services. The most basic use case is something like an NFS/SMB share that you can mount remotely. This allows you to archive a lot of the stuff you don’t need live. Just keep in mind, an archive is not a backup!
And just to be clear: An archive is mainly a manner of offloading chunks of data you don’t need accessible 100% of the time. For example older/completed projects, etc. An archive is well suited for storing on a large NAS, as you’ll still have access to it if needed, but it’s not something you need to spend disk space on on your daily driver. But an archive is not a backup, I cannot state this enough!
So, backups… well, this depends on how valuable your data is. A rule of thumb in a perfect world involves three copies: One online, one offline, and one offsite. This should keep your data safe in any reasonable contingency scenarious. Which of these you implement, and how, is entirely up to you. It all comes down to a cost/benefit equation. Sometimes keeping the rule of thumb active is simply not viable, if you have data in the petabytes. Ask me how I know.
But, to circle back on your immediate need, it sounds like you can start with something simple. Your storage requirement is pretty small, and adding some sort of hosting on top of that is pretty trivial. So I’d say that, as a starting point, any PC will do - just add a couple of harddrives to make sure you have enough for the forseeable future.
Back in the day I used Nagios to get an overview of large systems, and it made it very obvious if something wasn’t working and where. But that was 20 years ago, I’m sure there are more modern approaches.
Come to think of it, at work we have grafana running, but I’m not sure exactly what scope it’s operating under.
Barring any hardware issues or external factors, will it run for 10000 years? Any logs not properly rotated? And other outputs accumulating and eventually filling up a filesystem?
Sounds more like what you need is a combination of a VPN and RDP. Have your machines connect to somewhere via whichever VPN protocol you prefer, and then you can access them via whichever protocol you prefer.
I’m old and crusty, so I mostly use openvpn, but wireguard will probably do as well.
neidu3@sh.itjust.worksto
Selfhosted@lemmy.world•Do you stick to the same linux distro across your devices?English
2·1 month agoDebian on homeservers, centos on work servers, and mint on desktops
neidu3@sh.itjust.worksto
Selfhosted@lemmy.world•Fetcharr - a human-developed Huntarr replacementEnglish
58·1 month agoIn this day and age, shouldn’t Huntarr be replaced by Gatherarr? You know, sustainability and all…
neidu3@sh.itjust.worksto
Selfhosted@lemmy.world•How to access home network (eg, VPN) without port forwarding?English
21·1 month agoA jumpbox. Set up a VPS somewhere, have some remote hands at home set up a VPN client to connect to the VPS, and then you connect to the VPS as well.
Alternatively, is it possible that your ISP can remote config your router and set up the port forwarding again for you?
You know what’s never happened? Someone coming home way too late after too much to drink, stumbling into the kitchen going “I could really go for an apple right now!”
Been a hetzner customer for years. No regrets.