Almost year ago, I released Docker-OSX to the JB community, for free (security research purposes).
The Docker image now has over 140,000 downloads...
https://github.com/sickcodes/Docker-OSX
Yesterday, I finally added Monterey...
Linux + Xcode working on Catalina, Big Sur, Monterey.
You can plug in your iPhone and install Apps directly from Xcode (ON LINUX).
If you wanted to, you could install IPAs to your phone, from the cloud lol... All completely over the network using usbfluxd. Use an SSH tunnel though, please.
That includes UI testing, using iPhone Developer mode.
You do security research on iMessage, find my iPhone, App Store, etc.
Just tested installing unc0ver over USB, on Linux, through Configurator 2. Flawless.
Should be able to get it working over WiFi too, just working through some mDNS stuff.
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming
Docker: Starting Docker on System Boot on OSX via boot2docker or docker-osx
While it's a relatively minor annoyance, i wanted to find away around the requirement of launching boot2docker, the LXC-emulating layer for OSX, every time I rebooted my machine. Â The following scripts have been designed to automate this process and eliminate the need to manually start that machine.
For a detailed description of what this script is doing, you can check out the write up after the break! Â (I'd recommend at least glancing over it so you're not blindly running shell scripts from the internet.)
How the Script Works
We'll start by pulling in docker-osx. Â This is an excellent all-in-one script that helps automate a lot of the setup and launching process for the Virtualbox VM.