• 0 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle


  • they want to setup a server to host a simple “contact” website

    Not sure what sort of uptime/reliability your friends are expecting out of a self hosted solution but for something like that you wouldn’t need much processing power, even a Raspberry Pi can host a simple website. Not sure what to recommend offhand but there are definitely vendors in that space that sell simple DIY “contact us” form software, or I guess if you wanted to roll your own that’s an option too. I’d be more concerned about keeping it locked down/secure.

    Keep in mind for the internet your friends would likely need business class internet with multiple static IPs so you can give your little DIY box its own public IP address. Many (most?) residential internet service providers do not allow self hosting websites on their network and they’d be dynamic IP anyway though you could work around that somewhat with dynamic DNS since you’re going to need to purchase a domain name and point it to somewhere anyway.

    run an e-mail service (about 10 accounts for now but with possibilities of expanding it to support more)

    Like others said you really don’t want to go that route unless you’re well versed in that area. It would be annoying for a business especially a new one, those emails will likely keep going into other provider’s spam folders for a good period of time. All the big mainstream email providers are notorious for not trusting new email domains / new IP addresses.

    Seems easier to just go to Google Workspace / Microsoft 365 / whatever other provider you like to use, presumably the business has a business use case for reliable email among other things.

    Bonus: Those cloud services can easily host simple contact forms for you so maybe that’s your all in one solution. Look into Google Forms and similar.

    and to store and remote access documents.

    That sounds like the above commercial cloud solutions again :)

    But sure technically you could go through the extra step hosting that yourself. Depends on how the business wants to use/access this stuff, it’s really a question for them. Could be as simple as a Windows server with RDP (if they’re Windows people & just want to log into something “windows” to browse/open files) or maybe multi-user Linux with VNC (the geeks might like, maybe not so much the general Windows/Mac users). Or if you’re trying to do something web oriented maybe something like Nextcloud if you want to do all this in a web browser.

    You should triple check what exactly they are expecting when it comes to remote access documents… you really don’t want to spend the time setting up something that they totally weren’t expecting and end up hating.


  • Best not to overthink it - The sales clerk is trained to ask for this stuff.

    Luckily most times I encounter this I just tell them no I don’t have a phone number with them & continue checkout like normal. Sometimes that means not getting a sale price on something but usually I avoid those type of member-specific sales anyway.

    And worst case - Just make something up. At Best Buy a sales rep absolutely refused to sell me something from the mobile dept without my info. Which didn’t make sense because earlier I had bought something at that same Best Buy with a different rep & that rep took my order without my info no problem (she said she had to enter a phone number but just entered Best Buy’s).

    Yet this particular sales rep refused to proceed without info, so yeah he got an entire fictional name/address/phone/email on the spot.


  • I believe because any site that has an extension with more than four characters is detected as invalid.

    Usually it’s just badly coded apps/websites that only whitelisted some of the main domains e.g. most vanity domains don’t make it through. Or sometimes there are apps/websites that purposely block your domain if the admins think it’s too spammy or whatever.

    If your current email provider allows you to use their own domains as an alias that’s one way to sidestep the issue e.g. you’d end up with [something]@[youremailprovider].com --> [name]@[name].rocks

    I have Fastmail & they have a ton of their own internal domains so that’s one way I sidestep that issue. It’s pretty common among most/all email providers when you bring your own domain e.g. pretty sure Proton can do the same thing. Once you have your own domain you can make up any [alias]@[yourdomain] you like or just use the provider’s as a front facing alias [alias]@[youremailprovider] --> [anything]@[yourdomain].


  • Jellyfin should work fine for what you’re looking for. I haven’t run it on a Pi but it should work on that. You’ll be able to play music using the web ui as well as mobile apps if that’s your thing. It can also transcode on the fly so if your current browser/device/whatever can’t play .flac directly it’ll automatically transcode the playback to .mp3 or whatever it needs to be.

    There are some other self hosted music/streaming projects you could take a look at that are much more built out for music playback specifically. Look into Airsonic-Advanced or Navidrome for example - I’ve been meaning to check them out myself but haven’t gotten around to it yet.


  • Same here, mobile check deposit and Zelle are literally the only things I’ve ever needed a bank app for.

    I used to never use Zelle for anything but too many friends/family want to use some sort of app for exchanging money & that’s usually what we settle on. And my old landlord wanted rent paid via Zelle so that was another thing that forced me to install a bank app for Zelle purposes.

    Mobile check deposit is a requirement when dealing with a bank without any locations nearby. In practice I only need to use that once a year or so, checks are kind of rare nowadays unless you’re a business owner with clients/customers paying with checks.


  • Should be fine, just don’t cheap out on the external drive / cable you will be using. And when you’re using something like smartctl you’ll know right away if SMART info is passing through your USB for proper testing.

    I’ve done a lot of these type of scans via USB drives, honestly the more annoying part is that some USB drives do wonky things like go into sleep mode within 1-5 minutes which will disrupt any sort of scanning you had going. So with USB drive scanning I usually implement something to keep the drive alive and awake e.g. a simple infinite loop script to write a file every x seconds, or if you’re on windows you can also use KeepAliveHD.




  • Brickfrog@lemmy.dbzer0.comtoPrivacy@lemmy.mlFastmail vs Proton Mail
    link
    fedilink
    arrow-up
    37
    arrow-down
    1
    ·
    8 months ago

    Fastmail is great but it’s a totally different market /use case, you wouldn’t go with them if you’re privacy oriented. They’re better than Google in that sense but you’d go with Proton if you’re looking for privacy features.

    Also keep in mind Fastmail is based in Australia and their government tends to be anti-privacy with the laws that get passed there.


  • Not sure if it fits what you’re looking for but I usually use YUMI for multi boot situations, can’t recall it giving me any issues over the years. But I don’t do anything overly complex either.

    Never had the need to use Ventoy myself so can’t really give a good comparison but maybe others have used both & can give a better review.

    PS - For what it’s worth my basic toolkit is YUMI with https://www.system-rescue.org and https://www.memtest.org, that alone covers the vast majority of my diagnostics/rescue situations. But I’ve also added Windows 10 ISO onto the multi boot on occasion which could be useful for getting to a Windows prompt with Windows tools when needed - though I have a habit of keeping Windows on its own USB via https://rufus.ie



  • Syncthing, Resilio Sync, or one of those browser based p2p file sends e.g. https://file.pizza or similar.

    If both p2p ends know how to use torrents then creating a simple torrent to share to the other peer would work fine. But that requires slightly more IT competence especially if someone needs to open a port forward (ideally you would make sure you have your own port forwarded so the other party doesn’t have to worry about this).

    If you’re doing this more than once it might be worth setting up a simple server e.g. HFS is a nice open source/free HTTP file server, been a while since I used it but it still seems to be active https://www.rejetto.com/hfs/


  • Brickfrog@lemmy.dbzer0.comtoNew Communities@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    9 months ago

    Yikes. I already unsubscribed from there, overall I get the vibe that the new mod is acting in bad faith & stirring up drama when none was needed. It’s also clear the new mod doesn’t particularly care for the existing community members, they are mainly just moderating for themselves it seems.

    TBH someone could just create a lemmyapps @ any other Lemmy instance. I haven’t spent too much time to figure out if that already exists.





  • Just to be sure, did you download some strange version of the .iso from some non-official source? Or did you modify your Windows install in some way?

    And you’re definitely selecting to install Windows 10 Pro, not something else?

    I assumed you downloaded the generic .iso direct from Microsoft at https://www.microsoft.com/en-us/software-download/windows10 like most people do. (you can use the browser trick to get the page to give you .iso download options e.g. in Chrome I just hit F12, set the dimensions to something mobile looking, hit F5 to refresh the page, then go ahead & download the .iso)

    The generic .iso is indeed a multi with the download option named “Windows 10 (multi-edition ISO)”, that itself doesn’t affect any of the steps above.

    Then just use Rufus or similar to create a bootable USB with it.