Skip Navigation
Jump
What's the easiest way to host a music colletion (FLAC)?
  • Currently I use Jellyfin and found it simple enough to setup. My personal setup is https on the public internet using Caddy as a reverse proxy to handle the https part, but you can set it up for local network access only using http.

    Jellyfin itself is not the greatest music player ever, (UI is more setup for movies and tv) but there are music-centric apps that use it as a backend that are really good, for most platforms. On my phone and tablet, I really like Finamp, and on the desktop I use Sonixd.

    I’m also considering just getting a portable, 128GB FLAC player with a minijack connection and moving on with my life without getting involved in networking at all.

    I used this setup for the better part of 20 years. Nothing wrong with it, my music collection simply expanded to the point where it simply wasn't feasible to store all of it on my iPod anymore and from day to day I never really know what I'm going to be in the mood to listen to. Setting up a streaming service made more sense for me.

    3
  • Jump
    How can I keep my forwarded port secure?
  • The simplest way to do this, is to put the server on a private vpn (I use Tailscale, there are others) and expose ports only to the vpn. Then you share access to the vpn with your friends.

    With Tailscale, this is as simple as sending them a share link for the host. They will need to have an account at Tailscale, and have the client running, but they will then be able to access the host with a static ip address.

    As a general rule of thumb, nothing should be exposed to the public internet unless you want that service to be public access and then you need to keep it up to date. If a vulnerability doesn’t currently exist for the service, one will sooner rather than later. SSH, especially password only ssh, can be broken into fairly easily. If you must expose ssh to the public internet for whatever reason, you need to be using IP white lists, password protected keys, change the default port, and turn off service advertisements and ping responses. I’m probably missing something. When someone scans your server randomly, they should see nothing. And if they fail login they should be ip blocked.

    1
  • 2
    Jump
    What OS is best for a beginner to degoogle?
    1. Host family media through Jellyfin, etc. This would include tv, music, and possibly books as well. Many of these will be managed through the Arr apps.
    2. Degoogle my phone - I'm beginning by replacing Photos with Immich, but hope to also use Home Assistant, backup other phone data such as messages media, shopping lists, etc. I hope to replace Google storage/backup with Proton Drive.

    Seems like a solid plan. I used Nextcloud as a Google Drive/Photos/Calander/Lists replacement, but depending on what you are running as your server it may be a bit too heavy.

    I’ve heard that once you get into it, Linux distros like Ubuntu are not very user friendly for self-hosting as a beginner.

    Not sure who is saying this. Granted, if your not used to *nix, our ways of doing things can be a bit obtuse from time to time but the Ubuntu based distros are some of the most heavily documented distros available with only Arch being better documented (Don't use Arch unless you've got stock in Bayer. /joking, kinda).

    Your current OS choice is maybe not what I would choose, but it is fine. Xubuntu just Ubuntu Server with the XFCE desktop installed. A bit heavy for a server install as a result. One thing I will say is that most server software is setup via the command line and setup via configuration files (These are just regular text files readable by any text editor. I like micro, but anything will work). The desktop environment is just extra weight you don't really need in this application. Doesn't hurt anything, just heavy and not really needed.

    So is it better on the whole for a beginner to have a popular distro with lots if documentation and step by step guides, or to have a purpose-built OS like TrueNAS that might be more straightforward, but with less support?

    Stick with what you have. Ubuntu is a very well supported server distro, and the XFCE desktop doesn't change that. Things like TrueNAS, UnRAID, and whatever is the flavor of the week tend to cover things up to simplify things. This is fine when they work correctly, the problem comes when things inevitably break. You won't know where to go looking to fix things. Also TrueNAS is a network storage OS, not really suited for what you are trying to do currently, which seems to be hosting services.

    It seems to be working well, but I’ve had a few hiccups trying to update it,

    What hiccups were you running into? And were you using the GUI tool or apt on the command line?

    7
  • Jump
    Has there been a depiction of fast food on a space station?
  • I seem to remember a scene in Babylon 5 where Vir got sick eating at a place that sounded like a rebranded McDonalds. Londo was chastising him saying you know Centauri stomachs can’t handle fast food. I wish I had time to rewatch that show.

    18
  • Jump
    How does app forking works exactly (ex: forkgram)?
  • I’m short on time, but here’s the general idea. Telegrams front end, the part you use I the open source part. The backend is the closed off part. The two parts are separate but communicate via a protocol, kinda like email. The forked project can change anything they want, to make it do whatever they want, but it still needs to be able to speak to the backend server.

    18
  • Jump
    Silverblue or other immutable on remote VPS?
  • I don’t know about Silverblue, but I know you can use NixOS on pretty much any VPS using the tool nixos-infect.

    Not sure how it would reduce your attack surface though. That’s not really the problem that they are trying to solve.

    12
  • Jump
    Is IONOS ok for a VPS?
  • I've heard mixed things about them, never used them though. Personally I used Digital Ocean for my VPS needs till I had a spare computer available, at which point I moved everything in house.

    1
  • Jump
    Companies that use desktop Linux
  • They didn’t care. You know non tech folk, they don’t care so long as it works. If you’re lucky, they know enough to hit the button with the power symbol to turn it on, but make sure you have step by step instructions printed out for those that can’t figure it out. I wish that was sarcasm.

    In our location it was mostly used for passive tracking of equipment via a scanner on the roof of the truck and tags on the trailers and we didn’t use the software much beyond that. From what I saw of it, it was some native custom application. Used the default Gnome interface and design scheme of the time. Looked to be pretty idiot proof.

    10
  • Jump
    Companies that use desktop Linux
  • When I was working for Averitt Express, a trucking company out of Cookeville, Tn, our yard trucks had computers in them (for yard and dock management) that ran Ubuntu. This was 10ish years ago.

    14
  • Jump
    *Permanently Deleted*
  • Make it three months. It would take at least that long for the loss of their labor to start being felt across the board. Undocumented immigrants are vital in some of the damnest places and their absence would not e particularly noticeable at first.

    3
  • Jump
    Do I need to disable secure boot to install the nvidia drivers?
  • That's what I thought you might try. Answer is, I don't know. I think it would depend on what the UEFI does with the secure boot keys when you disable secure boot. From a security standpoint it would make most sense for it to wipe those keys, but I could be wrong. The easiest way to find out if it would cause a problem would be to try it.

    If I understand this article correctly however, Windows only requires that the UEFI be capable of secure boot, not that secure boot be enabled.

    I think the first thing I would try is to try installing and booting Windows without secure boot. If that fails, than reinstall, this time with secure boot enabled and leave it enabled. Several other comments here are saying that secure boot in linux is now largely seamless and as it has been several years since I've mucked about with it, I'm inclined to listen to their recommendation.

    2
  • Jump
    Do I need to disable secure boot to install the nvidia drivers?
  • Should be doable either way, but swapping secure boot on and off may cause problems with Windows in your proposed setup. I would pick one and stick with it. I know Linux is compatible with secure boot, I just never bothered to learn how to work with it. If I remember correctly, every time a change was made to the kernel, the keys would need to be reenrolled. This includes whenever the Nvidia driver’s updated.

    Might want to read up on secure boot.

    https://wiki.archlinux.org/title/Unified_Extensible_Firmware_Interface/Secure_Boot

    https://wiki.gentoo.org/wiki/User:Sakaki/Sakaki's_EFI_Install_Guide/Configuring_Secure_Boot

    3
  • Jump
    Do I need to disable secure boot to install the nvidia drivers?
  • The last time I had secure boot enabled on any of my systems was several years ago, but yes. At that time you had to enroll the keys both on the initial install and every update. It was such a headache for limited benefits (for me) that I just started disabling secure boot whenever I was setting up a system.

    Things might have gotten easier, but I doubt it as he secure boot system is not really under the control of open source developers (for good reason) and the end user can really only choose whether it is enabled or disabled.

    2
  • tuscaloosathread.com AI-Powered Ammo Vending Machine Selling Bullets at Tuscaloosa Grocery Store

    City officials said Tuesday that an ammunition vending machine powered by artificial intelligence selling bullets in a Tuscaloosa grocery store is both real and legal.

    Edit: Following up on this, the vending machine was removed due to lack of sales.

    https://wcyb.com/news/nation-world/grocery-store-in-alabama-removes-ammo-vending-machine-ammunition-guns-weapons-firearms-tuscaloosa-american-rounds-pell-city-grant-majors-ceo-fresh-value-360-facial-recognition-security-measures

    20
    techhub.social Alex Kretzschmar (@ironicbadger@techhub.social)

    BAD PROXMOX UPDATE WARNING https://forum.proxmox.com/threads/upgrading-pve-tries-to-remove-proxmox-ve-package.149101/page-3

    10

    A question here recently brought up memories of listening to this song growing up. Long since lost my copy and had to hear it again. Figured some here might get a trip out it.

    2
    www.xda-developers.com Winamp is going open source, and it feels like the early 2000s again

    Don't think of it as beating a dead horse, think of it as whipping the llama's ass once more.

    60
    www.al.com Bill to criminalize Alabama librarians for ‘obscene’ content fails in the Senate

    After hours of filibustering from Sen. Rodger Smitherman, the bill was not added to the agenda.

    4
    www.nbcnews.com Woman found living in Michigan grocery store sign, complete with computer and Keurig, for months

    The woman had flooring, a computer, a desk, a printer and a Keurig in the rooftop Family Fare sign, police say.

    Article may cause a stir, so to avoid a flame war here is the last line in the article.

    > She was not formally charged for living in the space, police said

    23
    ground.news Trump can't secure $454 million appeal bond in New York fraud case, his lawyers say

    Donald Trump cannot obtain a bond to secure the $454 million civil business fraud judgment against him as he pursues an appeal of the case, his attorneys said i

    36

    cross-posted from: https://lemmy.sdf.org/post/13155908

    > What were you listening to in February? > > Post your scribbles! :-)

    31

    This month I've been rereading Halo: Primordium. Good book but just as depressing as I remember. I've also started working my way through the OpenLDAP Admin manual trying to wrap my head around LDAP.

    So what have you all been reading? What did you think of it?

    28

    What You Should Know about Eye Drops

    www.fda.gov Eye drop pose a heightened risk of harm

    Eye drops bypass some of the body’s natural defenses, posing a heightened risk of harm to users

    0