Cyber

joined 2 years ago
[–] Cyber@feddit.uk 10 points 1 week ago (3 children)

I think they meant they're not a fan of Windows and having to update those programs individually...

[–] Cyber@feddit.uk 2 points 1 week ago

Not brush, but flexible gromit strips will do the edge protection bit.

Then, dunno, postbox / door draught excluder brushes?

[–] Cyber@feddit.uk 2 points 1 week ago (1 children)

Ah, Ok, yeah Arch on ARM is struggling at the moment

I have / had some Ras Pis on it, but they wrapped up .. Pi0? a while back, so had to look at Raspbian (or whatever it's called now)... I'd not considered Gentoo for them... hmmm

Maybe I'll check that out

Thanks

[–] Cyber@feddit.uk 2 points 1 week ago (4 children)

Interested in why you went back to Gentoo after Arch.

I use Arch (btw) and tried Gentoo back in the day, but it's always in the back of my mind that compiling source could be "better"...?

[–] Cyber@feddit.uk 3 points 1 week ago (2 children)

I believe some manufacturers allow end users to claim the license cost back.

[–] Cyber@feddit.uk 2 points 1 week ago (1 children)

Do check the manufacturer's T's & C's - you might need Windows if returning for hardware issues.

I take a full disk image of a new computer before powering it up, so that I can restore it exactly as it was when purchased.

[–] Cyber@feddit.uk 1 points 1 week ago

Take a backup and go for it.

Personally, I ditched OMV for standard Arch Linux and just added the packages I wanted...

[–] Cyber@feddit.uk 1 points 1 week ago

It was a weird mix of driving beat out cars / vans around farm fields (some of it during summer jobs... fantastic), gaming, walking / biking, then driving places with my friends and missing out on canabis... mostly good times

Stranger Things brought back a lot of memories for me, albeit without all the weird stuff.

[–] Cyber@feddit.uk 3 points 1 week ago (3 children)

Mint is the best apparently

https://distrowatch.com/

I use Arch btw

[–] Cyber@feddit.uk 3 points 2 weeks ago
[–] Cyber@feddit.uk 2 points 2 weeks ago

Personally, I think it's the best advertising point of these devices - "effortlessly" making your phone fully charged again.

That single (non-verbal) action has made more people reconsider their choice of phone than anything else.

 

pfSense... Anyone have much experience with the new Kea DHCP server?

I'm using 2.7.2 (Community Edition) on a fairly good Celeron based system that's not heavily loaded, but I have 7 network segments (VLANs and physical interfaces), so I have 7 DHCP pools / configs.

Just adding 1 more static reservation can cause a significant delay when reloading the service and because I register static reservations in DNS, the network loses DNS so I "break the internet" for a short while.

Would Kea fix this?

 

pfSense... Anyone have much experience with the new Kea DHCP server?

I'm using 2.7.2 (Community Edition) on a fairly good Celeron based system that's not heavily loaded, but I have 7 network segments (VLANs and physical interfaces), so I have 7 DHCP pools / configs and just adding 1 more static reservation can cause a significant delay when reloading the service and because I register static reservations in DNS, I can lose comms.

Would Kea fix this?

 

Well, as the title says, I've had a few notifications that alerted over night and I'm wanting to sleep instead

These are ntfy alerts, but driven by Uptime Kuma... and I can't find a programmatic / config option that says "don't notify between 11pm and 7am" (but willing to admit I've just not found it... yet...)

I need my (Android, ofc) phone to be on in case of family calls / messages, so I can't use "Do Not Disturb", and remembering to manually mute the ntfy app each night just doesn't make sense to me - computers are quite capable of automating my requirements for me.

So... any pointers? I'm sure you're not all getting alerts at 2am because your ISP dropped a few packets...

 

I secure systems for my day job. That means installing AV software, ensuring Windows Firewall is ON, etc. (Plus many other things...)

I've seen discussions around disk encryption here, but I don't recall much about a malware protection. Maybe a little about personal (desktop) firewalls.

I'm aware of Clam, etc, but is anyone actually using these tools much?

Or are we just presuming we're all immune from the bad guys targeting Windows?

 

So, I've had it up to here (^^^) with the family using WhatsApp, etc and I'm heading off into the land of XMPP to find a better solution.

I've got a Pi3 hanging off my pfSense firewall acting as a kinda DMZ box, so thought I could setup an XMPP server on it (Prosody?)

Any advice? Will the Pi crumble (see what I did there) under the pressure of 4 people using it?

Issues with proxying outside with a Lets Encrypt cert on the pfSense box, but maybe not inside the network?

"Better" server software?

Thanks

 

I've started looking at Ansible to manage all the laptops, VMs, SBCs that I have running Arch Got the ol' pacman installs / updates working fine, but I'm having some problems understanding how to setup AUR to install some of those packages.

Main issue is where Ansible is basically doing everything as root, and AUR helpers don't want to run as root, so ok, create a 2nd non-root user first...

But even installing an AUR helper (yay) brings problems:

I can setup a folder in /tmp/aur , I can git clone the yay package, but then I have no idea how to run makepkg or then yay as that non-root user.

Does anyone have this already figured out?

Or... am I going about this the wrong way?

 

I'm currently running HA on a Pi3... it works fine, but it's now a single point of failure.

I have some new hardware arriving to run VMs in and was intending to move HA to it, but now I'm wondering if I can have HA in 2 places for fault tolerance.

I'm aware that there's no built-in failover options, but has anyone done something similar?

 

Ok, I've done a fair bit with wifi devices, now I'm waking up to zigbee.

Got myself an S26 R2 to play with, but just wanted to clarify a few things...

So, if I had a few of these around the house, would they form the man backbone of the zigbee mesh network? Or do they not provide that function?

And also - possibly n00b question - I presume there's still a need / benefit to flash with esphome? Couldn't see anything obvious on the site and only searched online for a few mins before giving up and asking for experience rather than random sites...

 

Has anyone used the Traccar integration with a full Traccar server vs the webhook Android client?

There's an issue with the latest version of the Traccar client sending more data than HA can understand (Traccar Integration: extra keys not allowed #84540)

So, I was wondering whether it's worth setting up a full Traccar Server?

It seems like total overkill, but maybe it has other benefits?

 

I have a few devices running Arch... Rasperrys, laptops, a NAS, etc

After an update I'll run pacdiff to check for any updated configurations to look out for.

On the laptops I'll use meld to compare and it's nice to visually pick and choose what to update.

But for the headless units, I'm using vimdiff and it's sometimes difficult to see what to change - esp. when a few lines in a block of changes needs picking and choosing.

What other approaches are you using for this?

view more: ‹ prev next ›