Great Blue Heron

  • 6 Posts
  • 73 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle


  • It’s pre terminated pure copper direct burial cat6 from Amazon. I don’t have access to a real tester, but my cisco switch has some built in test capability and I’m not sure I fully understand the results, but it’s assessment of the cable length is pretty close and, more importantly, it shows all the pairs are the same as each other. I think that if there was some damage to the cable, it’s unlikely that it would affect all the pairs in exactly the same way. I have other weird grounding issues - like 20V between neutral and ground, even though it’s a new house and they’re properly bonded at the service entry. I had a really old transformer on the street feeding the two buildings and the power company recently replaced it - I was disappointed when this didn’t resolve all my issues.





  • I already have a pair of Ubiquiti airMax GigaBeams left over from a different project and agree - they perform incredibly well. I didn’t even bother aligning mine as they did 800Mbit/s just pointed in the right general direction. A trench was being dug to the studio for another reason and cable is relatively cheap so I figured I’d drop one in. Hasn’t turned out as well as I hoped. I will setup the GigaBeams one day - but the cable does occasionally sync at 1Gbps and I’m hoping that one day it just stays there :-)




  • I’ve thought about trying a tiling window manager, but I don’t think I’d get the benefit. I don’t really do a lot these days and normally just have one or two things going concurrently and with two screens that’s trivial to layout.

    The main thing I struggle with (with my old eyes) is things like Firefox that override the normal window manager decorations - I find the edges get lost and they blend into each other. A tiling window manager would help with this, but I just turned off Firefox’s ability to do that.


  • Oh damn what were your reasons for moving from freebsd back to Linux?

    My work was AIX, HP/UX and a bit of Solaris. Linux development was starting to get to the stage where our customers were looking at using it for “real” workloads and I figured I should get comfortable with it again so I’d be in a position to take on production servers at work.

    I don’t think I’m concerned about being on older (stable) stuff - I really only use Firefox (I dumped the Debian release and added the Firefox repository) and a few utilities like a music player etc.

    I was also considering openSUSE Tumbleweed and didn’t really decide not to do it - it’s just that a USB with Debian was sitting on my desk when I decided to do it, so that’s what I used. A big part of my anxiety about switching from Windows was getting my data under control - now that I’ve done that it won’t be an issue to switch distros so I might give it a go. I may even try Slackware again now that you’ve got me thinking about it.



  • Because I only used it for a few months and it was a while ago! It was ony mentioned to age me. Not long after I installed it we got nice new RS/6000 860 laptops and I ran an AIX desktop for a couple of years. Then we got Intel laptops and Windows.

    I went with Debian because I’ve been running Ubuntu servers at home for years (since zfs on Linux became solid enough that I could switch from FreeBSD) so I’m comfortable with apt package management and wanted to stick with that. I didn’t want to stay with Ubuntu because of the commercialisation creeping in.










  • You need to understand the difference between a docker run command, and detaching to run a container in the background. Just running it with ‘run’ keeps it in the foreground.

    Yes, I understand this. I was just highlighting that it’s not a great experience for a new user to follow the instructions to setup a server and be left with it running in the foreground.

    For the passphrase issue: https://github.com/nextcloud/all-in-one/discussions/1786

    Thanks! This should get me past my current hurdle so I can do some more testing. Again - not a great experience to have to come to a forum to get help to find a passphrase. I’m pretty sure I didn’t miss any steps?

    Lastly, if you’re not familiar with containers, and this is a single purpose machine, you’d be better off just running the bare project on the host. If there’s no need for containerization, just skip it.

    I’m familiar with containers, but think they’re overused. Stupid little things that are a single Python script (for example) shipping as a Docker image! But, I thought Nextcloud was complex enough to be worthy of a container? This is not a single purpose machine, but I’m an old, retired, sysadmin - I have no problem running a few different servers on the same host.

    Are you referring to the “Archive” Community Project installation method?