New Toy - Geekom A5
I purchased a Geekom A5 from Best Buy, and it arrived yesterday. I really like it. It 's so quiet and is contained in such a small package. It also came with a thank you card, which I thought was a nice touch.
Here's a review of it:
https://www.itpro.com/hardware/the-geekom-a5-2025-edition-is-possibly-the-best-mini-pc-on-the-market
Here's some of its specs:
It has a fast wifi connection:
I wasn't sure if I should set it up for dual-boot or use wsl2. I want to do some software development and run docker containers. I choose wsl2 with Ubuntu for the Linux VM.
Here's some of the software that I installed so far:
- wsl2 (https://learn.microsoft.com/en-us/windows/wsl/install)
- ubuntu (https://documentation.ubuntu.com/wsl/stable/howto/install-ubuntu-wsl2/)
- deja-dup (sudo apt install deja-dup - to restore backup from Ubuntu laptop)
- visual code studio (https://code.visualstudio.com/)
- docker desktop (https://docs.docker.com/desktop/setup/install/windows-install/)
- dockuwiki (https://hypot2noose.blogspot.com/2026/03/dokuwiki-docker-container.html)
- heimdall (https://hypot2noose.blogspot.com/2026/01/link-docker-containers.html)
- portainer (https://hypot2noose.blogspot.com/2026/01/portainer-docker-container.html)
- linkding (https://hypot2noose.blogspot.com/2026/01/link-docker-containers.html)

Comments