@dan@upvote.au avatar

dan

@dan@upvote.au

Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
d.sb
Mastodon: @dan

This profile is from a federated server and may be incomplete. Browse more on the original instance.

dan,
@dan@upvote.au avatar

Authentik is pretty good. Authelia is good too, and lighter weight.

You can combine Authelia with LLDAP to get a web UI for user management and LDAP for apps that don’t support OpenID Connect (like Home Assistant).

dan,
@dan@upvote.au avatar

Raindrop doesn’t seem to be self-hosted? This is the selfhosted community…

dan, (edited )
@dan@upvote.au avatar

So is this like a self-hosted equivalent to pinboard.in? Can I import all my existing Pinboard bookmarks including their tags?

dan,
@dan@upvote.au avatar

Interesting… How does Authentik do 2FA for LDAP?

I’m going to try it out and see how it compares to Authelia. My home server has 64GB RAM and I have VPSes with 16GB and 48GB RAM so RAM isn’t much of an issue :D

dan, (edited )
@dan@upvote.au avatar

Wouldn’t it have been cheaper to get a motherboard with IPMI/BMC? Last I looked, the prebuilt PiKVMs were quite expensive.

dan,
@dan@upvote.au avatar

Aww, nice gift!

I’m using a workstation board in my server. Asus Pro WS W680M-ACE SE along with a Core i5-13500. Intel support ECC for consumer CPUs but only when using workstation motherboards :/. The IPMI on this board works well though.

dan,
@dan@upvote.au avatar

I think so, but I don’t have any vPro capable CPUs so I haven’t been able to try it.

dan,
@dan@upvote.au avatar

On Windows, I like Plexamp since I can keep all my music on a Plex server and access it whereever. There’s a Linux version but I haven’t tried it on Linux yet.

dan, (edited )
@dan@upvote.au avatar

When I’m using Windows, I still use foobar2000 for listening to radio streams.

dan,
@dan@upvote.au avatar

Why does Timeshift only support btrfs? Is it just a lack of developers? LVM supports snapshots too, even if you’re just using ext4. ZFS supports snapshots too.

dan, (edited )
@dan@upvote.au avatar

Only the changes between snapshots are stored, so the extra disk usage is minimal

If you want to use a similar approach for backups, Borgbackup is a pretty nice piece of software. I have two backups of my most important files: One on my NAS at home, and one “in the cloud” on a storage VPS (ends up way cheaper than using S3, B2 or anything like that).

dan, (edited )
@dan@upvote.au avatar

I’ve got one with HostHatch that’s 10TB of space for $10/month. It was an offer they had during Black Friday 2020. They had a similar offer during Black Friday 2023 but I think it was around $20/month, paid yearly.

I live in the San Francisco Bay Area and my storage server is in Los Angeles, which is around 10ms round-trip ping time from my home internet connection.

Hetzner is good too. They have relatively cheap “storage boxes” that are a shared environment rather than a VPS. You don’t get proper SSH access, but they do support FTPS, SFTP, Samba, Borgbackup, Restic, rclone, rsync and WebDAV. www.hetzner.com/storage/storage-box

Borgbackup encrypts the backups, so the host won’t be able to actually view your backups.

dan,
@dan@upvote.au avatar

Wow this article perfectly captures the early 2000s experience of trying to teach parents how to use the internet. Internet access wasn’t very widespread in Australia yet, and my parents weren’t really interested in it and thought it was too difficult to use.

dan,
@dan@upvote.au avatar

I remember in 2008 when I was in university trying to use Linux on my laptop. I had to run a script at the command line to connect to my uni’s wifi, because the UI always failed to connect. Then I had to keep wpa_supplicant running in a terminal window the entire time.

dan,
@dan@upvote.au avatar

At my workplace we have sketchy-looking unsigned Applescripts to install printers on Macs. You have to find the right file for the printer you want to install, and run it, or ask IT to do it for you.

It’s not ideal, but everyone that tries to improve the printing experience ends up ragequitting. Last I heard, someone in IT was looking into some sort of “print anywhere” solution where you just install one virtual printer driver and print to it, then scan your badge at any printer to see all your print jobs and print them. Not sure what the status is with that though - haven’t heard about it for a while.

dan,
@dan@upvote.au avatar

I think it does; it’s just automated installation of new printers that’s an issue as far as I know. Not 100% sure since I’m a software developer rather than an IT support person, so I never deal with stuff like that.

dan,
@dan@upvote.au avatar

You can use UNIX sockets with MySQL or MariaDB too.

dan,
@dan@upvote.au avatar

for anything other than a little bit of testing for development work.

It’s really awesome for development work, though. Visual Studio has built-in Docker support, so I can run my app and its unit tests on both Windows and Linux (via Docker) at the same time on the same system during development.

dan, (edited )
@dan@upvote.au avatar

Try MySQL instead of MariaDB. They have some performance tweaks in version 10 that aren’t present in MariaDB.

Also, tune your MySQL (or MariaDB) server. Make sure all tables use InnoDB. Enable the slow query log and analyze slow queries (there may be missing indices). If there’s a lot of unique queries, increase the query cache size.

The easy approach is to run MySQLTuner after the MySQL or MariaDB server has been up for at least a week, and go through its suggestions.

There shouldn’t be a significant difference in performance between PostgreSQL and MySQL/MariaDB if both have been optimized. Out-of-the-box config isn’t ideal for a production system.

dan, (edited )
@dan@upvote.au avatar

It’ll work fine. A NAS is just a PC. Try Unraid if you want a user friendly UI. It costs money but it’s only a one off payment for a lifetime license, and they have a free trial.

dan, (edited )
@dan@upvote.au avatar

I really like the Node 804 even though the design is quite old - probably close to ten years old now. Fractal Design are still manufacturing it, which is rare for case designs that old.

I recently built a NAS using an 804. I had to fit mine into my server closet which isn’t deep enough to fit a regular PC case, so the 804 fit my use case well.

I’ve only got three drives in it (2 x 20TB Seagate Exos X20 for data and 1 x 14TB WD Purple Pro for security cameras) but I wanted the ability to expand in the future, and I wanted to use a Micro ATX motherboard rather than a smaller one.

A Noctua NH-D15 fits fine, even though the spec sheet says it won’t fit.

dan, (edited )
@dan@upvote.au avatar

Debian => stale packages (Really solid distro though but dated version of Gnome)

Did you try using the testing or unstable versions of Debian? Testing is still more stable than some other distros. Packages need to be in unstable with no major bug reports for 10 days before they migrate to testing.

dan,
@dan@upvote.au avatar

Yeah people like to hate on Red Hat, but Linux development would be significantly slower without them.

dan,
@dan@upvote.au avatar

Do people actually use LXD in production? All hosting services I’ve seen use LXC and not LXD for containers, as do UIs like Proxmox and Unraid, and you don’t have to use Snap for LXC.

Is Ubuntu deserving the hate? (lemmy.ml)

Long story short, I have a desktop with Fedora, lovely, fast, sleek and surprisingly reliable for a near rolling distro (it failed me only once back around Fedora 34 or something where it nuked Grub). Tried to install on a 2012 i7 MacBook Air… what a slog!!! Surprisingly Ubuntu runs very smooth on it. I have been bothering all...

dan,
@dan@upvote.au avatar

How different is it from regular Debian? Like if I’m very experienced with Debian, does that equate to being able to easily use Mint Debian Edition too?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #