Skip to content

Instantly share code, notes, and snippets.

View justin-vanwinkle's full-sized avatar

Justin VanWinkle justin-vanwinkle

View GitHub Profile
@justin-vanwinkle
justin-vanwinkle / selenium-grid-node.sh
Created December 17, 2019 18:49
starts a selenium grid node
#!/bin/bash
hubhost=$0
docker run -d -e HUB_HOST=$hubhost -e HUB_PORT=4444 -e START_XVFB=false -e NODE_MAX_INSTANCES=2 -e NODE_MAX_SESSION=2 -v /dev/shm:/dev/shm selenium/node-chrome
"You are what you measure" - Jared Porcenaluk
@justin-vanwinkle
justin-vanwinkle / spacemacs-keybindings
Created September 1, 2020 13:44 — forked from adham90/spacemacs-keybindings
spacemacs keybindings that i need to learn
SPC s c remove highlight
**** Files manipulations key bindings
Files manipulation commands (start with ~f~):
| Key Binding | Description |
|-------------+----------------------------------------------------------------|
| ~SPC f c~ | copy current file to a different location |
| ~SPC f C d~ | convert file from unix to dos encoding |
| ~SPC f C u~ | convert file from dos to unix encoding |
#!/bin/bash
echo "vm.nr_hugepages=128" > /etc/sysctl.d/60-hugepages.conf
echo "* - memlock 262144" > /etc/security/limits.d/60-memlock.conf
echo "root - memlock 262144" >> /etc/security/limits.d/60-memlock.conf
# this requires a reboot
./xmr-stak-rx --url stratum+tcp://randomxmonero.usa-east.nicehash.com:3380 --user 3N7woHKQqpWA8HdgSFBugiDkzkDT6KBaCV.cpu01 --pass "" --use-nicehash --currency monero --noDevSupport
wget https://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_440.33.01_linux.run
{
"name": "Cardano Cloud Pool",
"description": "One pool to rule them all",
"ticker": "CCP",
"homepage": "https://cardano-cloud.com"
}