Ah - a Tesla, I assume :)
Here's to it 🍻
Ah - a Tesla, I assume :)
I'm guessing 'Murica
Ah ok. I have finally figured this out myself. It seems that some of these applications are GTK4 apps. Theme settings for these apps are simply a css file in a folder, and not related to any other settings in gnome. Thats pretty silly if you ask me...
~./config/gtk-4.0/gtk.css
Flimmer
ActivityPub has fostered a social web for millions of people. To grow, some developers believe it needs improvement. These are their efforts.
Can we get this with the A-Teams theme song? I feel like that would really help :)
They're two different things. This is a camera. Motioneye is not a camera.
Yeah, pretty much. It's danish btw 🙂
Not better, but also good.
My Lenovo laptop has a sleep setting in the BIOS that can be set to either Windows or Linux. Changing that helped me out 👍🐧
Temp files for transcoding. No need to hit the disk.
Any chance you are both accessing your services locally with a local DNS, and publicly with something like Cloudflare?
I have a bunch of used ThinkPads. Whats that blacklist thing? Never heard of it 🤔
It was in a subfolder. Probably a mistake.
GPL
https://github.com/neuromorph/openbar/blob/main/openbar%40neuromorph/LICENSE
They have a docker-compose.yml
file in the repo. It looks like it has everything all ready for you.
This is how mine works, with a Nvidia GPU
services:
jellyfin:
volumes:
- jellyfin_config:/config
- jellyfin_cache:/cache
- type: tmpfs
target: /cache/transcodes
tmpfs:
size: 8G
- media:/media
image: jellyfin/jellyfin:latest
restart: unless-stopped
deploy:
resources:
reservations:
devices:
- driver: nvidia
device_ids:
- "0"
capabilities:
- gpu
Patent trolls are not limited to software.
There is no information available to say who is good or evil here.
Try with nslookup and see if you're resolving the domain to both your local ipv4 address, and the Cloudflare ipv6 at the same time. I am using pihole for my local DNS, and it would give me both my local address, and also the Cloudflare ipv6 address.
Edit
My pihole will ask upstream even if the domain was listed locally. It doesn't ask Upstream for cname.
I think most tech people would block everything with .zip. it is blocked on my network at least. Sounds weird to have a tech instance with that TLD.
I've fixed the same issue for me.
Originally I had this in my Local DNS settings in my Pi-Hole:
- service1.domain 10.0.0.4
- service2.domain 10.0.0.4
- service3.domain 10.0.0.5
I changed that to this:
- host1.domain 10.0.0.4
- host2.domain 10.0.0.4
And then I added CNAME Records to the services like this:
- service1.domain host1.domain
- service2.domain host1.domain
- service3.domain host2.domain
This fixed the whole thing for me :)
Edit: Gonna add some more info
The trick that makes this work, and probably will for you too, and allow you to keep your HTTPS queries, is that Pi Hole will just not ask upstream, if it has the DNS name in the CNAME records. Those CNAME records will have to point to a domain, that Cloudflare doesn't know about. That way there is no other records upstream that will confuse the DNS server and your browser.
The hostname you have in your local DNS records that your CNAME points to, will be something only known locally for you.
The article mentions it several times, but there is no evidence of it.
It is not a Model X in the video
In Firefox, at least desktop, you can right click, and copy link without tracking stuff.
Edit: havent tried with links from Facebook
I think you're giving Trump way too much credit. I honestly don't think that there is any reason to what he does or says.
You should change to use cname in pihole. I will write up on my computer later for you.
Yeah. Absolutely!
I think probably Star Wars. I still like it.
Here is some more info on why its a bad TLD:
https://medium.com/@bobbyrsec/the-dangers-of-googles-zip-tld-5e1e675e59a5
Sorry for it being a medium article.
I am running OCIS on a Raspberry Pi at home. I like it. The Android app is not the best, but you dont need that.
I don't see how his, very reasonable, views makes Linux itself (more?) political. What is the point of this post?
I think some of the reason might be that Comic sans used to have really bad kerning. But with a mono font it is not really an issue.
Recently got a used X270 for my kid, for school. It came with windows 11, but I put Ubuntu Budgie on it.
It cost me about 220 USD in my currency.
Very nice computer.
Probably a non-issue for this use case then. A relatively cheap Lenovo for programming, would not be too old to have a decent wifi card already in it. Even the pretty old ones I got for my kids have decent wifi cards, some even 4g. No issues at all with running Linux.
Awesome! I'm glad that it worked. It took me a while to figure out, when it happened to me. Glad that I could make your life easier :)
In the same place as you run your docker compose up
command you just type docker compose logs
There will probably be something in the logs that tells you what is going wrong. Maybe it can't connect to the db, or maybe it's starting on a wrong port or something.
Its whats also referred to as basic auth. These days its mostly in a header, but it used to be in the url like the example.
I tried resetting it all. No extensions or anything.
I was very interested in this. Installed it, and set it up to use my preferred auth server (also selfhosted). It worked just great!
But! Then I wanted to install the add-on in my firefox browser. And it doesn't work when using only and oauth server :(
Will probably not use this much without the extension
Hmm. I would think so. But I haven't actually checked. That was my thought.