Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It Free
$300 Free Credits to Build on Google Cloud
New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
Debian for WDTV Live (running WDLXTV) - Inc. Build Essentials
Back in 2010, b-rad released Debian Squeeze (MIPSEL) for a WDLXTV hacked WDTV:
http://forum.wdlxtv.com/viewtopic.php?f=43&t=494&start=0
I've placed a copy on SourceForge with the script to chroot the image on a hacked WDTV Live (WDLXTV).
Since then, Squeeze is no longer supported, so Debian moved the source repo's.
The original "/etc/apt/sources.list" file needs to be changed:
deb http://archive.debian.org/debian-archive/debian/ squeeze main contrib non-free
deb-src http://archive.debian.org/debian-archive/debian/ squeeze main contrib non-free
You can then install Squeeze packages: eg:
apt-get update
apt-get install debian-archive-keyring
apt-get install build-essential
Which gives you a basic GCC environment.
...