sickcodes/Docker-OSX 8397
Mac in Docker! Run near native OSX-KVM in Docker! X11 Forwarding!
Run iPhone (xnu-arm64) in a Docker container! Supports KVM + iOS kernel debugging (GDB)! Run xnu-qemu-arm64 in Docker! Works on ANY device.
My cheatsheets
sickcodes/3gpp-decoder-linux 1
3GPP Decoder Linux
AltStore is an alternative app store for non-jailbroken iOS devices.
Experimental APFS tools for linux
sickcodes/api.cryptoscamdb.org 0
Keeping track of all current cryptocurrency scams in an open-source database
A fully-modern text-based browser, rendering to TTY and browsers
This project was created by [email protected] ,and reference netcwmp https://github.com/netcwmp/netcwmp
sickcodes/cygwin-auto-install 0
Automated cygwin install. Just download the project as a zip file, extract and run cygwin-install.bat to install cygwin + apt-cyg + common optional packages.
startedsickcodes/Docker-eyeOS
started time in 3 hours
startedsickcodes/Docker-OSX
started time in 4 hours
fork graysky2/openwrt
This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins or for reporting issues. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. All issues should be reported at: https://bugs.openwrt.org
fork in 5 hours
Mac in Docker! Run near native OSX-KVM in Docker! X11 Forwarding!
https://hub.docker.com/r/sickcodes/docker-osx
fork in 5 hours
startedsickcodes/Docker-OSX
started time in 5 hours
startedsickcodes/Docker-OSX
started time in 5 hours
starteddeepmap/oapi-codegen
started time in 8 hours
issue commentsickcodes/Docker-OSX
The recovery server could not be contacted [Error during installation]
@afridi26 I think the problem is your container doesn't have access to internet and it's not about macOs at least you should be able to have ping to 8.8.8.8 from container
and then i use openvpn in my host to continue installing ( اینجا ایرانه دیگه مجوریم )
comment created time in 10 hours
startedbbbbbrie/awesome-kinesis
started time in 11 hours
issue commentsickcodes/Docker-OSX
The recovery server could not be contacted [Error during installation]
I tried to load a website in safari browser but its not wokring. I am sure it is internet issue. I am behind the proxy and connected via anyconnect.
If I am able to install openeconnect somehow inside the container, then I can get access to public internet. I am trying to update the Dockerfile, so to install openconnect and then use it? What you say is it a good idea?
comment created time in 13 hours
issue commentfelHR85/UsbSerial
Thanks for the reply. It was a silly question. It was solved on the same day I asked. But forgot to close the issue.
comment created time in 13 hours
issue closedfelHR85/UsbSerial
String data; static StringBuilder str = new StringBuilder();
/*
* Data received from serial port will be received here. Just populate onReceivedData with your code
* In this particular example. byte stream is converted to String and send to UI thread to
* be treated there.
*/
private UsbSerialInterface.UsbReadCallback mCallback = new UsbSerialInterface.UsbReadCallback() {
@Override
public void onReceivedData(final byte[] arg0) {
try {
for (byte b : arg0) {
String st = String.format("%02X", b); //Convert Byte to hex
str.append(st);
data = str.toString();
}
if (mHandler != null){
mHandler.obtainMessage(MESSAGE_FROM_SERIAL_PORT, data).sendToTarget();
}
} catch (Exception e) {
e.printStackTrace();
}
}
};
closed time in 13 hours
ShashiShekhar7issue commentfelHR85/UsbSerial
Data receiving problem in example asyncronhous
I have the problem, too. I think this is because the buffer size is larger than the size of the data received each time from the Usb Device. And I am trying to solve the problem. Do you have some good methods?
comment created time in 13 hours
issue commentfelHR85/UsbSerial
You can use the function str.delete(0, str.length()) to clear the data after the for loop.
comment created time in 13 hours
issue commentsickcodes/Docker-OSX
The recovery server could not be contacted [Error during installation]
@rabinhod Hey Thanks,
I tried but the problem persists.
Regards, Aftab
comment created time in 15 hours
issue openedsickcodes/Docker-OSX
Scripts for waiting mac ssh to come up
Just sharing😃
Install sshpass for auto enter password.
sudo yum install sshpass
Make a sshDockerOsx.sh:
sshpass -p docker-osx \
ssh \
-o UserKnownHostsFile=/dev/null \
-o StrictHostKeyChecking=no \
-p 50922 \
docker-osx@localhost $@
Make a waitForDockerOsx.sh:
until ./sshDockerOsx.sh true; do
echo "sleep 2 for waiting"
sleep 2
done
echo "Docker-OSX SSH ready"
After docker run -d .... start up macOs, execute ./waitForDockerOsx.sh && ./sshDockerOsx.sh can auto wait and login macOS.
created time in 16 hours
startedsickcodes/Docker-OSX
started time in 16 hours
startedsickcodes/Docker-eyeOS
started time in 16 hours
startedkm4ack/pi-build
started time in 17 hours
startedsickcodes/Docker-OSX
started time in 18 hours
startedollykel/v-vim
started time in 18 hours
startedsickcodes/Docker-OSX
started time in 19 hours
startedsickcodes/Docker-eyeOS
started time in 19 hours
startedsickcodes/Docker-OSX
started time in 20 hours
issue commentsickcodes/Docker-OSX
The recovery server could not be contacted [Error during installation]
I fixed with this link
https://www.edureka.co/community/12726/my-docker-container-has-no-internet
comment created time in a day
startedsickcodes/Docker-eyeOS
started time in a day
fork bnavigator/pytest-aiofiles
pytest fixtures for writing aiofiles tests using pyfakefs
http://pytest-aiofiles.readthedocs.io/
fork in a day
startedsickcodes/Docker-OSX
started time in a day
startedmdlayher/netlink
started time in a day
startedNVIDIA/enroot
started time in a day