deleted by creator
deleted by creator
I swapped out delta fan a few months after release, agree fairly straightforward. Upgraded the nvme ssd to 1tb sometime before replacing with OLED model.
I’d recommend using distro you know best and/or most prefer to work with. I use the flatpak install of Jellyfin Media Player but there are also deb files available.
I’m currently using minipc with Intel n5105 (or something similar) for 1080p HTPC. Debian 12 OS with auto-login & Jellyfin Media Player starting at login. I control it with pepper jobs RF remote but also have a logitech wireless keyboard+touchpad for it. Keyboard+touchpad come in handy when browsing media sites on firefox but some might restrict quality. Some of the newer minipc’s I tried required adding backports repo to install newer kernel for wifi to work. I had been playing with Debian a lot when I set up first one & been using clonezilla to image them so it’s stuck.
Ordered a gmtek n97 minipc to play with and should have it in about a week. Going to test it out with 4k but it’s not a deal breaker for me if it cannot handle that well enough.
Yep, asking for something I’m sure a lot of us would love to have, a ready to go TV remote control style usage, but rather than having discussions about why those options aren’t viable just downvoting.
Create a backup image from the working SD card. Write that backup image to a spare SD card and verify it works. Then try to do ‘apt update’ and see if anything breaks. If it breaks you got a spare SD card ready to go :)
To find the numerical user ID (uid) and group ID (gid) of an account or group you can use the ‘id’ command such as: id root
As for which one to use on ownership and docker, that will vary widely and would require knowing more about how things are setup. I’d try to use the same one that is running the docker commands.
I had issues with DNS checks and traced it to my pihole. I changed that container’s resolv.conf to use cloudflare DNS and it has been working fine since. It was with Caddy so needed to change over to use IPs.
Another thing to remember is the client needs to support decoding the video in hardware or have enough CPU to handle it in software. I have intel i7 (3rd gen) with no hardware HEVC/x265 support but it has enough CPU to power through.
2X speed was impressive for the time too :)
I’ve had good luck with refurbished Dell laptops. My primary laptop is a refurbished Dell Latitude 11" 3120. Bought it for ~$250 at beginning of this year and currently have Fedora on it. It’s not very powerful. I use it primarily to browse the web, watch movies/tv, and vnc/ssh to my other systems. Can last about 5-6 hours streaming video from jellyfin at 50% brightness, other stuff barely uses any power and can stretch out to 9-10 hours if I set display brightness even lower.
I’ve always bought Windows laptops then put linux on them so I’m used to verifying that tools such as TLP are installed, configured, enabled, and working. There is too much variety with laptops for all of them to be handled automatically unfortunately so I always verify it. If a laptop came with Linux pre-installed then it might be good to go ootb but I’d still verify.
The 2X part means the DVD drive could read DVDs at up to 2X speed
Quick way to check if a program is using hardware video acceleration is with a gpu top utility.
Intel - intel_gpu_top
Nvidia - nvidia-smi / nvtop
AMD - radeontop / nvtop / amdgpu_top (just did quick search, don’t have any AMD powered on to verify)
For steamdeck on the couch something like the xreal or rokid would be better. Some people have been able to make VR work with steamdeck with bad performance but they only tried VR games so don’t know how it would be with regular games.
I bought a pair when they were still going by NReal name and they worked well with steam deck and my laptop. Battery life would last longer with only the glasses on. I didn’t like always having to wear contacts so picked up a pair of Rokid’s glasses too. Those have built in diopters and have been working well.
Self-host your own ACME server. Then you can use certbot pointed there.
These instructions are old so not sure if newer/better ways, https://blog.sean-wright.com/self-host-acme-server/
Is MariaDB on spinning disk or ssd?
I initially set up Nextcloud with MariaDB on spinning disk but it was slow even completely empty. I moved that container to ssd & performance was a lot better. The web UI may still have some slow loading parts but I can’t say for sure since rarely use it. Caldav+carddav+Nextcloud client are how I usually interact with it.
Sounds like bridge mode is needed for the vm’s network interface in virt.
I would say proxmox ve is easier to start with.
I’d rather not wear anything on my wrists but I like data so wear an Apple watch 7 to collect health data. I use Health Auto Export app on iOS to sync health data to homeassistant. I found straightforward guide to set it up but it is not perfect, need to open the app regularly for the data sync to happen. Battery life sucks, for my usage max it’ll last is a little over 2 days. Quick charging works well enough so usually only gotta charge for a few mins once a day.
If router supports it, a static route via connected machine with IP forwarding enabled might work. OpenWrt has packages for things like tailscale and zerotier so could do it without an extra machine too.
For 3, if router supports it could also try doing static route via Tailscale joined machine that has IP forwarding enabled
Looking at Intel specs for that model of CPU has ‘Intel Turbo Boost Technology’ as ‘No’ so it may not be possible to get rid of the warning but fine to ignore. https://ark.intel.com/content/www/us/en/ark/products/122590/intel-core-i3-7020u-processor-3m-cache-2-30-ghz.html#tab-blade-1-0-7
Here’s a similar issue on their github, https://github.com/AdnanHodzic/auto-cpufreq/issues/446 Sounds like it should still be able to slow down the CPU but it won’t be able to change turbo boost due to processor not supporting that feature.