Skip to content

Instantly share code, notes, and snippets.

View neuronsoverflow's full-sized avatar
๐Ÿ’ญ
Chilling

neurons://overflow neuronsoverflow

๐Ÿ’ญ
Chilling
View GitHub Profile
@neuronsoverflow
neuronsoverflow / ForwardRasPiHwRng.md
Created March 26, 2020 21:03 — forked from jesrui/ForwardRasPiHwRng.md
How to forward the Raspberry Pi hardware random number generator over ssh

How to forward the Raspberry Pi hardware random number generator over ssh

This is a modification of RandPi. The diffrence is that here the data transport is done via ssh forwarding instead of a custom http service.

See the C't article Mit dem Raspberry Pi Zufallszahlen erzeugen und verteilen for more information (in german).

@neuronsoverflow
neuronsoverflow / osx_defaults.sh
Created July 5, 2020 20:31
OSX Defaults to setup a brand new machine
#!/usr/bin/env bash
# echo "Need to recapture iTerm settings"
# exit -1
# TODO: Need to figure out the settings for the following:
# 1) Finder: Left nav, favorite items with their order
# 2) Dock: Items with order
# 3) Security & Privacy Preferences: Full Disk Access, Camera, Microphone
# 4) Login items for my user (i.e. apps started when I login)
@neuronsoverflow
neuronsoverflow / gist:1f761625dc5b94146a8291a183395b61
Created August 18, 2020 16:10 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue:
@neuronsoverflow
neuronsoverflow / apple_caching_commands.sh
Created February 18, 2021 21:52 — forked from ntrogers/apple_caching_commands.sh
[Apple Cacheing commands]
https://support.apple.com/guide/mac-help/configure-advanced-content-caching-settings-mchl91e7141a/mac
# On client, test caching server availability
/usr/bin/assetcachelocatorutil
# View log
log show --predicate 'subsystem == "com.apple.AssetCache"'
log stream --predicate 'subsystem == "com.apple.AssetCache"'
# Display content cache settings