• mountain biker
  • whitewater kayaker (freestyle, creek, river)
  • snowboarder
  • infosec and DevOps nerd
  • small feline lover
  • 0 Posts
  • 21 Comments
Joined 1Y ago
cake
Cake day: Jul 01, 2023

help-circle
rss

Borg for local data backups to backup share on nas. Proxmox takes guest snapshots. Rclone all of that to rsync.net. bonus, Borg can use the rcloned remote, if necessary, directly.



I used to buy used CDs and rip them myself. So I have my own collection. But to discover new music and listen to things I may not wish to own, streaming is the best option.

The solution? A plex server with a music library that points to your own collection. Then get a Tidal subscription through Plex. You then add Tidal music to your own library as if you were downloading or ripping it yourself. Listen with plexamp on a phone connected via bluetooth, or just use plex client on your shield, roku, firestick, etc.

Now you can listen to things both locally and streamed seamlessly. You can do artist radio to discover new music and manage smart playlists on the plex server itself.


If you are hosting your own mail server, a procmail recipe shouldn’t be too difficult. I run mimedefang, so could do it there too, but that’s a whole lot of overkill if you don’t already have that.


Plex with a Tidal subscription. Treats tidal as if it is local in your library and seamlessly integrates with your own collection.

Listen with plexamp.


“keeping up with new tech” is often just re-inventing the wheel. If it isn’t broke, and can still be maintained, then why break it because you like the flavor of the week?


Linux/Cups. Postscript. Laser. Have never had a problem. Printers not working is a “put the logic in the Windoze driver” problem vs telling a good printer “Print this”.


I don’t like lxc containers, and my build automation works well at the full system level vs containers.

Running your services bare metal these days is insane. If I have a problem, I just restore or rebuild that purpose-built vm from configuration management. This is also a lot more flexible and cost effective vs having separate hardware for each thing.

Redundancy is also easier, should I decide it is worth the hardware investment.


I run proxmox on a System76 Thelio. ZFS mirror, 16 cores, 64GB. Synology NAS for data storage and backup. Dual NICs bonded with ovs for the VMs. The onboard NIC for connecting to proxmox itself. One of the VMs then rclones the backup share to rsync.net

One of the VMs is Plex/Sonarr/Radarr/Transmission. Media is stored via NFS to the NAS.


The new NIST guidance is to have something long. Special characters don’t matter. So a good passphrase that you can remember > short line noise. NIST also recommends against constant password rotation, but to instead audit for dictionary attacks. See also: https://www.netsec.news/summary-of-the-nist-password-recommendations-for-2021/

Yes, it is bad programming. Of course, on the backend you must never store passwords in the clear. You should never grow your own hashing algorithm.


without -l, default behavior is integer results. Probably not what you want in most calculations.


A 1:1 NAT to the other network usually solves it for me.


routing. On wireless, however, some devices are really stupid and can only talk to things on their own subnet. To address that, I use NAT on the IoT vlan to the real device on the private side.



That would be caldav, not imap I think.

I divorced from Google and host my own with radicale. On Android I sync with Davx. On desktop thunderbird.


That’s some good BOFH stuff right there.


Or don’t. The whole concept of Twitter is just noise generation.



All smart tvs suck. Buy based on picture quality and use a separate box for your streaming.


Came here to say this. Never assume everyone uses your same configurations when sharing a document.


Federation is a pretty unique concept when learning about it Not really. All of this stuff is just a rehash of nntp and IRC.