Interesting - why avoid asterisk?
I looked into fusion to play with but I’ve been using asterisk casually since like the 00s with no issues.
Interesting - why avoid asterisk?
I looked into fusion to play with but I’ve been using asterisk casually since like the 00s with no issues.
Excellent! Nice work.
I don’t know what dns rebind is but once DNS A records are pointed to the right place then it’s just a matter of setting up the rest of your stuff.
Is that expected? Otherwise check to make sure DNS settings for the domain are correct (eg ns records dig NS example.com
IIRC).
First off - you don’t explicitly say so I just want to double check - you’re not using example.com as the actually domain correct?
If not the next thing to do would be to check out what DNS is doing. You can use the dig
command to see what IP address is being returned for the domains you’re trying to hit.
dig +trace
may be useful as well.
I like monit. It’s simple to setup and pretty flexible.
Not a particularly helpful comment but I struggled with this kinda thing until switching to Node Red. It made complex things much easier to get working.
https://www.bonappetit.com/recipe/easy-no-knead-focaccia
I use this recipe and it is absolutely my most requested loaf of bread I make. More than one person calls me up to ask that I make it.
Make sure you make the butter topping, get some nice flaked salt (I use wild garlic flake salt).
If you’re new to bread the best thing you can do for yourself is get a scale and weigh your ingredients.
And practice a lot
This is all true ofc but holy crap - Jon is returning to the daily show.
https://www.cnn.com/2024/01/24/entertainment/jon-stewart-daily-show/index.html
There’s nothing really bad with PiHole but I moved from it to AdGuard, both on proxmox. The UI brought me in, makes management a bit easier. It also supports DoH right out of the box.
Try em both. See what you think.
Can you use json_attributes instead of the state for the value?
Give this a read for some ideas:
https://community.home-assistant.io/t/rest-sensor-state-max-length-is-255-characters/31807/20
I just spent a week evaluating all the popular choices to document an overlay network I’m standing up. All I want is a simple markdown interface to write notes in. My goal was something with a very simple UI, markdown, and very light weight.
MediaWiki, Bookstack, and WikiJS (or JSWiki) were good but they were too much for what I needed. I ended up with stumbling on gollum and really like it. It’s very very simple, fast, and clean. I wrote a one line cronjob and now I’m backed up to gitlab.
This isn’t a railroad car. Deadheading on aircraft mean the company is getting you from one place to another. You’re on the clock, on duty, and generally must be provided a seat in the back.
Jumpseating (usually for commuting) is when you travel on your own time, own dime, typically done before or after a trip. You may be provided a seat in the back, but if there are none you may be granted access to sit in the cockpit jumpseat. You are on duty when jumpseating and considered part of the crew.
Deadheading means you’re in the back of the plane. He was jumpseating, most likely commuting.
Huh…so there’s currently no open source search engine out there? I see a few crawlers, and some UIs the crawlers can use but no one project consolidating the two.
You alluded to this already but ESP32 et al is really awesome but they (and arduino) are microcontrollers, not mini pcs like a raspi which have very different purposes.
You CAN run a webserver on a microcontroller but you’re essentially writing a program to do so. On a raspi you’re installing a full OS and then installing apps (nginx, Apache, jellyfin etc).
Conversely raspi has GPIO which can be used to easily interface with electronics just like the ESP32 but now you’re stuck maintaining a whole os to make your LED blink.
Give this video a watch!
Why can you not set your own DNS on your devices?
If you mean you can’t set your DNS automatically that would be due to DHCP. You can setup your own DHCP server and set the DNS IP to whatever you want (8.8.8.8 etc).
PiHole should handle all this for you all while blocking ads and being a local DNS resolver.
Just to dispel the stigma for a lot of fruit often frozen is better than “fresh” as fresh fruit is often picked before it’s ripe and the varieties are often bred for transportation rather than flavor.
Ah yes that makes sense. I was taken aback by my latest install of freepbx. I feel it wasn’t as aggressive during the Digium days but it definitely left a bad taste in my mouth.
I heard good things about free switch, although it seems like a paradigm change. I’ll have to check it out.