Secure File Transfer for Windows with Cerberus by Redwood
Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.
Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
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.
...