Hardware: Ryzen AI MAX+ 395 / Radeon 8060S (gfx1151) / 96 GiB VRAM (LPDDR5X-8000, 256 GB/s) Host: Proxmox 9.x Last updated: 2026-04-13
| Purpose | Model | Server | Notes |
|---|
When dealing with Dependabot PRs in CI/CD pipelines, teams face a choice: should automated dependency update PRs trigger deployments, or should they skip deployment and only run tests?
This document compares two approaches:
Quick installation guide for enabling AMD Ryzen AI NPU on Ubuntu 25.04 with Secure Boot.
A convenient git alias for cleaning up after merged pull requests.
git config --global alias.done '!f() { current_branch=$(git rev-parse --abbrev-ref HEAD); if [ "$current_branch" = "main" ]; then echo "Already on main branch"; git fetch && git pull && git remote prune origin; else git fetch && git checkout main && git pull && git branch -d "$current_branch" && git remote prune origin; fi; }; f'| FROM mysql:5.6 | |
| MAINTAINER Your Name <you@yourplace.com> | |
| COPY wait-for-mysql.sh / | |
| CMD /wait-for-mysql.sh |
I hereby claim:
To claim this, I am signing this object:
Details and where I ripped most of this from is at: http://askubuntu.com/a/537197
Another reference with detailed explanation of the vulnerability: http://security.stackexchange.com/questions/70719/ssl3-poodle-vulnerability
Look at Docker Installation or if you already have VirtualBox and Homebrew installed:
`brew update && brew install docker`