For people still on the new Siri waitlist on Mac you can run this command and restart your Mac to bypass it
sudo defaults write "/Library/Preferences/FeatureFlags/Domain/GenerativeModels.plist" "EnhancedSiriWaitlist" -dict-add Enabled -bool NO
#siri#siriai#macos27#ios27
Dans mon dernier article Medium, je partage une méthode détaillée pour déployer un cluster Kubernetes sur des serveurs physiques (on-prem), en utilisant des scripts shell sous Ubuntu.
👉 Découvrez l’article ici : medium.com/@bidigafadel/mett…#Kubernetes#Ubuntu#DevOps#sysadmin
I saw a job post the other day. 👔
It required 4 years of experience in FastAPI. 🤦
I couldn't apply as I only have 1.5 years of experience since I created that thing. 😅
Maybe it's time to re-evaluate that "years of experience = skill level". ♻
Ici un code #ansible pour créer un cluster Kubernetes from scratch rapidement et sans erreur.
Il est spécifique aux serveurs Ubuntu/Debian
github.com/fadex022/k8s-ansi…