I haven’t dealt with Canon stuff, but the Arch Wiki is a good place to start.
Voytrekk
- 0 Posts
- 6 Comments
Voytrekk@sopuli.xyzto Linux@lemmy.ml•How to deploy Docker images to Raspberry Pi w/o using a image registryEnglish0·20 days agoPerhaps a compose file on the raspberry pi. You can have it build the container as part of the compose file, then you can just start your services up with
docker-compose up -d --build
. The only things you would need to do is update the git repos and rerun the up command. You could also script it to pull the git repos before building.
Did you read the post? The author was complaining about websites who use just the IP instead of the header.
Its because the senior Dev doesn’t know how it works either. He inherited the project from another team.
Voytrekk@sopuli.xyzto Technology@lemmy.world•You knew it was coming: Google begins testing AI-only search results | This version of Google won't show you the 10 blue links at all—Gemini completely takes over the results in AI ModeEnglish0·3 months agoCouldn’t agree more. I use both tools as they have their place, but when I want a search engine, I don’t want to get an AI answer for the result. Like if I’m searching for documentation on something, what benefit would the AI provide me over just giving the link?
It is. Maybe they meant CachyOS, which is a popular Arch based distro.