Skip to content

Instantly share code, notes, and snippets.

View omerdn1's full-sized avatar
💡

Omer Dangoor omerdn1

💡
View GitHub Profile
@FreddieOliveira
FreddieOliveira / docker.md
Last active September 30, 2024 03:39
This tutorial shows how to run docker natively on Android, without VMs and chroot.

Docker on Android 🐋📱

Edit 🎉

All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.


Summary

@geoffreydhuyvetters
geoffreydhuyvetters / react_fiber.md
Last active August 15, 2024 15:17
What is React Fiber? And how can I try it out today?
@anthavio
anthavio / gist:38d0ba4c916ab1911a47
Created December 18, 2014 22:11
redis windows errors
redis 2.8.17
[5288] 18 Dec 22:04:02.908 #
The Windows version of Redis allocates a memory mapped heap for sharing with
the forked process used for persistence operations. In order to share this
memory, Windows allocates from the system paging file a portion equal to the
size of the Redis heap. At this time there is insufficient contiguous free
space available in the system paging file for this operation (Windows error
0x5AF). To work around this you may either increase the size of the system
paging file, or decrease the size of the Redis heap with the --maxheap flag.