Skip to content

Instantly share code, notes, and snippets.

@po5
po5 / universal-torrent-gallery.user.js
Last active April 14, 2025 14:04
Gallery view for trackers
@cs8425
cs8425 / README.md
Last active September 18, 2025 20:18
How to REAL install Remix OS on VirtualBox

How to REAL install Remix OS on VirtualBox

This is how to REAL install Remix OS on VirtualBox. rootfs could be writable!!!

Needs:

  • any linux liveCD iso file (Xubuntu here)
  • Remix OS iso file ("Remix_OS_for_PC_Android_M_32bit_B2016092201.iso" here)
  • VirtualBox
@meskarune
meskarune / netctl static networking
Created April 17, 2013 12:14
netctl networking configuration
Description='A basic static ethernet connection'
Interface=eth0
Connection=ethernet
IP=static
Address=('192.168.1.23/24' '192.168.1.87/24')
#Routes=('192.168.0.0/24 via 192.168.1.2')
Gateway='192.168.1.1'
DNS=('192.168.1.1')
## For IPv6 autoconfiguration