Skip to content

Instantly share code, notes, and snippets.

View selfisekai's full-sized avatar

lauren n. 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
@citrusui
citrusui / adobe-hashes.md
Created May 18, 2019 12:49
File hashes for older Adobe software

Due to some recent shenanigans between Adobe and Dolby, older versions of Adobe software are no longer available for download and evaluation.

Unfortunately, that means you'll need to resort to third-party websites to find copies of old Adobe software. To make sure you're getting an unaltered copy of the software you're looking for, you'll need to verify the authenticity with a hash. A list of known hashes is listed below.

NOTE: Only for evaluation/trial purposes. Don't steal software. Discontinued Adobe software is still protected under copyright law, and it is illegal to distribute copies without prior permission from Adobe. No links to the software mentioned below will be provided. Valid product keys are required to use the software unencumbered.


OS File Name SHA256
@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 August 4, 2024 07:39
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