Skip to content

Instantly share code, notes, and snippets.

View selfisekai's full-sized avatar

LN Liberda selfisekai

View GitHub Profile
@sdomi
sdomi / internetShare.md
Last active March 2, 2024 18:15
farewell

Magical Linux internet sharing: The Tutorial

The following tutorial assumes that you want to provide the interwebs to a PC connected via eth0 to your host, and that your host is connected to the world via wlan0.

  1. Set up the local IP address
# ifconfig eth0 192.168.250.1

or, if you're using ip:

# ip a a 192.168.250.1/24 dev eth0
@Piotr-Aueternum
Piotr-Aueternum / README.md
Last active January 2, 2024 19:51
Jak zacząć w Reakcie i Reduksie, a całość dopełnić Ramdą.
@parshap
parshap / node-modules-in-react-native.md
Last active March 27, 2025 15:59
Running Node Modules in React Native

Running Node Modules in React Native

How to use packages that depend on Node.js core modules in React Native.

See the [node-libs-react-native][node-libs-react-native] library as a convenience for implementing this method.

Node.js Core Modules